Skip to content

Commit

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

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Aug 8, 2023
1 parent 8e48529 commit b72b72e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23404.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23407.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1d39647dd408f7afd99cce01f26bba1d6bdeb248</Sha>
<Sha>9a7b1d30fd536da1b71d74b184e857ee96c12a76</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23404.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23407.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1d39647dd408f7afd99cce01f26bba1d6bdeb248</Sha>
<Sha>9a7b1d30fd536da1b71d74b184e857ee96c12a76</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23404.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23407.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1d39647dd408f7afd99cce01f26bba1d6bdeb248</Sha>
<Sha>9a7b1d30fd536da1b71d74b184e857ee96c12a76</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="8.0.0-beta.23404.2">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="8.0.0-beta.23407.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1d39647dd408f7afd99cce01f26bba1d6bdeb248</Sha>
<Sha>9a7b1d30fd536da1b71d74b184e857ee96c12a76</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23404.2">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23407.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1d39647dd408f7afd99cce01f26bba1d6bdeb248</Sha>
<Sha>9a7b1d30fd536da1b71d74b184e857ee96c12a76</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
10 changes: 5 additions & 5 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
</PropertyGroup>
<!-- Arcade dependencies -->
<PropertyGroup>
<MicrosoftDotNetArcadeSdkPackageVersion>8.0.0-beta.23404.2</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>8.0.0-beta.23404.2</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>8.0.0-beta.23404.2</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>8.0.0-beta.23404.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetSignToolVersion>8.0.0-beta.23404.2</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>8.0.0-beta.23407.1</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>8.0.0-beta.23407.1</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>8.0.0-beta.23407.1</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>8.0.0-beta.23407.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetSignToolVersion>8.0.0-beta.23407.1</MicrosoftDotNetSignToolVersion>
</PropertyGroup>
<!-- CoreFx dependencies -->
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": "8.0.100-preview.6.23330.14"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23404.2",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23404.2"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23407.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23407.1"
}
}

0 comments on commit b72b72e

Please sign in to comment.