Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20231…
Browse files Browse the repository at this point in the history
…117.1 (dotnet#2333)

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Nov 20, 2023
1 parent 4f669a0 commit bdab2c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23560.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23567.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>576b0a6fca70266087aa247d68896376ecec8c6e</Sha>
<Sha>b6801170e6ca8bf12bdff1f10d410c5e01660681</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23560.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23567.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>576b0a6fca70266087aa247d68896376ecec8c6e</Sha>
<Sha>b6801170e6ca8bf12bdff1f10d410c5e01660681</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.23560.1">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.23567.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>576b0a6fca70266087aa247d68896376ecec8c6e</Sha>
<Sha>b6801170e6ca8bf12bdff1f10d410c5e01660681</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<PropertyGroup>
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
<MicrosoftBclTimeProviderVersion>8.0.0</MicrosoftBclTimeProviderVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.23560.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.23567.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
</PropertyGroup>
</Project>
8 changes: 4 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "8.0.100-rtm.23506.1"
"version": "8.0.100"
},
"tools": {
"dotnet": "8.0.100-rtm.23506.1",
"dotnet": "8.0.100",
"runtimes": {
"dotnet": [
"6.0.14",
Expand All @@ -16,7 +16,7 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23560.1",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23560.1"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23567.1",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23567.1"
}
}

0 comments on commit bdab2c7

Please sign in to comment.