Skip to content

Commit 3ff323d

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220526.1 (#6625)
[main] Update dependencies from dotnet/arcade
1 parent b3a81b0 commit 3ff323d

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.22275.2">
78+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22276.1">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>a8aae93d709533604b73c619268415c6ccc71292</Sha>
80+
<Sha>b8b67b243ba93bf9b89390c85b4dee034d3c5609</Sha>
8181
</Dependency>
82-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.22275.2">
82+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.22276.1">
8383
<Uri>https://github.com/dotnet/arcade</Uri>
84-
<Sha>a8aae93d709533604b73c619268415c6ccc71292</Sha>
84+
<Sha>b8b67b243ba93bf9b89390c85b4dee034d3c5609</Sha>
8585
</Dependency>
86-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22275.2">
86+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22276.1">
8787
<Uri>https://github.com/dotnet/arcade</Uri>
88-
<Sha>a8aae93d709533604b73c619268415c6ccc71292</Sha>
88+
<Sha>b8b67b243ba93bf9b89390c85b4dee034d3c5609</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22275.2">
90+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22276.1">
9191
<Uri>https://github.com/dotnet/arcade</Uri>
92-
<Sha>a8aae93d709533604b73c619268415c6ccc71292</Sha>
92+
<Sha>b8b67b243ba93bf9b89390c85b4dee034d3c5609</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.22275.2">
94+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.22276.1">
9595
<Uri>https://github.com/dotnet/arcade</Uri>
96-
<Sha>a8aae93d709533604b73c619268415c6ccc71292</Sha>
96+
<Sha>b8b67b243ba93bf9b89390c85b4dee034d3c5609</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.22275.2</MicrosoftDotNetApiCompatVersion>
52-
<MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.22275.2</MicrosoftDotNetCodeAnalysisPackageVersion>
51+
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.22276.1</MicrosoftDotNetApiCompatVersion>
52+
<MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.22276.1</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.22275.2",
16-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22275.2"
15+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22276.1",
16+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22276.1"
1717
},
1818
"sdk": {
1919
"version": "7.0.100-preview.2.22153.17"

0 commit comments

Comments
 (0)