Skip to content

Commit c2909ce

Browse files
Changes: dotnet/runtime@7dab903...940e395 Updates: * Microsoft.NET.ILLink: from 9.0.0-rtm.24528.8 to 9.0.1-rtm.24557.9 * Microsoft.NET.ILLink.Tasks: from 9.0.0 to 9.0.1 * Microsoft.NETCore.App.Ref: from 9.0.0 to 9.0.1 Other changes: * Include all `darc-pub-` feeds for MAUI's build Avoids the error on `MAUI Integration` lane: error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 9.0.1) Co-authored-by: Jonathan Peppers <[email protected]>
1 parent 676b434 commit c2909ce

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<!-- Begin: Package sources from dotnet-android -->
77
<!-- End: Package sources from dotnet-android -->
88
<!-- Begin: Package sources from dotnet-emsdk -->
9+
<add key="darc-pub-dotnet-emsdk-763d10a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-763d10a1/nuget/v3/index.json" />
910
<!-- End: Package sources from dotnet-emsdk -->
1011
<!-- Begin: Package sources from dotnet-runtime -->
12+
<add key="darc-pub-dotnet-runtime-940e395" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-940e3953/nuget/v3/index.json" />
1113
<!-- End: Package sources from dotnet-runtime -->
1214
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1315
<!-- ensure only the sources defined below are used -->

build-tools/scripts/DotNet.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
Query="/Project/ItemGroup/PackageDownload[contains(@Include,'Microsoft.NET.Sdk.Android.Manifest-')]/@Include" />
5959
<XmlPeek
6060
XmlInputPath="$(_Root)NuGet.config"
61-
Query="/configuration/packageSources/add[starts-with(@key,'darc-pub-dotnet-android-')]">
61+
Query="/configuration/packageSources/add[starts-with(@key,'darc-pub-')]">
6262
<Output TaskParameter="Result" ItemName="_DotNetAndroidFeeds" />
6363
</XmlPeek>
6464
<XmlPeek

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<Uri>https://github.com/dotnet/sdk</Uri>
55
<Sha>8e8e27079dc1f0c53add11c3ac58fd9796aa8e73</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rtm.24528.8">
7+
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.1-rtm.24557.9">
88
<Uri>https://github.com/dotnet/runtime</Uri>
9-
<Sha>7dab903b20269d78c6bc08d5269947db7d35c22b</Sha>
9+
<Sha>940e395337ef32782723b789e530aa4abd72b054</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0">
11+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.1">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>7dab903b20269d78c6bc08d5269947db7d35c22b</Sha>
13+
<Sha>940e395337ef32782723b789e530aa4abd72b054</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0">
15+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.1">
1616
<Uri>https://github.com/dotnet/runtime</Uri>
17-
<Sha>7dab903b20269d78c6bc08d5269947db7d35c22b</Sha>
17+
<Sha>940e395337ef32782723b789e530aa4abd72b054</Sha>
1818
</Dependency>
1919
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100" Version="9.0.0" CoherentParentDependency="Microsoft.NETCore.App.Ref">
2020
<Uri>https://github.com/dotnet/emsdk</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<MicrosoftNETSdkPackageVersion>9.0.101-servicing.24561.8</MicrosoftNETSdkPackageVersion>
55
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
6-
<MicrosoftNETILLinkPackageVersion>9.0.0-rtm.24528.8</MicrosoftNETILLinkPackageVersion>
7-
<MicrosoftNETCoreAppRefPackageVersion>9.0.0</MicrosoftNETCoreAppRefPackageVersion>
6+
<MicrosoftNETILLinkPackageVersion>9.0.1-rtm.24557.9</MicrosoftNETILLinkPackageVersion>
7+
<MicrosoftNETCoreAppRefPackageVersion>9.0.1</MicrosoftNETCoreAppRefPackageVersion>
88
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
99
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.24476.2</MicrosoftDotNetBuildTasksFeedPackageVersion>
1010
<MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version>9.0.0</MicrosoftNETWorkloadEmscriptenCurrentManifest90100Version>

0 commit comments

Comments
 (0)