-
Notifications
You must be signed in to change notification settings - Fork 550
Update to ASP.NET Core 10 #1122
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
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8f09741
Update to ASP.NET Core 10 preview 1
martincostello e657766
Merge branch 'dev' into dev-v10
martincostello 468415f
Update to ASP.NET Core 10 preview 2
martincostello 2848e56
Merge branch 'dev' into dev-v10
martincostello 8713bab
Merge branch 'dev' into dev-v10
martincostello 59a8c4f
Update package baselines
martincostello fe9caa0
Update to ASP.NET Core 10 preview 3
martincostello 8a453ed
Merge branch 'dev' into dev-v10
martincostello 311218e
Remove PackageValidationBaselineVersion
martincostello 7ce0ee5
Update to ASP.NET Core 10 preview 4
martincostello c7ae1fa
Merge branch 'dev' into dev-v10
martincostello f4307b1
Remove PackageValidationBaselineVersion
martincostello 3fdf6a7
Merge branch 'dev' into dev-v10
martincostello 2a25245
Update to ASP.NET Core 10 preview 5
martincostello 7f89fbf
Merge branch 'dev' into dev-v10
martincostello e2f8beb
Merge branch 'dev' into dev-v10
martincostello 2e16e99
Update to ASP.NET Core 10 preview 6
martincostello c49695e
Merge branch 'dev' into dev-v10
martincostello b9e0369
Update to ASP.NET Core 10 preview 7 (#1092)
martincostello 5fec012
Update to ASP.NET Core 10 RC1 (#1104)
martincostello fcc2391
Merge branch 'dev' into dev-v10
martincostello 4852cb4
Merge branch 'dev' into dev-v10
martincostello 40d1464
Update to ASP.NET Core 10 RC2
martincostello a3d09f2
Merge branch 'dev' into dev-v10
martincostello a9d8170
Update Arcade for .NET 10
martincostello 2cad1e9
Set executable bit
martincostello f3500ca
Merge branch 'dev' into dev-v10
martincostello 16f2dee
Update to .NET 10 RTM
martincostello File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,16 @@ | ||
| <Project> | ||
|
|
||
| <ItemGroup> | ||
| <PackageVersion Include="JetBrains.Annotations" Version="2024.3.0" /> | ||
| <PackageVersion Include="JustEat.HttpClientInterception" Version="5.1.0" /> | ||
| <PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.5.1" /> | ||
| <PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.0.0" /> | ||
| <PackageVersion Include="JetBrains.Annotations" Version="2025.2.2" /> | ||
| <PackageVersion Include="JustEat.HttpClientInterception" Version="5.1.2" /> | ||
| <PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.6.0" /> | ||
| <PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.0" /> | ||
| <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.0" /> | ||
| <PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="10.0.0" /> | ||
| <PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.14.0" /> | ||
| <PackageVersion Include="NSubstitute" Version="5.3.0" /> | ||
| <PackageVersion Include="Shouldly" Version="4.3.0" /> | ||
| <PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" /> | ||
| <PackageVersion Include="System.Text.Encodings.Web" Version="9.0.0" /> | ||
| <PackageVersion Include="System.Net.Http" Version="4.3.4" /> | ||
| <PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" /> | ||
| </ItemGroup> | ||
|
|
||
| </Project> |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| @echo off | ||
| powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -build -test -sign -pack -publish -ci %*" | ||
| powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -build -test -sign -pack -publish -ci %*" |
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
[nitpick] The comment indicates that package validation is temporarily disabled pending the publication of 10.0.0 packages to NuGet.org. Consider adding a tracking issue number or expected timeline to this TODO comment to make it easier to track when this should be re-enabled (e.g., "TODO (#ISSUE_NUMBER): Re-enable when...").