Skip to content

Commit b776d0d

Browse files
committed
Merge in 'release/8.0' changes
2 parents 72b8d33 + 187b0b8 commit b776d0d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656
</Dependency>
5757
</ProductDependencies>
5858
<ToolsetDependencies>
59-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23516.4">
59+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23525.4">
6060
<Uri>https://github.com/dotnet/arcade</Uri>
61-
<Sha>39042b4048580366d35a7c1c4f4ce8fc0dbea4b4</Sha>
61+
<Sha>a57022b44f3ff23de925530ea1d27da9701aed57</Sha>
6262
</Dependency>
63-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23516.4">
63+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23525.4">
6464
<Uri>https://github.com/dotnet/arcade</Uri>
65-
<Sha>39042b4048580366d35a7c1c4f4ce8fc0dbea4b4</Sha>
65+
<Sha>a57022b44f3ff23de925530ea1d27da9701aed57</Sha>
6666
</Dependency>
67-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23516.4">
67+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23525.4">
6868
<Uri>https://github.com/dotnet/arcade</Uri>
69-
<Sha>39042b4048580366d35a7c1c4f4ce8fc0dbea4b4</Sha>
69+
<Sha>a57022b44f3ff23de925530ea1d27da9701aed57</Sha>
7070
</Dependency>
7171
</ToolsetDependencies>
7272
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<MicrosoftNETCoreBrowserDebugHostTransportVersion>8.0.0-rtm.23525.7</MicrosoftNETCoreBrowserDebugHostTransportVersion>
3333
</PropertyGroup>
3434
<PropertyGroup Label="Dependencies from dotnet/arcade">
35-
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23516.4</MicrosoftDotNetBuildTasksTemplatingVersion>
35+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23525.4</MicrosoftDotNetBuildTasksTemplatingVersion>
3636
</PropertyGroup>
3737
<PropertyGroup Label="Other dependencies">
3838
<!-- NB: This version affects Visual Studio compatibility. See https://learn.microsoft.com/visualstudio/extensibility/roslyn-version-support -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23516.4",
17-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23516.4"
16+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23525.4",
17+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23525.4"
1818
}
1919
}

0 commit comments

Comments
 (0)