Skip to content

Commit b9f26f0

Browse files
authored
Downgrade System.Security.Cryptography.Xml to 8.0.0 (#81338)
Version 8.0.1 is causing source build errors in VMR: dotnet/dotnet#3244 (comment)
1 parent 382fbd3 commit b9f26f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
<PackageVersion Include="Microsoft.TeamFoundationServer.Client" Version="19.232.0-preview" />
311311
<PackageVersion Include="System.Data.SqlClient" Version="$(SystemDataSqlClientVersion)" />
312312
<!-- fix of vulnerability in 6.0.0 coming via Microsoft.TeamFoundationServer.Client -->
313-
<PackageVersion Include="System.Security.Cryptography.Xml" Version="8.0.1" />
313+
<PackageVersion Include="System.Security.Cryptography.Xml" Version="8.0.0" />
314314
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
315315
<!--
316316
Infra

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This file should be imported by eng/Versions.props
4545
<!-- dotnet/symreader dependencies -->
4646
<MicrosoftDiaSymReaderPackageVersion>2.0.0</MicrosoftDiaSymReaderPackageVersion>
4747
<!-- dotnet/arcade-services dependencies -->
48-
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25503.1</MicrosoftDotNetDarcLibPackageVersion>
48+
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25161.2</MicrosoftDotNetDarcLibPackageVersion>
4949
<!-- dotnet/roslyn-analyzers dependencies -->
5050
<MicrosoftCodeAnalysisAnalyzersPackageVersion>3.11.0</MicrosoftCodeAnalysisAnalyzersPackageVersion>
5151
<MicrosoftCodeAnalysisAnalyzerUtilitiesPackageVersion>3.3.0</MicrosoftCodeAnalysisAnalyzerUtilitiesPackageVersion>

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
<Uri>https://github.com/dotnet/arcade</Uri>
136136
<Sha>73fa8a8e61a28b103613e06c1692b44f7bc89947</Sha>
137137
</Dependency>
138-
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25503.1">
138+
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25161.2">
139139
<Uri>https://github.com/dotnet/arcade-services</Uri>
140-
<Sha>cc62b9386f210bc9e9498ee2fc55f3005c90db30</Sha>
140+
<Sha>8b5a2ffee4f4097893b7fc670f7d86d84c8c841f</Sha>
141141
</Dependency>
142142
<Dependency Name="Microsoft.DotNet.FileBasedPrograms" Version="10.0.200-preview.0.25556.104">
143143
<Uri>https://github.com/dotnet/dotnet</Uri>

0 commit comments

Comments
 (0)