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