Skip to content

Commit

Permalink
Merge in 'release/6.0' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Apr 13, 2022
2 parents 44718f6 + 958641c commit c882697
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,22 +280,22 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>be98e88c760526452df94ef452fff4602fb5bded</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22206.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22212.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>254113fd7c3ee04f832c165d6aec1a6077de0d63</Sha>
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22206.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22212.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>254113fd7c3ee04f832c165d6aec1a6077de0d63</Sha>
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.22206.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.22212.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>254113fd7c3ee04f832c165d6aec1a6077de0d63</Sha>
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22206.7">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22212.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>254113fd7c3ee04f832c165d6aec1a6077de0d63</Sha>
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
<MicrosoftEntityFrameworkCoreVersion>6.0.4</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.4</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.22206.7</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.22206.7</MicrosoftDotNetBuildTasksTemplatingVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.22212.5</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.22212.5</MicrosoftDotNetBuildTasksTemplatingVersion>
</PropertyGroup>
<!--
Expand Down
8 changes: 4 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "6.0.103"
"version": "6.0.104"
},
"tools": {
"dotnet": "6.0.103",
"dotnet": "6.0.104",
"runtimes": {
"dotnet/x64": [
"2.1.30",
Expand All @@ -29,7 +29,7 @@
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.22.10",
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22206.7",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22206.7"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22212.5",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22212.5"
}
}

0 comments on commit c882697

Please sign in to comment.