Skip to content
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

Closed
wants to merge 13 commits into from
Closed

Consume .NET nightly builds #1808

wants to merge 13 commits into from

Conversation

martincostello
Copy link
Owner

@martincostello martincostello commented Jul 13, 2023

Update to the latest nightly build of .NET 8.

@martincostello martincostello added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Jul 13, 2023
@codecov
Copy link

codecov bot commented Jul 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (173898c) 79.10% compared to head (10b1c43) 79.10%.
Report is 3 commits behind head on main.

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           
Flag Coverage Δ
linux 79.10% <ø> (ø)
macos 79.10% <ø> (ø)
windows 79.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

martincostello added a commit that referenced this pull request Jul 13, 2023
- Remove ExcludeByAttribute as duplicating the defaults.
- Fix code analysis warning identified in #1808.
martincostello added a commit that referenced this pull request Jul 13, 2023
- Remove ExcludeByAttribute as duplicating the defaults.
- Fix code analysis warning identified in #1808.
Copy link
Collaborator

@costellobot costellobot left a 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

@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from 4712719 to 9593153 Compare July 18, 2023 09:52
@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from fb17e64 to 3f1ab50 Compare August 8, 2023 17:17
@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from cfc3ffc to 12db972 Compare August 10, 2023 12:41
@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from 1e11255 to 21ae8ba Compare August 15, 2023 04:23
@martincostello martincostello force-pushed the dotnet-nightly branch 3 times, most recently from f9f6cea to 6192fe1 Compare September 11, 2023 12:42
@martincostello martincostello force-pushed the dotnet-nightly branch 3 times, most recently from 1fa2b33 to 5b3fd3c Compare September 12, 2023 19:36
@martincostello martincostello force-pushed the dotnet-nightly branch 2 times, most recently from 1912071 to 1a532e2 Compare September 25, 2023 13:33
Base automatically changed from dotnet-vnext to main September 25, 2023 15:09
martincostello and others added 11 commits October 23, 2023 09:02
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]>
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]>
@martincostello martincostello deleted the dotnet-nightly branch October 25, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants