Skip to content

Commit 34883f0

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220524.7 (#6621)
[main] Update dependencies from dotnet/arcade
1 parent 17facb8 commit 34883f0

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,25 @@
7575
</Dependency>
7676
</ProductDependencies>
7777
<ToolsetDependencies>
78-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22273.1">
78+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22274.7">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>ad55f9b957b9539613ecff82649d17650e4624d2</Sha>
80+
<Sha>007adcd66f519c3c96fa0ecc21ed197a6da9e015</Sha>
8181
</Dependency>
82-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.22273.1">
82+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.22274.7">
8383
<Uri>https://github.com/dotnet/arcade</Uri>
84-
<Sha>ad55f9b957b9539613ecff82649d17650e4624d2</Sha>
84+
<Sha>007adcd66f519c3c96fa0ecc21ed197a6da9e015</Sha>
8585
</Dependency>
86-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22273.1">
86+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22274.7">
8787
<Uri>https://github.com/dotnet/arcade</Uri>
88-
<Sha>ad55f9b957b9539613ecff82649d17650e4624d2</Sha>
88+
<Sha>007adcd66f519c3c96fa0ecc21ed197a6da9e015</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22273.1">
90+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22274.7">
9191
<Uri>https://github.com/dotnet/arcade</Uri>
92-
<Sha>ad55f9b957b9539613ecff82649d17650e4624d2</Sha>
92+
<Sha>007adcd66f519c3c96fa0ecc21ed197a6da9e015</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.22273.1">
94+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.22274.7">
9595
<Uri>https://github.com/dotnet/arcade</Uri>
96-
<Sha>ad55f9b957b9539613ecff82649d17650e4624d2</Sha>
96+
<Sha>007adcd66f519c3c96fa0ecc21ed197a6da9e015</Sha>
9797
</Dependency>
9898
</ToolsetDependencies>
9999
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
</PropertyGroup>
4949
<!-- Packages that come from https://github.com/dotnet/arcade -->
5050
<PropertyGroup>
51-
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.22273.1</MicrosoftDotNetApiCompatVersion>
52-
<MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.22273.1</MicrosoftDotNetCodeAnalysisPackageVersion>
51+
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.22274.7</MicrosoftDotNetApiCompatVersion>
52+
<MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.22274.7</MicrosoftDotNetCodeAnalysisPackageVersion>
5353
</PropertyGroup>
5454
<!-- Maintain System.CodeDom PackageVersion at 4.4.0. See https://github.com/Microsoft/msbuild/issues/3627 -->
5555
<!-- 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22273.1",
16-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22273.1"
15+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22274.7",
16+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22274.7"
1717
},
1818
"sdk": {
1919
"version": "7.0.100-preview.2.22153.17"

0 commit comments

Comments
 (0)