Skip to content

Commit fdfcfe2

Browse files
committed
make project windows only
1 parent 4fa7ffb commit fdfcfe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OverwolfPatcher/OverwolfPatcher.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
44
<OutputType>Exe</OutputType>
55
<RootNamespace>OverwolfPatcher</RootNamespace>
66
<AssemblyName>OverwolfPatcher</AssemblyName>
@@ -40,6 +40,7 @@
4040
<NeutralLanguage>en-US</NeutralLanguage>
4141
<IncludeSymbols>True</IncludeSymbols>
4242
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
43+
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
4344
</PropertyGroup>
4445
<ItemGroup>
4546
<BootstrapperPackage Include=".NETFramework,Version=v4.8">

0 commit comments

Comments
 (0)