Skip to content

Commit

Permalink
Merge in 'release/3.1' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Oct 12, 2022
2 parents 31c5849 + 129e0e4 commit 82b60e8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>1a04dd08e56bf52e88668c1ef2bd3f630ad442a5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22505.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22512.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ce5a281156dfae3c050e63c1f288b6a488e978fe</Sha>
<Sha>869528d3af327eb6de19b414631280734dfe76e6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="1.0.0-beta.22505.4">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="1.0.0-beta.22512.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ce5a281156dfae3c050e63c1f288b6a488e978fe</Sha>
<Sha>869528d3af327eb6de19b414631280734dfe76e6</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.3" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
Expand All @@ -99,17 +99,17 @@
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>c2e8c9f71737d87a95610851587e2a1eaf18c91c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.22505.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.22512.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ce5a281156dfae3c050e63c1f288b6a488e978fe</Sha>
<Sha>869528d3af327eb6de19b414631280734dfe76e6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="1.0.0-beta.22505.4">
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="1.0.0-beta.22512.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ce5a281156dfae3c050e63c1f288b6a488e978fe</Sha>
<Sha>869528d3af327eb6de19b414631280734dfe76e6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.22505.4">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.22512.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ce5a281156dfae3c050e63c1f288b6a488e978fe</Sha>
<Sha>869528d3af327eb6de19b414631280734dfe76e6</Sha>
</Dependency>
<Dependency Name="System.Resources.Extensions" Version="4.7.1" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/arcade -->
<PropertyGroup>
<MicrosoftDotNetApiCompatVersion>1.0.0-beta.22505.4</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>1.0.0-beta.22505.4</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetGenAPIVersion>1.0.0-beta.22505.4</MicrosoftDotNetGenAPIVersion>
<MicrosoftDotNetApiCompatVersion>1.0.0-beta.22512.2</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>1.0.0-beta.22512.2</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetGenAPIVersion>1.0.0-beta.22512.2</MicrosoftDotNetGenAPIVersion>
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/corefxlab -->
<PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "3.1.423",
"dotnet": "3.1.424",
"runtimes": {
"dotnet": [
"2.1.7",
Expand All @@ -12,8 +12,8 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22505.4",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.22505.4"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22512.2",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.22512.2"
},
"native-tools": {
"strawberry-perl": "5.28.1.1-1",
Expand Down

0 comments on commit 82b60e8

Please sign in to comment.