-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump main version to 9.0-alpha1 (#90558)
* Bump main version to 9.0-alpha1 * Try bumping SdkBandVersion * Bump the emscripten transport package * Fix typo * Update TFM to net9.0, minimum to net8.0, use RC1 nightly for SDK to avoid regressions in .NET 8.0 targets and clean up .NET 8->.NET 9 API compat baselining. * Add compat suppressions for removed EOL TFM assets that will not be in the 9.0 variants of the packages. * PR feedback * Fix ILLink errors in the build. * Update Versions.props * PR feedback * Don't use non-portable rids in src/tests infra * Fix restore for Microsoft.NETCore.App.Runtime-based sfxprojs * Fix libs build and expand where we set RunAnalyzers * PR feedback * Try fixing the package testing. * Fix remaining restore issues. * Patch preserialized resources to account for the major version bump (convert Version=8.0.0.0 to Version=9.0.0.0) * Remove explicit hard-coding of net6.0 package testing * Convert more references to net8.0 to net9.0 * Revert TFM changes * Add workaround for RequiresPreviewFeatures and regenerate SLE compat suppressions. * [wasm] Unpin sdk version, and change channel to 9.0 for WBT * Revert "[wasm] Unpin sdk version, and change channel to 9.0 for WBT" This reverts commit be2c615. * Patch preserialized resources to account for the major version bump (convert Version=8.0.0.0 to Version=9.0.0.0) * Suppress EventLog package validation failures to get allconfigurations passing. * Fix queue count in rate limiters (#90810) * Adding PACKAGE.md to System.Runtime.Caching package (#90701) * Adding PACKAGE.md to System.Runtime.Caching package * add Remarks * move PACKAGE.md to src folder * update per PR feedback * add important block * [wasm] Unpin sdk version, and change channel to 9.0 for WBT * workloads-testing.targets: Ignore standard error/warning formats Prompted by the following getting caught as a warning, and converted to an error: ``` EXEC : error : dotnet-install: Failed to check the disk space. Installation will continue, but it may fail if you do not have [D:\a\_work\1\s\src\mono\wasm\Wasm.Build.Tests\Wasm.Build.Tests.csproj] enough disk space. dotnet-install: Extracting the archive. ``` * Force AssemblyVersion * Revert changes. * Remove the SLE suppressions again. * Fix 9.0->8.0 replace * Revert "Fix queue count in rate limiters (#90810)" This reverts commit 1b9e4e3. * Fix formatting * Update Version.Details.xml for xlifftasks to try to fix prebuilt error. --------- Co-authored-by: Larry Ewing <lewing@microsoft.com> Co-authored-by: Jeremy Koritzinsky <jekoritz@microsoft.com> Co-authored-by: Ankit Jain <radical@gmail.com> Co-authored-by: Brennan <brecon@microsoft.com> Co-authored-by: Hong Li <hongli@microsoft.com>
- Loading branch information
1 parent
7cffd46
commit 96c2e1d
Showing
4 changed files
with
46 additions
and
43 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
Oops, something went wrong.