These also apply for net6.0.

This commit is contained in:
Chris Rummel 2021-10-22 02:11:37 -05:00
parent 77b70c9c64
commit c29087f7a2
No known key found for this signature in database
GPG key ID: DB9B2B231CB67DC7

View file

@ -96,7 +96,7 @@ index bbc5ba480..be230f29b 100644
</ItemGroup>
- <ItemGroup Condition=" '$(TargetFramework)' == '$(NetStandardVersion)' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="System.Security.Cryptography.ProtectedData" />
</ItemGroup>
@ -121,7 +121,7 @@ index dfbfcaa8d..bfca46bec 100644
</ItemGroup>
- <ItemGroup Condition=" '$(TargetFramework)' == '$(NetStandardVersion)' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="System.ComponentModel.Composition" />
</ItemGroup>