These also apply for net6.0.
This commit is contained in:
parent
77b70c9c64
commit
c29087f7a2
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ index bbc5ba480..be230f29b 100644
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
- <ItemGroup Condition=" '$(TargetFramework)' == '$(NetStandardVersion)' ">
|
- <ItemGroup Condition=" '$(TargetFramework)' == '$(NetStandardVersion)' ">
|
||||||
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
|
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net6.0' ">
|
||||||
<PackageReference Include="System.Security.Cryptography.ProtectedData" />
|
<PackageReference Include="System.Security.Cryptography.ProtectedData" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ index dfbfcaa8d..bfca46bec 100644
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
- <ItemGroup Condition=" '$(TargetFramework)' == '$(NetStandardVersion)' ">
|
- <ItemGroup Condition=" '$(TargetFramework)' == '$(NetStandardVersion)' ">
|
||||||
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
|
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net6.0' ">
|
||||||
<PackageReference Include="System.ComponentModel.Composition" />
|
<PackageReference Include="System.ComponentModel.Composition" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue