Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
<Project>
<PropertyGroup>
<!-- dotnet/sdk dependencies -->
<MicrosoftNETSdkPackageVersion>9.0.113-servicing.25615.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.113-servicing.26056.8</MicrosoftNETSdkPackageVersion>
<!-- dotnet/runtime dependencies -->
<MicrosoftNETILLinkPackageVersion>9.0.0-alpha.1.23556.4</MicrosoftNETILLinkPackageVersion>
<MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>9.0.0-rc.2.24462.10</MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>
Expand Down
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.113-servicing.25615.2">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.113-servicing.26056.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>537175220f65f0b65f41cdf4cfc888bd1c83dfb3</Sha>
<Sha>72e782541cab0694c5cc018e4bc784245e22e6a1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-alpha.1.23556.4">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "9.0.113-servicing.25615.2"
"version": "9.0.113-servicing.26056.8"
},
"tools": {
"dotnet": "9.0.113-servicing.25615.2"
"dotnet": "9.0.113-servicing.26056.8"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4"
Expand Down
Loading