Skip to content

Commit

Permalink
Set .NET SDK version (#81)
Browse files Browse the repository at this point in the history
* Set .NET SDK version

* update
  • Loading branch information
Shane32 authored Nov 29, 2024
1 parent d8d46a5 commit 72dfdf0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<IsPackable>false</IsPackable>
<GraphQLVersion>8.2.1</GraphQLVersion>
<NoWarn>$(NoWarn);IDE0056;IDE0057;NU1902;NU1903</NoWarn>
<NuGetAuditMode>direct</NuGetAuditMode>
</PropertyGroup>

<ItemGroup Condition="'$(IsPackable)' == 'true'">
Expand Down
1 change: 1 addition & 0 deletions GraphQL.AspNetCore3.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
LICENSE = LICENSE
logo.64x64.png = logo.64x64.png
logo.jpg = logo.jpg
Expand Down
7 changes: 7 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "8.0.400",
"allowPrerelease": false,
"rollForward": "latestFeature"
}
}

0 comments on commit 72dfdf0

Please sign in to comment.