Skip to content

Commit

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

- Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.20105.2
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20105.2
- Microsoft.DotNet.GenFacades - 5.0.0-beta.20105.2
- Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20105.2
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20105.2
  • Loading branch information
dotnet-maestro[bot] committed Feb 6, 2020
1 parent aae9e89 commit eb10d0c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,25 +67,25 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
<SourceBuildId>5596</SourceBuildId>
</Dependency>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20104.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20105.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0b404cb7575c8addc5e10f3fac57e79c596db28e</Sha>
<Sha>b65df96ccb820fd5f7ea226aeba310485f395130</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20104.2">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20105.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0b404cb7575c8addc5e10f3fac57e79c596db28e</Sha>
<Sha>b65df96ccb820fd5f7ea226aeba310485f395130</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20104.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20105.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0b404cb7575c8addc5e10f3fac57e79c596db28e</Sha>
<Sha>b65df96ccb820fd5f7ea226aeba310485f395130</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20104.2">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20105.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0b404cb7575c8addc5e10f3fac57e79c596db28e</Sha>
<Sha>b65df96ccb820fd5f7ea226aeba310485f395130</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20104.2">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20105.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0b404cb7575c8addc5e10f3fac57e79c596db28e</Sha>
<Sha>b65df96ccb820fd5f7ea226aeba310485f395130</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 @@ -33,9 +33,9 @@
</PropertyGroup>
<!-- Arcade -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.20104.2</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.20104.2</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.20104.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.20105.2</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.20105.2</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.20105.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
</PropertyGroup>
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
<!-- XUnit-related (not extensions) -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"version": "5.0.100-alpha1-015536"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20104.2",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20104.2",
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20105.2",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20105.2",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19513.3"
},
Expand Down

0 comments on commit eb10d0c

Please sign in to comment.