forked from tomchavakis/nuget-license
-
-
Notifications
You must be signed in to change notification settings - Fork 32
Add .NET 10 target framework support #325
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
56 commits
Select commit
Hold shift + click to select a range
cb69d51
Initial plan
Copilot d9048f6
Add .NET 10 target framework to all projects and update workflows
Copilot 1239a2c
Add conditional .NET 10 support via Directory.Build.props
Copilot 0fc15b1
Fix workflow files to work without .NET 10 SDK until released
Copilot 3298503
Consolidate duplicate Microsoft.Build package references
Copilot 0ac52fc
Revert test projects to single framework targeting per maintainer fee…
Copilot ae48825
Make .NET 10 integration unconditional and add to CI pipelines
Copilot b43243a
Optimize CI workflows to restore and build only necessary target fram…
Copilot af901e6
Fix restore to use solution with target framework instead of specific…
Copilot 8d73678
Add target framework specification to all restore commands
Copilot 65e9e35
attempt to fix restore
sensslen 2d8dbbf
leave restore as it is now without special framework
sensslen db91650
fix ci
sensslen 5f3574d
fix formatting issues
sensslen f8b3913
Update action.yml
sensslen e43aa9d
Merge branch 'main' into copilot/prepare-project-for-dotnet-10
sensslen 4b2de85
Update action.yml
sensslen 89ecd92
Fix CI failure by removing .NET 10 SDK from net9.0-only test jobs
Copilot 80ccd51
Update MsBuildAbstraction.cs
sensslen b91c77d
Remove TargetFramework parameter from restore commands in net9.0-only…
Copilot 387286d
Add .NET 10 to CI workflows using original working approach
Copilot d51aba9
Update action.yml
sensslen f762a38
Update action.yml
sensslen 99ca67b
Update action.yml
sensslen 89b3cc3
Update action.yml
sensslen 22cd87f
Fix code formatting - simplify null check in ParseInstruction.cs
Copilot e49a129
Update MsBuildAbstraction.cs
sensslen c1cdcdd
Merge branch 'copilot/prepare-project-for-dotnet-10' of https://githu…
sensslen 2c2ecdb
Revert to traditional null check for multi-framework compatibility
Copilot bbe3ab7
Update ParseInstruction.cs
sensslen 651d31e
fix some tests
sensslen 04fdb0b
fix code
sensslen 515eaa9
fix
sensslen e421253
attempt to fix tests
sensslen f34ace4
fix again
sensslen 5dab85a
fix issues with nuget and use msbuild to restore instead
sensslen 4915698
attemt to unblock more tests
sensslen aed43d0
attempt to unblock more tests
sensslen 3a02c38
more fixes
sensslen 49ca231
attempt to fix again
sensslen 1197b38
fix
sensslen 729d4b1
update
sensslen da53b74
update packages and make sure to enable MTP
sensslen 937da10
cleanup project dependencies
sensslen cdd05bb
fix format
sensslen a9311a8
don't build and print verbose messages
sensslen 54287be
enable tests for NuGetLicense in windows pipeline
sensslen f1a47b3
minor improvements
sensslen 6769fb5
try matching multiple test files
sensslen 4539bcc
attempt to use dotnet test
sensslen 3630d0a
fix
sensslen 21fbaa1
split up actions
sensslen f87c531
fix TestWindows configuration
sensslen 8fdc2bc
try this fix
sensslen ef0a166
run windows tests in one go
sensslen c7ba54c
improve build pipelines a slight bit
sensslen 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
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.
Uh oh!
There was an error while loading. Please reload this page.