-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 #2892
Conversation
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 <[email protected]>
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.
Bumps .NET dependencies to their latest versions for the .NET 9.0.100 SDK. Bumps Aspire.Azure.Security.KeyVault from 9.0.0-rc.1.24511.1 to 9.0.0. Bumps Aspire.Azure.Storage.Blobs from 9.0.0-rc.1.24511.1 to 9.0.0. Bumps Aspire.Hosting.AppHost from 9.0.0-rc.1.24511.1 to 9.0.0. Bumps Aspire.Hosting.Azure.CosmosDB from 9.0.0-rc.1.24511.1 to 9.0.0. Bumps Aspire.Hosting.Azure.KeyVault from 9.0.0-rc.1.24511.1 to 9.0.0. Bumps Aspire.Hosting.Azure.Storage from 9.0.0-rc.1.24511.1 to 9.0.0. Bumps Aspire.Microsoft.Azure.Cosmos from 9.0.0-rc.1.24511.1 to 9.0.0. Bumps AspNet.Security.OAuth.Amazon from 9.0.0-rc.2.24557.45 to 9.0.0. Bumps AspNet.Security.OAuth.Apple from 9.0.0-rc.2.24557.45 to 9.0.0. Bumps AspNet.Security.OAuth.GitHub from 9.0.0-rc.2.24557.45 to 9.0.0. Bumps Microsoft.AspNetCore.Authentication.Google from 9.0.0-rc.2.24474.3 to 9.0.0. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 9.0.0-rc.2.24474.3 to 9.0.0. Bumps Microsoft.AspNetCore.Authentication.Twitter from 9.0.0-rc.2.24474.3 to 9.0.0. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-rc.2.24474.3 to 9.0.0. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rc.2.24474.3 to 9.0.0. Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rc.2.24474.3 to 9.0.0. Bumps Microsoft.Extensions.Http.Resilience from 9.0.0-preview.9.24507.7 to 9.0.0. Bumps System.Text.Json from 9.0.0-rc.2.24473.5 to 9.0.0. --- updated-dependencies: - dependency-name: Aspire.Azure.Security.KeyVault dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Aspire.Azure.Storage.Blobs dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Aspire.Hosting.AppHost dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Aspire.Hosting.Azure.CosmosDB dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Aspire.Hosting.Azure.KeyVault dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Aspire.Hosting.Azure.Storage dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Aspire.Microsoft.Azure.Cosmos dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AspNet.Security.OAuth.Amazon dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AspNet.Security.OAuth.Apple dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AspNet.Security.OAuth.GitHub dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.Authentication.Google dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.Authentication.MicrosoftAccount dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.Authentication.Twitter dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http.Resilience dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]>
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.
Device | URL |
---|---|
desktop | https://localhost:50001 |
Device | URL |
---|---|
mobile | https://localhost:50001 |
Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2892 +/- ##
=======================================
Coverage 77.86% 77.86%
=======================================
Files 123 123
Lines 2503 2503
Branches 380 380
=======================================
Hits 1949 1949
Misses 371 371
Partials 183 183
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Updates the .NET SDK to version
9.0.100
, which also updates the .NET runtime from version9.0.0-rc.2.24473.5
to version9.0.0
.This release includes fixes for the following security issue(s):
This pull request was auto-generated by GitHub Actions.