Skip to content

Commit f2eea99

Browse files
dotnet-maestro[bot]akoeplingerjonathanpeppers
authored
Bump to dotnet/dotnet@721dc7a2a5 10.0.100-preview.5.25223.119 (#10073)
Changes: dotnet/dotnet@f4de547...721dc7a This is now using a .NET SDK built from the "VMR" (virtual monorepo) from dotnet/dotnet instead of dotnet/sdk. Updates: * Microsoft.DotNet.Build.Tasks.Feed: from 9.0.0-beta.24408.2 to 10.0.0-beta.25223.119 * Microsoft.NET.Sdk: from 10.0.100-preview.4.25220.1 to 10.0.100-preview.5.25223.119 * Microsoft.TemplateEngine.Authoring.Tasks: from 9.0.201 to 10.0.100-preview.5.25223.119 * Microsoft.NETCore.App.Ref: from 10.0.0-preview.4.25217.10 to 10.0.0-preview.4.25223.119 * Microsoft.DotNet.Cecil: from 0.11.5-alpha.25125.1 to 0.11.5-alpha.25223.119 Other changes: * Manually updated subscriptions for dotnet/runtime * dotnet/runtime 8.0.16 feeds * dotnet/runtime 9.0.5 feeds Co-authored-by: Alexander Köplinger <[email protected]> Co-authored-by: Jonathan Peppers <[email protected]>
1 parent c096099 commit f2eea99

File tree

3 files changed

+29
-27
lines changed

3 files changed

+29
-27
lines changed

NuGet.config

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
<!-- This is needed (currently) for the Xamarin.Android.Deploy.Installer dependency, getting the installer -->
1919
<!-- Android binary, to support delta APK install -->
2020
<add key="xamarin.android util" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/Xamarin.Android/nuget/v3/index.json" />
21-
<!-- Added manually for dotnet/runtime 8.0.11 -->
22-
<add key="darc-pub-dotnet-emsdk-91b783e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-91b783ed/nuget/v3/index.json" />
23-
<add key="darc-pub-dotnet-runtime-ef07c4f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ef07c4f2/nuget/v3/index.json" />
21+
<!-- Added manually for dotnet/runtime 9.0.5 -->
22+
<add key="darc-pub-dotnet-emsdk-3cddc1f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-3cddc1fe/nuget/v3/index.json" />
23+
<add key="darc-pub-dotnet-runtime-207cda3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-207cda34/nuget/v3/index.json" />
24+
<!-- Added manually for dotnet/runtime 8.0.16 -->
25+
<add key="darc-pub-dotnet-runtime-6cd8ef8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-6cd8ef87/nuget/v3/index.json" />
2426
</packageSources>
2527
<disabledPackageSources />
2628
</configuration>

eng/Version.Details.xml

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-preview.4.25220.1">
4-
<Uri>https://github.com/dotnet/sdk</Uri>
5-
<Sha>f4de547215d995985f21f195b29909d8569bcf46</Sha>
3+
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-preview.5.25223.119">
4+
<Uri>https://github.com/dotnet/dotnet</Uri>
5+
<Sha>721dc7a2a59416b21fc49447d264009d708d6000</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-preview.4.25217.10" CoherentParentDependency="Microsoft.NET.Sdk">
8-
<Uri>https://github.com/dotnet/runtime</Uri>
9-
<Sha>e1702c393a1ef71b211f51d00beedec0151c9f25</Sha>
7+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-preview.4.25223.119">
8+
<Uri>https://github.com/dotnet/dotnet</Uri>
9+
<Sha>721dc7a2a59416b21fc49447d264009d708d6000</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.4.25217.10" CoherentParentDependency="Microsoft.NET.Sdk">
12-
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>e1702c393a1ef71b211f51d00beedec0151c9f25</Sha>
11+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.4.25223.119">
12+
<Uri>https://github.com/dotnet/dotnet</Uri>
13+
<Sha>721dc7a2a59416b21fc49447d264009d708d6000</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25125.1" CoherentParentDependency="Microsoft.NET.ILLink.Tasks">
16-
<Uri>https://github.com/dotnet/cecil</Uri>
17-
<Sha>f7a78a77069262841fe3c3c6b89ff243fc43cefc</Sha>
15+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25223.119">
16+
<Uri>https://github.com/dotnet/dotnet</Uri>
17+
<Sha>721dc7a2a59416b21fc49447d264009d708d6000</Sha>
1818
</Dependency>
1919
<!-- Previous .NET Android version(s) -->
2020
<Dependency Name="Microsoft.NET.Sdk.Android.Manifest-9.0.100" Version="35.0.61">
@@ -31,13 +31,13 @@
3131
<Uri>https://github.com/dotnet/arcade</Uri>
3232
<Sha>70831f0d126fe88b81d7dc8de11358e17a5ce364</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24408.2">
35-
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>60ae233c3d77f11c5fdb53e570b64d503b13ba59</Sha>
34+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25223.119">
35+
<Uri>https://github.com/dotnet/dotnet</Uri>
36+
<Sha>721dc7a2a59416b21fc49447d264009d708d6000</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="9.0.201">
39-
<Uri>https://github.com/dotnet/templating</Uri>
40-
<Sha>006b799c44481a0870d4cbe754e6aae9d1236708</Sha>
38+
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="10.0.100-preview.5.25223.119">
39+
<Uri>https://github.com/dotnet/dotnet</Uri>
40+
<Sha>721dc7a2a59416b21fc49447d264009d708d6000</Sha>
4141
</Dependency>
4242
</ToolsetDependencies>
4343
</Dependencies>

eng/Versions.props

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Project>
22
<!--Package versions-->
33
<PropertyGroup>
4-
<MicrosoftNETSdkPackageVersion>10.0.100-preview.4.25220.1</MicrosoftNETSdkPackageVersion>
4+
<MicrosoftNETSdkPackageVersion>10.0.100-preview.5.25223.119</MicrosoftNETSdkPackageVersion>
55
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
6-
<MicrosoftNETILLinkTasksPackageVersion>10.0.0-preview.4.25217.10</MicrosoftNETILLinkTasksPackageVersion>
7-
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-preview.4.25217.10</MicrosoftNETCoreAppRefPackageVersion>
6+
<MicrosoftNETILLinkTasksPackageVersion>10.0.0-preview.4.25223.119</MicrosoftNETILLinkTasksPackageVersion>
7+
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-preview.4.25223.119</MicrosoftNETCoreAppRefPackageVersion>
88
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
9-
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.24476.2</MicrosoftDotNetBuildTasksFeedPackageVersion>
9+
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.25223.119</MicrosoftDotNetBuildTasksFeedPackageVersion>
1010
<MicrosoftNETWorkloadMonoToolChainPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETWorkloadMonoToolChainPackageVersion>
1111
<MicrosoftNETWorkloadEmscriptenPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETWorkloadEmscriptenPackageVersion>
12-
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>9.0.201</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
13-
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25125.1</MicrosoftDotNetCecilPackageVersion>
12+
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>10.0.100-preview.5.25223.119</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
13+
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25223.119</MicrosoftDotNetCecilPackageVersion>
1414
<SystemIOHashingPackageVersion>9.0.4</SystemIOHashingPackageVersion>
1515
<!-- Previous .NET Android version -->
1616
<MicrosoftNETSdkAndroidManifest90100PackageVersion>35.0.61</MicrosoftNETSdkAndroidManifest90100PackageVersion>

0 commit comments

Comments
 (0)