Move to .NET 9.0, remove support for .NET7.0 because nuget.exe dropped it too.

This commit is contained in:
cinder
2024-12-29 10:24:45 -06:00
parent c4f82bb8c1
commit 2fd85a10e1
17 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<OutputPath>..\..\..\bin\</OutputPath>
<TargetFrameworks>net481;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net481;net8.0;net9.0</TargetFrameworks>
<PlatformTarget>AnyCPU</PlatformTarget>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>