Skip to content

Commit

Permalink
Use .NET SDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Jan 19, 2024
1 parent ad7b705 commit 21b2dd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Felicity.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Build.props = Directory.Build.props
.editorconfig = .editorconfig
nuget.config = nuget.config
global.json = global.json
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Felicity.SampleApi", "src\Felicity.SampleApi\Felicity.SampleApi.fsproj", "{4CD905E1-369E-46F1-8266-040EBBE7328A}"
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestFeature"
}
}

0 comments on commit 21b2dd3

Please sign in to comment.