-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to dotnet/sdk@1854762845 9.0.100-rc.1.24421.9 (#9237)
Changes: dotnet/sdk@df30800...1854762 Changes: dotnet/runtime@0fbd814...fe0cfd5 Changes: dotnet/emsdk@edf3e90...459c929 Changes: dotnet/cecil@b9d928a...ed276e7 Updates: * Microsoft.NET.Sdk: from 9.0.100-rc.1.24419.12 to 9.0.100-rc.1.24421.9 * Microsoft.NETCore.App.Ref: from 9.0.0-rc.1.24414.5 to 9.0.0-rc.1.24420.11 * Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport: from 9.0.0-rc.1.24402.2 to 9.0.0-rc.1.24416.2 * Microsoft.NET.ILLink.Tasks: from 9.0.0-rc.1.24414.5 to 9.0.0-rc.1.24420.11 * Microsoft.DotNet.Cecil: from 0.11.5-alpha.24379.1 to 0.11.5-alpha.24413.1 ~~ Other changes ~~ * Feeds for dotnet/runtime 8.0.9 Context: https://github.com/dotnet/android/blob/45af0b5ffe0b4c59d2282a514abedec39f8de39f/NuGet.config#L7-L10 * Feeds for dotnet/runtime 6.0.34 Context: https://github.com/dotnet/runtime/commits/release/6.0 * Bump to mono/debugger-libs@d5664344 Changes: mono/debugger-libs@84c5c67...d566434 * Create `external/debugger-libs.override.props` Context: mono/debugger-libs#412 Set `$(DisableTransitiveFrameworkReferenceDownloads)` for mono/debugger-libs. Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
- Loading branch information
1 parent
1d323b3
commit 41d2cb8
Showing
8 changed files
with
43 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule debugger-libs
updated
11 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<RestoreAdditionalProjectSources> | ||
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ed13b351/nuget/v3/index.json; | ||
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-064a36d9/nuget/v3/index.json | ||
</RestoreAdditionalProjectSources> | ||
<!-- Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref --> | ||
<DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
<Project> | ||
<!-- Import $(LibZipSharpVersion) --> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<RestoreAdditionalProjectSources> | ||
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ed13b351/nuget/v3/index.json; | ||
https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-064a36d9/nuget/v3/index.json | ||
</RestoreAdditionalProjectSources> | ||
</PropertyGroup> | ||
</Project> |