Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20220…
Browse files Browse the repository at this point in the history
…708.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.XUnitExtensions
 From Version 7.0.0-beta.22327.2 -> To Version 7.0.0-beta.22358.3
  • Loading branch information
dotnet-maestro[bot] authored and Tanya-Solyanik committed Jul 12, 2022
1 parent 7112943 commit 1790061
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="7.0.0-beta.22356.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22358.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>78adce7e3545bf5a5252fd9963969d8950fadea6</Sha>
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="7.0.0-beta.22356.3">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="7.0.0-beta.22358.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>78adce7e3545bf5a5252fd9963969d8950fadea6</Sha>
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22356.3">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22358.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>78adce7e3545bf5a5252fd9963969d8950fadea6</Sha>
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22356.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22358.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>78adce7e3545bf5a5252fd9963969d8950fadea6</Sha>
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="7.0.0-beta.22356.3">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="7.0.0-beta.22358.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>78adce7e3545bf5a5252fd9963969d8950fadea6</Sha>
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.22356.3">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.22358.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>78adce7e3545bf5a5252fd9963969d8950fadea6</Sha>
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</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 @@ -52,9 +52,9 @@
</PropertyGroup>
<!-- Arcade -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>7.0.0-beta.22356.3</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>7.0.0-beta.22356.3</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>7.0.0-beta.22356.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>7.0.0-beta.22358.3</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>7.0.0-beta.22358.3</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>7.0.0-beta.22358.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftNETTestSdkVersion>16.5.0</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": "7.0.100-preview.5.22307.18"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22356.3",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22356.3",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22356.3",
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22358.3",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22358.3",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22358.3",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "7.0.0-preview.6.22356.9"
},
Expand Down

0 comments on commit 1790061

Please sign in to comment.