Skip to content

Commit 3c4c514

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220805.6 (#6872)
[main] Update dependencies from dotnet/arcade
1 parent 13782d6 commit 3c4c514

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

0 commit comments

Comments
 (0)