-
Notifications
You must be signed in to change notification settings - Fork 42
Update to ASP.NET Core 7 #137
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
Merged
martincostello
merged 18 commits into
aspnet-contrib:dev
from
martincostello:aspnet-core-7
Nov 7, 2022
Merged
Update to ASP.NET Core 7 #137
martincostello
merged 18 commits into
aspnet-contrib:dev
from
martincostello:aspnet-core-7
Nov 7, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bump version to 7.0.0 for next major release.
Update to target .NET 7 and ASP.NET Core 7 preview 1.
Update to ASP.NET Core 7 preview 2.
Update to preview 3 of ASP.NET Core 7.
Update to preview 4 of ASP.NET Core 7.
Remove workaround for RSG002 compiler error, which I can no longer replicate.
Update to preview 5 of ASP.NET Core 7.
Update to preview 6 of ASP.NET Core 7.
Update to preview 7 of ASP.NET Core 7.
Update to release candidate 1 of ASP.NET Core 7.
Update to release candidate 2 of ASP.NET Core 7.
Update Arcade to the latest v7 version used by ASP.NET Core.
Set the executable bit for the new Arcade shell scripts.
Update NuGet packages to their latest versions.
Update to the stable release of ASP.NET Core 7.
Revert changes to build for the `dev-7.0.0` branch.
Revert change missed from the previous commit.
Revert changes to the `PreRelease*` MSBuild properties for .NET 7 previews.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just getting this PR open now ahead of time given that we know in advance what the version numbers will be. Once the SDK and NuGet packages are publically available, will move out of draft, re-run the builds and then squash merge.
Contributes to #122.