From 30cbf7119b9965986dcec68a0d164c0d4b2db37c Mon Sep 17 00:00:00 2001 From: ikpil Date: Sat, 14 Oct 2023 19:46:55 +0900 Subject: [PATCH] feat: multiple target frameworks --- src/DotRecast.Core/DotRecast.Core.csproj | 2 +- src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj | 2 +- src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj | 2 +- src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj | 2 +- .../DotRecast.Detour.TileCache.csproj | 2 +- src/DotRecast.Detour/DotRecast.Detour.csproj | 2 +- src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj | 2 +- src/DotRecast.Recast/DotRecast.Recast.csproj | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/DotRecast.Core/DotRecast.Core.csproj b/src/DotRecast.Core/DotRecast.Core.csproj index 0c1dc95..185f7bb 100644 --- a/src/DotRecast.Core/DotRecast.Core.csproj +++ b/src/DotRecast.Core/DotRecast.Core.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.1;net7.0 DotRecast.Core README.md ikpil diff --git a/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj b/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj index 4e0118c..7a56641 100644 --- a/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj +++ b/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.1;net7.0 DotRecast.Detour.Crowd README.md ikpil diff --git a/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj b/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj index d49e9f7..0d6c6a1 100644 --- a/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj +++ b/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.1;net7.0 DotRecast.Detour.Dynamic README.md ikpil diff --git a/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj b/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj index 05452ca..de499e1 100644 --- a/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj +++ b/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.1;net7.0 DotRecast.Detour.Extras README.md ikpil diff --git a/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj b/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj index ad46d0d..4d21759 100644 --- a/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj +++ b/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.1;net7.0 DotRecast.Detour.TileCache README.md ikpil diff --git a/src/DotRecast.Detour/DotRecast.Detour.csproj b/src/DotRecast.Detour/DotRecast.Detour.csproj index a747fc9..804e67f 100644 --- a/src/DotRecast.Detour/DotRecast.Detour.csproj +++ b/src/DotRecast.Detour/DotRecast.Detour.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.1;net7.0 DotRecast.Detour README.md ikpil diff --git a/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj b/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj index 17318a4..803645e 100644 --- a/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj +++ b/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.1;net7.0 DotRecast.Recast.Toolset README.md ikpil diff --git a/src/DotRecast.Recast/DotRecast.Recast.csproj b/src/DotRecast.Recast/DotRecast.Recast.csproj index 6745471..24969f6 100644 --- a/src/DotRecast.Recast/DotRecast.Recast.csproj +++ b/src/DotRecast.Recast/DotRecast.Recast.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.1;net7.0 DotRecast.Recast README.md ikpil