Skip to content

Commit 5501fe8

Browse files
authored
Pin .NET SDK to v8 (#1164)
1 parent a3e52a0 commit 5501fe8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

GraphQL.Server.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solutio
1212
.gitignore = .gitignore
1313
Directory.Build.props = Directory.Build.props
1414
Directory.Build.targets = Directory.Build.targets
15+
global.json = global.json
1516
graphql.snk = graphql.snk
1617
LICENSE.md = LICENSE.md
1718
README.md = README.md

global.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.400",
4+
"allowPrerelease": false,
5+
"rollForward": "latestFeature"
6+
}
7+
}

0 commit comments

Comments
 (0)