Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/sdk build 20250220.13
Browse files Browse the repository at this point in the history
Microsoft.NET.Sdk
 From Version 10.0.100-preview.1.25112.18 -> To Version 10.0.100-preview.1.25120.13

Dependency coherency updates

Microsoft.AspNetCore.App.Ref
 From Version 10.0.0-preview.1.25107.4 -> To Version 10.0.0-preview.1.25120.3 (parent: Microsoft.NET.Sdk
  • Loading branch information
dotnet-maestro[bot] committed Feb 21, 2025
1 parent 805cdc8 commit 60513e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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="10.0.100-preview.1.25112.18">
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-preview.1.25120.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>854cc61f42d7ff8006b4f21f48e6db3b260083c2</Sha>
<Sha>ba56a9974738e0462269bfbcd89360d8a5064402</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-alpha.1.23556.4">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand All @@ -18,9 +18,9 @@
<Sha>b98cabca124ca73be9247c5f7b6796c6ce55e816</Sha>
</Dependency>
<!-- This is required for our test apps to build; in some cases Microsoft.AspNetCore.App is pulled in, and when building test apps the build needs to be able to resolve that -->
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.1.25107.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.1.25120.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>ddbe93118b58c82efcc930842caf0f182d53aa2f</Sha>
<Sha>b225d30209cf027c80b741d04efe1c54f2431b3c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport" Version="10.0.0-preview.1.25077.1" CoherentParentDependency="Microsoft.NETCore.App.Ref">
<Uri>https://github.com/dotnet/emsdk</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--Package versions-->
<PropertyGroup>
<!-- Versions updated by maestro -->
<MicrosoftNETSdkPackageVersion>10.0.100-preview.1.25112.18</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>10.0.100-preview.1.25120.13</MicrosoftNETSdkPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>10.0.0-preview.1.25080.5</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkPackageVersion>9.0.0-alpha.1.23556.4</MicrosoftNETILLinkPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.25058.5</MicrosoftDotNetBuildTasksFeedPackageVersion>
Expand Down

0 comments on commit 60513e7

Please sign in to comment.