Skip to content

Commit c9e4442

Browse files
author
Mirroring
committed
Merge commit '75795d5a443e96fcd736d58de021ec3f5bfbf3c5'
2 parents 1d8350d + 75795d5 commit c9e4442

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

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.24413.1">
86+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24459.5">
8787
<Uri>https://github.com/dotnet/arcade</Uri>
88-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
88+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="6.0.0-beta.24413.1">
90+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="6.0.0-beta.24459.5">
9191
<Uri>https://github.com/dotnet/arcade</Uri>
92-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
92+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24413.1">
94+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24459.5">
9595
<Uri>https://github.com/dotnet/arcade</Uri>
96-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
96+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.24413.1">
98+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.24459.5">
9999
<Uri>https://github.com/dotnet/arcade</Uri>
100-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
100+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.24413.1">
102+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.24459.5">
103103
<Uri>https://github.com/dotnet/arcade</Uri>
104-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
104+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</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.24413.1</MicrosoftDotNetApiCompatVersion>
60-
<MicrosoftDotNetCodeAnalysisPackageVersion>6.0.0-beta.24413.1</MicrosoftDotNetCodeAnalysisPackageVersion>
61-
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.24413.1</MicrosoftDotNetGenAPIVersion>
59+
<MicrosoftDotNetApiCompatVersion>6.0.0-beta.24459.5</MicrosoftDotNetApiCompatVersion>
60+
<MicrosoftDotNetCodeAnalysisPackageVersion>6.0.0-beta.24459.5</MicrosoftDotNetCodeAnalysisPackageVersion>
61+
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.24459.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: 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": "6.0.0-beta.24413.1",
16-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24413.1"
15+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24459.5",
16+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24459.5"
1717
},
1818
"sdk": {
1919
"version": "6.0.133"

0 commit comments

Comments
 (0)