Skip to content

Commit d3b27de

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220412.5 (#6427)
[release/6.0] Update dependencies from dotnet/arcade
1 parent 8329348 commit d3b27de

File tree

4 files changed

+17
-19
lines changed

4 files changed

+17
-19
lines changed

NuGet.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<clear />
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
77
<!-- Begin: Package sources from dotnet-runtime -->
8-
<add key="darc-int-dotnet-runtime-be98e88" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-be98e88c/nuget/v3/index.json" />
98
<!-- End: Package sources from dotnet-runtime -->
109
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1110
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -19,7 +18,6 @@
1918
<disabledPackageSources>
2019
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2120
<!-- Begin: Package sources from dotnet-runtime -->
22-
<add key="darc-int-dotnet-runtime-be98e88" value="true" />
2321
<!-- End: Package sources from dotnet-runtime -->
2422
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2523
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,25 +83,25 @@
8383
</Dependency>
8484
</ProductDependencies>
8585
<ToolsetDependencies>
86-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22122.7">
86+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22212.5">
8787
<Uri>https://github.com/dotnet/arcade</Uri>
88-
<Sha>7215d8265a7fbcd022eb72ff7a6e2048444c985f</Sha>
88+
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="6.0.0-beta.22122.7">
90+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="6.0.0-beta.22212.5">
9191
<Uri>https://github.com/dotnet/arcade</Uri>
92-
<Sha>7215d8265a7fbcd022eb72ff7a6e2048444c985f</Sha>
92+
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22122.7">
94+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22212.5">
9595
<Uri>https://github.com/dotnet/arcade</Uri>
96-
<Sha>7215d8265a7fbcd022eb72ff7a6e2048444c985f</Sha>
96+
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.22122.7">
98+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.22212.5">
9999
<Uri>https://github.com/dotnet/arcade</Uri>
100-
<Sha>7215d8265a7fbcd022eb72ff7a6e2048444c985f</Sha>
100+
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.22122.7">
102+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.22212.5">
103103
<Uri>https://github.com/dotnet/arcade</Uri>
104-
<Sha>7215d8265a7fbcd022eb72ff7a6e2048444c985f</Sha>
104+
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
105105
</Dependency>
106106
</ToolsetDependencies>
107107
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
</PropertyGroup>
5757
<!-- Packages that come from https://github.com/dotnet/arcade -->
5858
<PropertyGroup>
59-
<MicrosoftDotNetApiCompatVersion>6.0.0-beta.22122.7</MicrosoftDotNetApiCompatVersion>
60-
<MicrosoftDotNetCodeAnalysisPackageVersion>6.0.0-beta.22122.7</MicrosoftDotNetCodeAnalysisPackageVersion>
61-
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.22122.7</MicrosoftDotNetGenAPIVersion>
59+
<MicrosoftDotNetApiCompatVersion>6.0.0-beta.22212.5</MicrosoftDotNetApiCompatVersion>
60+
<MicrosoftDotNetCodeAnalysisPackageVersion>6.0.0-beta.22212.5</MicrosoftDotNetCodeAnalysisPackageVersion>
61+
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.22212.5</MicrosoftDotNetGenAPIVersion>
6262
</PropertyGroup>
6363
<!-- Maintain System.CodeDom PackageVersion at 4.4.0. See https://github.com/Microsoft/msbuild/issues/3627 -->
6464
<!-- Pin specific versions of S.Memory so that it would supply AssemblyVersion=4.0.1.0. See https://github.com/dotnet/runtime/issues/31672 -->

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "6.0.103",
3+
"dotnet": "6.0.104",
44
"runtimes": {
55
"dotnet": [
66
"2.1.7",
@@ -12,11 +12,11 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22122.7",
16-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22122.7"
15+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22212.5",
16+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22212.5"
1717
},
1818
"sdk": {
19-
"version": "6.0.103"
19+
"version": "6.0.104"
2020
},
2121
"native-tools": {
2222
"strawberry-perl": "5.28.1.1-1",

0 commit comments

Comments
 (0)