Skip to content

Commit dec4850

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20231207.2 (#5374)
[main] Update dependencies from dotnet/arcade
1 parent 852a609 commit dec4850

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23601.1">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23607.2">
88
<Uri>https://github.com/dotnet/arcade</Uri>
9-
<Sha>38aa367e014493c6f6ebfe94d9029bea01d072c4</Sha>
9+
<Sha>3faeb9817f465151aa4bbcdb315f0a6170206760</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.23601.1">
11+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.23607.2">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>38aa367e014493c6f6ebfe94d9029bea01d072c4</Sha>
13+
<Sha>3faeb9817f465151aa4bbcdb315f0a6170206760</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.23601.1">
15+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.23607.2">
1616
<Uri>https://github.com/dotnet/arcade</Uri>
17-
<Sha>38aa367e014493c6f6ebfe94d9029bea01d072c4</Sha>
17+
<Sha>3faeb9817f465151aa4bbcdb315f0a6170206760</Sha>
1818
</Dependency>
1919
</ToolsetDependencies>
2020
</Dependencies>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</PropertyGroup>
1919
<!-- Arcade dependencies -->
2020
<PropertyGroup>
21-
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.23601.1</MicrosoftDotNetGenFacadesPackageVersion>
22-
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.23601.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
21+
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.23607.2</MicrosoftDotNetGenFacadesPackageVersion>
22+
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.23607.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
2323
</PropertyGroup>
2424
<!-- CoreFx dependencies -->
2525
<PropertyGroup>

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": "8.0.100"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23601.1",
17+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23607.2",
1818
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5"
1919
}
2020
}

0 commit comments

Comments
 (0)