Begrudgingly readd support for net48 framework

This commit is contained in:
cinder
2022-11-20 00:01:02 -06:00
parent 7ab0b9f040
commit 2af59f2d10
15 changed files with 17 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<OutputPath>..\..\..\bin\</OutputPath>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net48;net6.0;net7.0</TargetFrameworks>
<Platforms>AnyCPU</Platforms>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>