Skip to content

Commit 00b4075

Browse files
committed
feat: add net10.0-windows target and update packaging settings
1 parent c303b08 commit 00b4075

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/GraphSharp.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net462;net472;net48;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows;net9.0-windows</TargetFrameworks>
4+
<TargetFrameworks>net462;net472;net48;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows;net9.0-windows;net10.0-windows</TargetFrameworks>
55
<UseWPF>true</UseWPF>
66
<LangVersion>preview</LangVersion>
77
<NoWarn>SYSLIB0051;</NoWarn>
@@ -21,7 +21,6 @@
2121
<PackageIcon>logo.png</PackageIcon>
2222
<DebugType>portable</DebugType>
2323
<DebugSymbols>true</DebugSymbols>
24-
<AllowedOutputExtensionsInPackageBuildOutputFolder>.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2524
<IncludeSymbols>true</IncludeSymbols>
2625
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2726
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)