From f59c891ee091400cb3867b8554fe7abde777f60a Mon Sep 17 00:00:00 2001 From: Donkie Date: Tue, 14 Dec 2021 21:37:12 +0100 Subject: [PATCH] Updated app to .NET Core 3.1, updated lib to .NET Standard 2.1 --- I3DShapesTool.Lib/I3DShapesTool.Lib.csproj | 3 ++- I3DShapesTool/I3DShapesTool.csproj | 4 +++- .../Properties/PublishProfiles/FolderProfile.pubxml | 9 +++++---- I3DShapesToolTest/I3DShapesToolTest.csproj | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/I3DShapesTool.Lib/I3DShapesTool.Lib.csproj b/I3DShapesTool.Lib/I3DShapesTool.Lib.csproj index 99f5ab7..b01628f 100644 --- a/I3DShapesTool.Lib/I3DShapesTool.Lib.csproj +++ b/I3DShapesTool.Lib/I3DShapesTool.Lib.csproj @@ -1,7 +1,8 @@  - netstandard2.0 + netstandard2.1 + enable diff --git a/I3DShapesTool/I3DShapesTool.csproj b/I3DShapesTool/I3DShapesTool.csproj index f4791ee..cbf8ffb 100644 --- a/I3DShapesTool/I3DShapesTool.csproj +++ b/I3DShapesTool/I3DShapesTool.csproj @@ -2,13 +2,15 @@ Exe - netcoreapp2.0 + netcoreapp3.1 win10-x86 true true true Donkie + + AnyCPU diff --git a/I3DShapesTool/Properties/PublishProfiles/FolderProfile.pubxml b/I3DShapesTool/Properties/PublishProfiles/FolderProfile.pubxml index 519faa4..b1868d2 100644 --- a/I3DShapesTool/Properties/PublishProfiles/FolderProfile.pubxml +++ b/I3DShapesTool/Properties/PublishProfiles/FolderProfile.pubxml @@ -6,10 +6,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem Release - Any CPU - netcoreapp2.0 - bin\Release\netcoreapp2.0\publish\ + x86 + netcoreapp3.1 + bin\Release\netcoreapp3.1\publish\ win-x86 - false + true + False \ No newline at end of file diff --git a/I3DShapesToolTest/I3DShapesToolTest.csproj b/I3DShapesToolTest/I3DShapesToolTest.csproj index 4be6f43..d71a53d 100644 --- a/I3DShapesToolTest/I3DShapesToolTest.csproj +++ b/I3DShapesToolTest/I3DShapesToolTest.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp3.1 false