Skip to content

Commit 72dfdf0

Browse files
authored
Set .NET SDK version (#81)
* Set .NET SDK version * update
1 parent d8d46a5 commit 72dfdf0

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<IsPackable>false</IsPackable>
2323
<GraphQLVersion>8.2.1</GraphQLVersion>
2424
<NoWarn>$(NoWarn);IDE0056;IDE0057;NU1902;NU1903</NoWarn>
25+
<NuGetAuditMode>direct</NuGetAuditMode>
2526
</PropertyGroup>
2627

2728
<ItemGroup Condition="'$(IsPackable)' == 'true'">

GraphQL.AspNetCore3.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution
99
.gitignore = .gitignore
1010
Directory.Build.props = Directory.Build.props
1111
Directory.Build.targets = Directory.Build.targets
12+
global.json = global.json
1213
LICENSE = LICENSE
1314
logo.64x64.png = logo.64x64.png
1415
logo.jpg = logo.jpg

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)