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
…117.5 (#4991)

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Jan 18, 2023
1 parent 20b6edb commit 9776bdf
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.23066.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23067.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e52b885a6ec2fc87c9e94b80d9ff7a862786390b</Sha>
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23066.1">
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23067.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e52b885a6ec2fc87c9e94b80d9ff7a862786390b</Sha>
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23066.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23067.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e52b885a6ec2fc87c9e94b80d9ff7a862786390b</Sha>
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="8.0.0-beta.23066.1">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="8.0.0-beta.23067.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e52b885a6ec2fc87c9e94b80d9ff7a862786390b</Sha>
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23066.1">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23067.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e52b885a6ec2fc87c9e94b80d9ff7a862786390b</Sha>
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</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 @@ -23,11 +23,11 @@
</PropertyGroup>
<!-- Arcade dependencies -->
<PropertyGroup>
<MicrosoftDotNetArcadeSdkPackageVersion>8.0.0-beta.23066.1</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>8.0.0-beta.23066.1</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>8.0.0-beta.23066.1</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>8.0.0-beta.23066.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetSignToolVersion>8.0.0-beta.23066.1</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>8.0.0-beta.23067.5</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>8.0.0-beta.23067.5</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>8.0.0-beta.23067.5</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>8.0.0-beta.23067.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetSignToolVersion>8.0.0-beta.23067.5</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 @@ -12,7 +12,7 @@
"version": "8.0.100-alpha.1.23061.8"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23066.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23066.1"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23067.5",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23067.5"
}
}

0 comments on commit 9776bdf

Please sign in to comment.