Skip to content

Commit

Permalink
chore: adjust global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
myarichuk committed Sep 14, 2022
1 parent 15df99c commit c6efc15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Library.sln
Expand Up @@ -6,6 +6,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoguelikeToolkit.Entities",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoguelikeToolkit.Entities.Tests", "tests\RoguelikeToolkit.Entities.Tests\RoguelikeToolkit.Entities.Tests.csproj", "{98A9E87D-8A55-4BC0-AEA3-DD9F20E6A66F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{222FFFD2-D7D9-4951-BCF2-BD1684B01EBC}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": false,
"rollForward": "patch",
"rollForward": "latestPatch",
"version": "6.0.400"
}
}

0 comments on commit c6efc15

Please sign in to comment.