Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#8529)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Jan 27, 2023
1 parent d2bc964 commit 77d01dd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,29 +130,29 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
</ProductDependencies>
<ToolsetDependencies>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23075.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23076.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>74a74c44f54249ac59d045b49f9f8da922e0b8d8</Sha>
<Sha>3900335a25247d931fc62a62a1ebc30acbb5403d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="8.0.0-beta.23075.2">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="8.0.0-beta.23076.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>74a74c44f54249ac59d045b49f9f8da922e0b8d8</Sha>
<Sha>3900335a25247d931fc62a62a1ebc30acbb5403d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23075.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23076.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>74a74c44f54249ac59d045b49f9f8da922e0b8d8</Sha>
<Sha>3900335a25247d931fc62a62a1ebc30acbb5403d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23075.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23076.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>74a74c44f54249ac59d045b49f9f8da922e0b8d8</Sha>
<Sha>3900335a25247d931fc62a62a1ebc30acbb5403d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23075.2">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23076.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>74a74c44f54249ac59d045b49f9f8da922e0b8d8</Sha>
<Sha>3900335a25247d931fc62a62a1ebc30acbb5403d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23075.2">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23076.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>74a74c44f54249ac59d045b49f9f8da922e0b8d8</Sha>
<Sha>3900335a25247d931fc62a62a1ebc30acbb5403d</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
</PropertyGroup>
<!-- Arcade -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>8.0.0-beta.23075.2</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23075.2</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>8.0.0-beta.23075.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>8.0.0-beta.23076.1</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23076.1</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>8.0.0-beta.23076.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
</PropertyGroup>
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
Expand Down
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"version": "8.0.100-alpha.1.23061.8"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23075.2",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23075.2",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23075.2",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23076.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23076.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23076.1",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "8.0.0-alpha.1.23075.6"
},
Expand Down

0 comments on commit 77d01dd

Please sign in to comment.