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

@@ -25,11 +25,11 @@
<PackageReference Include="zxcvbn-core" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net48'">
<ItemGroup Condition="'$(TargetFramework)' != 'net481'">
<PackageReference Include="System.Security.Cryptography.ProtectedData" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<ItemGroup Condition="'$(TargetFramework)' == 'net481'">
<PackageReference Include="Microsoft.AspNetCore.Cors" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" />
<PackageReference Include="Microsoft.AspNetCore.HttpOverrides" />