Nuget Package Downgrades

This commit is contained in:
Brett Hewitson 2021-12-11 13:47:01 +10:00
parent 12cfc06e53
commit 3aa4c48cc4
12 changed files with 82 additions and 89 deletions

View file

@ -3,7 +3,7 @@
<Configurations>Debug;Release;Debug - Beta</Configurations>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net462</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@ -11,6 +11,6 @@
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotNetZip" Version="1.16.0" />
<PackageReference Include="DotNetZip" Version="1.13.8" />
</ItemGroup>
</Project>