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

Add .Net 8 as a target to all projects #127

Merged
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
Next Next commit
Upgrade the .Net SDK to version 8.0 RC1.
  • Loading branch information
SeanFarrow committed Sep 21, 2023
commit 33b4fa345ad8db68ab45f31c4b2c3999510a03ac
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "7.0.400",
"rollForward": "latestPatch",
"allowPrerelease": false
"version": "8.0.100-rc.1.23455.8",
"rollForward": "latestMinor",
"allowPrerelease": true
}
}