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

Update to ASP.NET Core 9 #423

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Update to ASP.NET Core 9 #423

wants to merge 11 commits into from

Conversation

martincostello
Copy link
Owner

  • Update to ASP.NET Core 9.
  • Fix/suppress new code analysis warnings.

@martincostello martincostello added enhancement New feature or request dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Feb 13, 2024
@martincostello martincostello force-pushed the dotnet-vnext branch 3 times, most recently from 9d92172 to 4f3e1b9 Compare April 10, 2024 08:47
@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from 37bf126 to 2961bcd Compare April 22, 2024 10:25
@martincostello martincostello force-pushed the dotnet-vnext branch 3 times, most recently from 34ad50b to bf35599 Compare May 14, 2024 17:04
@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from 1bdf83c to 2503148 Compare May 28, 2024 22:02
@martincostello martincostello force-pushed the dotnet-vnext branch 3 times, most recently from ac62bc4 to 810566a Compare June 14, 2024 15:14
@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from c1324c6 to 556cdf5 Compare June 18, 2024 05:05
martincostello and others added 6 commits June 20, 2024 04:11
Update to preview 1 of ASP.NET Core 9.
Add link to issue.
Update to .NET 9 version of AspNet.Security.OAuth.Apple.
* Update .NET SDK

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 <[email protected]>

* Bump Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.1.24081.5 to 9.0.0-preview.2.24128.4

Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.1.24081.5 to 9.0.0-preview.2.24128.4.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
Bump AspNet.Security.OAuth.Apple for preview 2.
* Update .NET SDK

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 <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-preview.3.24204.13 SDK.

Bumps AspNet.Security.OAuth.Apple from 9.0.0-preview.2.24162.89 to 9.0.0-preview.2.24211.54.
Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.2.24128.4 to 9.0.0-preview.3.24172.13.

---
updated-dependencies:
- dependency-name: AspNet.Security.OAuth.Apple
  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
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
martincostello and others added 5 commits June 20, 2024 04:11
Bump AspNet.Security.OAuth.Apple to preview 3 version.
Nullability issue is resolved.
* Update .NET SDK

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 <[email protected]>

* Bump Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.3.24172.13 to 9.0.0-preview.4.24267.6

Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.3.24172.13 to 9.0.0-preview.4.24267.6.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

* Fix build
- Bump Apple OAuth provider for preview 4.
- Fix ambiguous method.

---------

Signed-off-by: costellobot <[email protected]>
Co-authored-by: Martin Costello <[email protected]>
Set `LangVersion=preview` to use C# 13.
* 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 <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-preview.5.24307.3 SDK.

Bumps AspNet.Security.OAuth.Apple from 9.0.0-preview.4.24271.72 to 9.0.0-preview.5.24311.76.
Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.4.24267.6 to 9.0.0-preview.5.24306.11.

---
updated-dependencies:
- dependency-name: AspNet.Security.OAuth.Apple
  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
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
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 enhancement New feature or request .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants