-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update .NET SDK to 9.0.100-preview.7.24407.12 #733
Update .NET SDK to 9.0.100-preview.7.24407.12 #733
Conversation
Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approving dependency update.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dotnet-vnext #733 +/- ##
=============================================
Coverage 97.56% 97.56%
=============================================
Files 8 8
Lines 288 288
Branches 31 31
=============================================
Hits 281 281
Misses 2 2
Partials 5 5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
* Update to .NET 9 preview 1 Update to preview 1 of .NET 9. * Simplify baselines Move TFM-specific APIs to the main baseline file. * Use new .NET APIs - Use `Convert.ToHexStringLower()`. - Use `CryptographicOperations.HashData()`. * Update .NET SDK (#609) Update .NET SDK to version 9.0.100-preview.2.24157.14. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Bump Microsoft.AspNetCore.TestHost Bump Microsoft.AspNetCore.TestHost for preview 2. * Update .NET SDK (#634) Update .NET SDK to version 9.0.100-preview.3.24204.13. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Bump Microsoft.AspNetCore.TestHost Bump Microsoft.AspNetCore.TestHost for .NET 9 preview 3. * Bump Microsoft.AspNetCore.TestHost Bump Microsoft.AspNetCore.TestHost for .NET 9 preview 3. * Update .NET SDK (#675) Update .NET SDK to version 9.0.100-preview.4.24267.66. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Update NuGet package Bump Microsoft.AspNetCore.TestHost for .NET 9 preview 4. * Bump NuGet package Bump Mvc.Testing for .NET 9 preview 4. * Use C# 13 Set `LangVersion=preview` to use C# 13. * Update .NET SDK to 9.0.100-preview.5.24307.3 (#696) * Update .NET SDK Update .NET SDK to version 9.0.100-preview.5.24307.3. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Bump packages Update NuGet packages for .NET 9 preview 5. * Remove PackageReference Remove redundant package reference. * Fix build Correctly fix the package references. * Remove package reference Remove redundant package reference. * Fix CI Skip tests that cause CI to fail due to dotnet/sdk#41541. --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> Co-authored-by: martincostello <martin@martincostello.com> * Simplify pre-processor conditions Remove pre-processor conditions that are now redundant. * Simplify API baselines Make the TFM-specific API baselines optional. * Update .NET SDK to 9.0.100-preview.6.24328.19 (#710) * Update .NET SDK Update .NET SDK to version 9.0.100-preview.6.24328.19. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Suppress IDE0130 Suppress IDE0130 warnings. --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> Co-authored-by: Martin Costello <martin@martincostello.com> * Re-enable tests Remove workarounds for dotnet/sdk#41541. * Bump packages Update NuGet packages for .NET 9 preview 6. * Update .NET SDK (#733) Update .NET SDK to version 9.0.100-preview.7.24407.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Bump NuGet packages Update NuGet packages for .NET 9 preview 7. * Revert to LangVersion latest Revert back to using the latest version of C# instead of preview. * Fix XML Copy-paste fail. * Update .NET SDK (#756) Update .NET SDK to version 9.0.100-rc.1.24452.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Update NuGet packages Update NuGet packages for RC1. * Update .NET SDK (#782) Update .NET SDK to version 9.0.100-rc.2.24474.11. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Bump NuGet packages Update NuGet packages for .NET 9 RC2. * Set executable bit Fix the executable bit being unset. * Update .NET SDK (#805) Update .NET SDK to version 9.0.100. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Updates for .NET 9 GA Update TODOs and NuGet packages for .NET 9 stable release. --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> Co-authored-by: costellobot <102549341+costellobot@users.noreply.github.com>
Updates the .NET SDK to version
9.0.100-preview.7.24407.12
, which also updates the .NET runtime from version9.0.0-preview.6.24327.7
to version9.0.0-preview.7.24405.7
.This pull request was auto-generated by GitHub Actions.