Skip to content

Commit c5e78cc

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220412.4 (#41169)
[release/3.1] Update dependencies from dotnet/arcade
1 parent c0ee7eb commit c5e78cc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,13 +418,13 @@
418418
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-extensions</Uri>
419419
<Sha>8934ddbf6c4fbc697b8f63eb5a49fb21ccffc56b</Sha>
420420
</Dependency>
421-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.22159.6">
421+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.22212.4">
422422
<Uri>https://github.com/dotnet/arcade</Uri>
423-
<Sha>aebcd10d76469b2e84cffd39d043574bc5357d22</Sha>
423+
<Sha>110afd89a939ac6476282e27d7290583ad3b1715</Sha>
424424
</Dependency>
425-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22159.6">
425+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22212.4">
426426
<Uri>https://github.com/dotnet/arcade</Uri>
427-
<Sha>aebcd10d76469b2e84cffd39d043574bc5357d22</Sha>
427+
<Sha>110afd89a939ac6476282e27d7290583ad3b1715</Sha>
428428
</Dependency>
429429
<Dependency Name="Microsoft.AspNetCore.Testing" Version="3.1.23-servicing.22123.2" CoherentParentDependency="Microsoft.EntityFrameworkCore">
430430
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-extensions</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
-->
6565
<PropertyGroup Label="Automated">
6666
<!-- Packages from dotnet/arcade -->
67-
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.22159.6</MicrosoftDotNetGenAPIPackageVersion>
67+
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.22212.4</MicrosoftDotNetGenAPIPackageVersion>
6868
<!-- Packages from dotnet/roslyn -->
6969
<MicrosoftNetCompilersToolsetPackageVersion>3.4.1-beta4-20127-10</MicrosoftNetCompilersToolsetPackageVersion>
7070
<!-- Packages from dotnet/core-setup -->

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "3.1.417"
3+
"version": "3.1.418"
44
},
55
"tools": {
6-
"dotnet": "3.1.417",
6+
"dotnet": "3.1.418",
77
"runtimes": {
88
"dotnet/x64": [
99
"$(MicrosoftNETCoreAppInternalPackageVersion)"
@@ -26,6 +26,6 @@
2626
},
2727
"msbuild-sdks": {
2828
"Yarn.MSBuild": "1.22.10",
29-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22159.6"
29+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22212.4"
3030
}
3131
}

0 commit comments

Comments
 (0)