Reorganize target frameworks

This commit is contained in:
Cinder Roxley
2024-08-23 12:29:11 -05:00
parent ec75c74670
commit efeb768ce5
11 changed files with 11 additions and 11 deletions

View File

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