-
-
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
Consume .NET nightly builds #1808
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1808 +/- ##
=======================================
Coverage 79.10% 79.10%
=======================================
Files 153 153
Lines 3235 3235
Branches 509 509
=======================================
Hits 2559 2559
Misses 464 464
Partials 212 212
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- Remove ExcludeByAttribute as duplicating the defaults. - Fix code analysis warning identified in #1808.
- Remove ExcludeByAttribute as duplicating the defaults. - Fix code analysis warning identified in #1808.
a1239d4
to
567ddd7
Compare
34c623c
to
c27c3a1
Compare
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:5001 |
Device | URL |
---|---|
mobile | https://localhost:5001 |
Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead
4712719
to
9593153
Compare
c27c3a1
to
eef67bb
Compare
9593153
to
d2bce34
Compare
cb11e15
to
6cdb815
Compare
d2bce34
to
1be9971
Compare
b6aa2a1
to
b39e1a2
Compare
1be9971
to
9d808a4
Compare
e43a436
to
bbdee78
Compare
9d808a4
to
f904485
Compare
bbdee78
to
b3ca3a4
Compare
fb17e64
to
3f1ab50
Compare
b3ca3a4
to
eaa753d
Compare
cfc3ffc
to
12db972
Compare
eaa753d
to
3b22d73
Compare
1e11255
to
21ae8ba
Compare
fea47fa
to
47b1586
Compare
21ae8ba
to
a975255
Compare
f9f6cea
to
6192fe1
Compare
e61b717
to
af08f03
Compare
1fa2b33
to
5b3fd3c
Compare
45d19c6
to
c9830be
Compare
1912071
to
1a532e2
Compare
1a532e2
to
578a785
Compare
9bf5fb6
to
ee3fd6d
Compare
af126ba
to
dfbf4b8
Compare
Consume the latest daily builds for .NET 8.
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23506.1. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-rtm.23506.1 SDK. Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rc.2.23472.9 to 8.0.0-rc.2.23480.2. Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rc.2.23472.9 to 8.0.0-rc.2.23480.2. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rc.2.23472.9 to 8.0.0-rc.2.23480.2. Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rc.2.23472.9 to 8.0.0-rc.2.23480.2. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rc.2.23472.9 to 8.0.0-rc.2.23480.2. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rc.2.23472.9 to 8.0.0-rc.2.23480.2. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rc.2.23472.9 to 8.0.0-rc.2.23480.2. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Facebook 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.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> * Fix build Handle change of type. * Fix build Fix null reference return. * Fix build Fix build. --------- Signed-off-by: costellobot <[email protected]> Co-authored-by: Martin Costello <[email protected]>
Update NuGet packages for RTM.
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23511.11. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-rtm.23511.11 SDK. Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23512.1. Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23512.1. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23512.1. Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23512.1. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23512.1. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23512.1. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23512.1. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Facebook 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.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23512.16. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-rtm.23512.16 SDK. Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rtm.23512.1 to 8.0.0-rtm.23512.20. Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rtm.23512.1 to 8.0.0-rtm.23512.20. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rtm.23512.1 to 8.0.0-rtm.23512.20. Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rtm.23512.1 to 8.0.0-rtm.23512.20. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rtm.23512.1 to 8.0.0-rtm.23512.20. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rtm.23512.1 to 8.0.0-rtm.23512.20. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23512.1 to 8.0.0-rtm.23512.20. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Facebook 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.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23513.4. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-rtm.23513.4 SDK. Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rtm.23512.20 to 8.0.0-rtm.23513.13. Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rtm.23512.20 to 8.0.0-rtm.23513.13. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rtm.23512.20 to 8.0.0-rtm.23513.13. Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rtm.23512.20 to 8.0.0-rtm.23513.13. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rtm.23512.20 to 8.0.0-rtm.23513.13. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rtm.23512.20 to 8.0.0-rtm.23513.13. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23512.20 to 8.0.0-rtm.23513.13. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Facebook 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.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23516.5. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-rtm.23516.5 SDK. Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rtm.23513.13 to 8.0.0-rtm.23516.6. Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rtm.23513.13 to 8.0.0-rtm.23516.6. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rtm.23513.13 to 8.0.0-rtm.23516.6. Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rtm.23513.13 to 8.0.0-rtm.23516.6. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rtm.23513.13 to 8.0.0-rtm.23516.6. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rtm.23513.13 to 8.0.0-rtm.23516.6. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23513.13 to 8.0.0-rtm.23516.6. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Facebook 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.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23517.25. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-rtm.23517.25 SDK. Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rtm.23516.6 to 8.0.0-rtm.23517.6. Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rtm.23516.6 to 8.0.0-rtm.23517.6. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rtm.23516.6 to 8.0.0-rtm.23517.6. Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rtm.23516.6 to 8.0.0-rtm.23517.6. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rtm.23516.6 to 8.0.0-rtm.23517.6. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rtm.23516.6 to 8.0.0-rtm.23517.6. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23516.6 to 8.0.0-rtm.23517.6. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Facebook 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.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23518.33. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-rtm.23518.33 SDK. Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rtm.23517.6 to 8.0.0-rtm.23518.6. Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rtm.23517.6 to 8.0.0-rtm.23518.6. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rtm.23517.6 to 8.0.0-rtm.23518.6. Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rtm.23517.6 to 8.0.0-rtm.23518.6. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rtm.23517.6 to 8.0.0-rtm.23518.6. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rtm.23517.6 to 8.0.0-rtm.23518.6. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23517.6 to 8.0.0-rtm.23518.6. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Facebook 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.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23519.30. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-rtm.23519.30 SDK. Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rtm.23518.6 to 8.0.0-rtm.23519.14. Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rtm.23518.6 to 8.0.0-rtm.23519.14. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rtm.23518.6 to 8.0.0-rtm.23519.14. Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rtm.23518.6 to 8.0.0-rtm.23519.14. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rtm.23518.6 to 8.0.0-rtm.23519.14. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rtm.23518.6 to 8.0.0-rtm.23519.14. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23518.6 to 8.0.0-rtm.23519.14. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Facebook 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.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23520.38. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-rtm.23520.38 SDK. Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10. Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10. Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Facebook 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.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
dfbf4b8
to
645b5f0
Compare
Update .NET SDK to version 8.0.100-rtm.23522.1. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23523.2. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.100-rtm.23523.2 SDK. Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rtm.23520.10 to 8.0.0-rtm.23523.8. Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rtm.23520.10 to 8.0.0-rtm.23523.8. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rtm.23520.10 to 8.0.0-rtm.23523.8. Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rtm.23520.10 to 8.0.0-rtm.23523.8. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rtm.23520.10 to 8.0.0-rtm.23523.8. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rtm.23520.10 to 8.0.0-rtm.23523.8. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23520.10 to 8.0.0-rtm.23523.8. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Facebook 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.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
Update to the latest nightly build of .NET 8.