From 90e88cba47e69121e248934be083869bbbd5299b Mon Sep 17 00:00:00 2001 From: Nicolas Perrier Date: Fri, 7 Feb 2020 09:24:33 +0100 Subject: [PATCH] Upgraded the project to .NET Core 3 --- SchematicToVoxCore/FileToVox.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SchematicToVoxCore/FileToVox.csproj b/SchematicToVoxCore/FileToVox.csproj index 7dc7ec2..c7d0eaf 100644 --- a/SchematicToVoxCore/FileToVox.csproj +++ b/SchematicToVoxCore/FileToVox.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.0 FileToVox.Program true win-x64;linux-x64;osx-x64