Upgrade generic-netf to .NET Framework 4.8.1

This commit is contained in:
JustArchi
2022-09-07 23:25:45 +02:00
parent 582f508f33
commit cc55e386c9
7 changed files with 10 additions and 10 deletions

View File

@@ -22,11 +22,11 @@
<PackageVersion Include="zxcvbn-core" Version="7.0.92" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net48'">
<ItemGroup Condition="'$(TargetFramework)' != 'net481'">
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="6.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<ItemGroup Condition="'$(TargetFramework)' == 'net481'">
<PackageVersion Include="JustArchiNET.Madness" Version="3.7.0" />
<PackageVersion Include="Microsoft.AspNetCore.Cors" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics" Version="2.2.0" />