Fix framework string

This commit is contained in:
Matt Nadareski
2021-01-22 11:25:24 -08:00
parent 30bfff833f
commit 5ec4872b36

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;net48;netcoreapp3.1;net5.0-win</TargetFrameworks>
<TargetFrameworks>net472;net48;netcoreapp3.1;net5.0-windows</TargetFrameworks>
<PlatformTarget>x86</PlatformTarget>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputType>Exe</OutputType>