Skip to content

Commit 5ec4872

Browse files
committed
Fix framework string
1 parent 30bfff8 commit 5ec4872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net472;net48;netcoreapp3.1;net5.0-win</TargetFrameworks>
4+
<TargetFrameworks>net472;net48;netcoreapp3.1;net5.0-windows</TargetFrameworks>
55
<PlatformTarget>x86</PlatformTarget>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)