Skip to content

Commit 60513e7

Browse files
Update dependencies from https://github.com/dotnet/sdk build 20250220.13
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
1 parent 805cdc8 commit 60513e7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-preview.1.25112.18">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-preview.1.25120.13">
44
<Uri>https://github.com/dotnet/sdk</Uri>
5-
<Sha>854cc61f42d7ff8006b4f21f48e6db3b260083c2</Sha>
5+
<Sha>ba56a9974738e0462269bfbcd89360d8a5064402</Sha>
66
</Dependency>
77
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-alpha.1.23556.4">
88
<Uri>https://github.com/dotnet/runtime</Uri>
@@ -18,9 +18,9 @@
1818
<Sha>b98cabca124ca73be9247c5f7b6796c6ce55e816</Sha>
1919
</Dependency>
2020
<!-- 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 -->
21-
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.1.25107.4" CoherentParentDependency="Microsoft.NET.Sdk">
21+
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.1.25120.3" CoherentParentDependency="Microsoft.NET.Sdk">
2222
<Uri>https://github.com/dotnet/aspnetcore</Uri>
23-
<Sha>ddbe93118b58c82efcc930842caf0f182d53aa2f</Sha>
23+
<Sha>b225d30209cf027c80b741d04efe1c54f2431b3c</Sha>
2424
</Dependency>
2525
<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">
2626
<Uri>https://github.com/dotnet/emsdk</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--Package versions-->
33
<PropertyGroup>
44
<!-- Versions updated by maestro -->
5-
<MicrosoftNETSdkPackageVersion>10.0.100-preview.1.25112.18</MicrosoftNETSdkPackageVersion>
5+
<MicrosoftNETSdkPackageVersion>10.0.100-preview.1.25120.13</MicrosoftNETSdkPackageVersion>
66
<MicrosoftNETILLinkTasksPackageVersion>10.0.0-preview.1.25080.5</MicrosoftNETILLinkTasksPackageVersion>
77
<MicrosoftNETILLinkPackageVersion>9.0.0-alpha.1.23556.4</MicrosoftNETILLinkPackageVersion>
88
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.25058.5</MicrosoftDotNetBuildTasksFeedPackageVersion>

0 commit comments

Comments
 (0)