File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <MsbuildTaskMicrosoftCodeAnalysisCSharpVersion >$(MicrosoftCodeAnalysisCSharpVersion)</MsbuildTaskMicrosoftCodeAnalysisCSharpVersion >
2828 </PropertyGroup >
2929
30- <!-- Don't let it restore lower versions of this package, which can come transitively from NetStandard package restores (CSProj only) -->
31- <ItemGroup Condition =" '$(MSBuildProjectExtension)' == '.csproj'" >
32- <PackageReference Include =" System.Security.Cryptography.X509Certificates" Version =" $(SystemSecurityCryptographyX509CertificatesVersion)" />
33- </ItemGroup >
34-
3530</Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project >
3+ <Import Project =" ..\Directory.Build.props" />
4+
5+ <!-- Don't let it restore lower versions of this package, which can come transitively from NetStandard package restores (CSProj only) -->
6+ <ItemGroup Condition =" '$(MSBuildProjectExtension)' == '.csproj'" >
7+ <PackageReference Include =" System.Security.Cryptography.X509Certificates" Version =" $(SystemSecurityCryptographyX509CertificatesVersion)" />
8+ </ItemGroup >
9+
10+ </Project >
You can’t perform that action at this time.
0 commit comments