Skip to content

Commit 90e88cb

Browse files
committed
Upgraded the project to .NET Core 3
1 parent eac95b5 commit 90e88cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SchematicToVoxCore/FileToVox.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>netcoreapp3.0</TargetFramework>
66
<StartupObject>FileToVox.Program</StartupObject>
77
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
88
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>

0 commit comments

Comments
 (0)