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 .NET to 8.0 #2927

Merged
merged 27 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use new things
mattleibow committed Jul 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e18341333a70180b24d7d60b22f683efec7c4e12
19 changes: 15 additions & 4 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -6,25 +6,36 @@
"version": "4.0.0",
"commands": [
"dotnet-cake"
]
],
"rollForward": false
},
"nano-api-scan": {
"version": "1.0.1",
"commands": [
"nano-api-scan"
]
],
"rollForward": false
},
"dotnet-reportgenerator-globaltool": {
"version": "5.1.19",
"commands": [
"reportgenerator"
]
],
"rollForward": false
},
"microsoft.dotnet.xharness.cli": {
"version": "9.0.0-prerelease.24317.3",
"commands": [
"xharness"
]
],
"rollForward": false
},
"api-tools": {
"version": "1.4.0-preview.12",
"commands": [
"api-tools"
],
"rollForward": false
}
}
}
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
#addin nuget:?package=SharpCompress&version=0.32.2
#addin nuget:?package=Mono.Cecil&version=0.10.0
#addin nuget:?package=Mono.ApiTools&version=5.14.0.2
#addin nuget:?package=Mono.ApiTools.NuGetDiff&version=1.3.5
#addin nuget:?package=Mono.ApiTools.NuGetDiff&version=1.4.0

#tool nuget:?package=mdoc&version=5.8.9
#tool nuget:?package=xunit.runner.console&version=2.4.2