Skip to content

Commit 5ca6c9a

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220510.3 (#41626)
[release/3.1] Update dependencies from dotnet/arcade
1 parent 296bc03 commit 5ca6c9a

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

NuGet.config

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-razor-tooling -->
7-
<add key="darc-int-dotnet-razor-tooling-cfd8130" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-razor-tooling-cfd8130e/nuget/v3/index.json" />
87
<!-- End: Package sources from dotnet-razor-tooling -->
98
<!-- Begin: Package sources from dotnet-corefx -->
109
<!-- End: Package sources from dotnet-corefx -->
1110
<!-- Begin: Package sources from dotnet-core-setup -->
12-
<add key="darc-int-dotnet-core-setup-3b38386" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-3b383860/nuget/v3/index.json" />
1311
<!-- End: Package sources from dotnet-core-setup -->
1412
<!-- Begin: Package sources from dotnet-efcore -->
15-
<add key="darc-int-dotnet-efcore-d4a777b" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-efcore-d4a777b7/nuget/v3/index.json" />
1613
<!-- End: Package sources from dotnet-efcore -->
1714
<!-- Begin: Package sources from dotnet-extensions -->
18-
<add key="darc-int-dotnet-extensions-8e0af0d" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-extensions-8e0af0db/nuget/v3/index.json" />
1915
<!-- End: Package sources from dotnet-extensions -->
2016
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2117
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -27,16 +23,12 @@
2723
<clear />
2824
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2925
<!-- Begin: Package sources from dotnet-razor-tooling -->
30-
<add key="darc-int-dotnet-razor-tooling-cfd8130" value="true" />
3126
<!-- End: Package sources from dotnet-razor-tooling -->
3227
<!-- Begin: Package sources from dotnet-extensions -->
33-
<add key="darc-int-dotnet-extensions-8e0af0d" value="true" />
3428
<!-- End: Package sources from dotnet-extensions -->
3529
<!-- Begin: Package sources from dotnet-efcore -->
36-
<add key="darc-int-dotnet-efcore-d4a777b" value="true" />
3730
<!-- End: Package sources from dotnet-efcore -->
3831
<!-- Begin: Package sources from dotnet-core-setup -->
39-
<add key="darc-int-dotnet-core-setup-3b38386" value="true" />
4032
<!-- End: Package sources from dotnet-core-setup -->
4133
<!-- Begin: Package sources from dotnet-corefx -->
4234
<!-- End: Package sources from dotnet-corefx -->

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>8e0af0dbdd80016da26eab546c3f10e943cea1bc</Sha>
420420
</Dependency>
421-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.22212.4">
421+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.22260.3">
422422
<Uri>https://github.com/dotnet/arcade</Uri>
423-
<Sha>110afd89a939ac6476282e27d7290583ad3b1715</Sha>
423+
<Sha>65777bddfce6966941a4ade1b53efa5e5fc9c87d</Sha>
424424
</Dependency>
425-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22212.4">
425+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22260.3">
426426
<Uri>https://github.com/dotnet/arcade</Uri>
427-
<Sha>110afd89a939ac6476282e27d7290583ad3b1715</Sha>
427+
<Sha>65777bddfce6966941a4ade1b53efa5e5fc9c87d</Sha>
428428
</Dependency>
429429
<Dependency Name="Microsoft.AspNetCore.Testing" Version="3.1.24-servicing.22180.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.22212.4</MicrosoftDotNetGenAPIPackageVersion>
67+
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.22260.3</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.418"
3+
"version": "3.1.419"
44
},
55
"tools": {
6-
"dotnet": "3.1.418",
6+
"dotnet": "3.1.419",
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.22212.4"
29+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22260.3"
3030
}
3131
}

0 commit comments

Comments
 (0)