-
Notifications
You must be signed in to change notification settings - Fork 42
Update to ASP.NET Core 10 #337
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
20 commits
Select commit
Hold shift + click to select a range
c6a161c
Update to ASP.NET Core 10 preview 1
martincostello 99c6e9a
Merge branch 'dev' into dev-v10
martincostello 57ac58f
Update to ASP.NET Core 10 preview 2
martincostello be94ee7
Update to ASP.NET Core 10 preview 3
martincostello 9514ee0
Update to ASP.NET Core 10 preview 4
martincostello eebc2e9
Merge branch 'dev' into dev-v10
martincostello d9d6d28
Update to ASP.NET Core 10 preview 5
martincostello 108d013
Merge branch 'dev' into dev-v10
martincostello bcbd360
Update to ASP.NET Core 10 preview 6
martincostello a03c020
Merge branch 'dev' into dev-v10
martincostello c83cc79
Update to ASP.NET Core 10 preview 7
martincostello 160e758
Update to ASP.NET Core 10 RC 1 (#321)
martincostello 65d3dc0
Merge branch 'dev' into dev-v10
martincostello 0214065
Merge branch 'dev' into dev-v10
martincostello 0953ee7
Update to ASP.NET Core 10 RC2
martincostello fe732d2
Merge branch 'dev' into dev-v10
martincostello 2761a43
Update Arcade for .NET 10
martincostello a3240d5
Set executable bit
martincostello 16c140b
Merge branch 'dev' into dev-v10
martincostello 4d9d5ee
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,17 +1,14 @@ | ||
| <Project> | ||
|
|
||
| <ItemGroup> | ||
| <PackageVersion Include="AngleSharp" Version="1.1.2" /> | ||
| <PackageVersion Include="AngleSharp" Version="1.3.0" /> | ||
| <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.Mvc.Testing" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.IdentityModel.Protocols" Version="8.0.0" /> | ||
| <PackageVersion Include="JustEat.HttpClientInterception" Version="5.1.2" /> | ||
| <PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.6.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" Version="8.14.0" /> | ||
| <PackageVersion Include="Shouldly" Version="4.3.0" /> | ||
| <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.
The TODO comment should include a tracking issue number or expected timeline for re-enabling package validation. This helps track when this temporary workaround can be removed.