Skip to content

Commit 8afff4b

Browse files
dotnet-maestro[bot]RussKie
authored andcommitted
Update dependencies from https://github.com/dotnet/arcade build 20200921.1
Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 5.0.0-beta.20465.7 -> To Version 5.0.0-beta.20471.1
1 parent 811102d commit 8afff4b

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,25 +154,25 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
154154
</ProductDependencies>
155155
<ToolsetDependencies>
156156
<!-- Arcade -->
157-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20467.6">
157+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20471.1">
158158
<Uri>https://github.com/dotnet/arcade</Uri>
159-
<Sha>b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8</Sha>
159+
<Sha>0365488709f58e37de6c2180e7fb243203ca0a9c</Sha>
160160
</Dependency>
161-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20467.6">
161+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20471.1">
162162
<Uri>https://github.com/dotnet/arcade</Uri>
163-
<Sha>b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8</Sha>
163+
<Sha>0365488709f58e37de6c2180e7fb243203ca0a9c</Sha>
164164
</Dependency>
165-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20467.6">
165+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20471.1">
166166
<Uri>https://github.com/dotnet/arcade</Uri>
167-
<Sha>b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8</Sha>
167+
<Sha>0365488709f58e37de6c2180e7fb243203ca0a9c</Sha>
168168
</Dependency>
169-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20467.6">
169+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20471.1">
170170
<Uri>https://github.com/dotnet/arcade</Uri>
171-
<Sha>b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8</Sha>
171+
<Sha>0365488709f58e37de6c2180e7fb243203ca0a9c</Sha>
172172
</Dependency>
173-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20467.6">
173+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20471.1">
174174
<Uri>https://github.com/dotnet/arcade</Uri>
175-
<Sha>b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8</Sha>
175+
<Sha>0365488709f58e37de6c2180e7fb243203ca0a9c</Sha>
176176
</Dependency>
177177
</ToolsetDependencies>
178178
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
</PropertyGroup>
5555
<!-- Arcade -->
5656
<PropertyGroup>
57-
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.20467.6</MicrosoftDotNetGenFacadesPackageVersion>
58-
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.20467.6</MicrosoftDotNetRemoteExecutorVersion>
59-
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.20467.6</MicrosoftDotNetXUnitExtensionsPackageVersion>
57+
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.20471.1</MicrosoftDotNetGenFacadesPackageVersion>
58+
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.20471.1</MicrosoftDotNetRemoteExecutorVersion>
59+
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.20471.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
6060
<MicrosoftNETTestSdkVersion>16.5.0</MicrosoftNETTestSdkVersion>
6161
</PropertyGroup>
6262
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"version": "5.0.100-rc.1.20452.10"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20467.6",
17+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20471.1",
1818
"Microsoft.DotNet.CMake.Sdk": "5.0.0-beta.20256.5",
19-
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20467.6",
19+
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20471.1",
2020
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
2121
"Microsoft.NET.Sdk.IL": "6.0.0-alpha.1.20468.7"
2222
},

0 commit comments

Comments
 (0)