Skip to content

Commit

Permalink
Merged PR 33051: [internal/release/7.0] Merge from public
Browse files Browse the repository at this point in the history
Merge from public release/7.0 to internal/release/7.0 and resolve conflicts if necessary
  • Loading branch information
vseanreesermsft committed Aug 9, 2023
2 parents 7666c11 + 11d3ae0 commit de7b8dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,22 +302,22 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>8587d13a2764c025277d628471984bae8e16427c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.23361.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.23408.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cae11bc40b691f546d788f7ab37f7eaf0e24ded8</Sha>
<Sha>3b8f3de4606c338f99e8ce85cfb6f960f6a428c8</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.23361.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.23408.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cae11bc40b691f546d788f7ab37f7eaf0e24ded8</Sha>
<Sha>3b8f3de4606c338f99e8ce85cfb6f960f6a428c8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.23361.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.23408.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cae11bc40b691f546d788f7ab37f7eaf0e24ded8</Sha>
<Sha>3b8f3de4606c338f99e8ce85cfb6f960f6a428c8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.23361.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.23408.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cae11bc40b691f546d788f7ab37f7eaf0e24ded8</Sha>
<Sha>3b8f3de4606c338f99e8ce85cfb6f960f6a428c8</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 @@ -134,8 +134,8 @@
<MicrosoftEntityFrameworkCoreVersion>7.0.11</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.11</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.23361.2</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.23361.2</MicrosoftDotNetBuildTasksTemplatingVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.23408.3</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.23408.3</MicrosoftDotNetBuildTasksTemplatingVersion>
<!-- Packages from dotnet/source-build-externals -->
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>7.0.0-alpha.1.22505.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
<!-- Packages from dotnet/xdt -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.22.10",
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23361.2",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.23361.2"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23408.3",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.23408.3"
}
}

0 comments on commit de7b8dd

Please sign in to comment.