Skip to content

Commit

Permalink
fix: added global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoBaSs84 committed Dec 7, 2023
1 parent ac28573 commit c38db2a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 5 additions & 3 deletions BB84.Extensions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@ VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BB84.Extensions", "src\BB84.Extensions\BB84.Extensions.csproj", "{5570B07F-A9BA-4742-9CFB-242B10D07A06}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E21D5FD9-0A3C-4E0C-8A93-3BD176FB7AE6}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BB84.ExtensionsTests", "tests\BB84.ExtensionsTests\BB84.ExtensionsTests.csproj", "{5C7A536C-F618-42EE-80D2-0C27256E1BE7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F1D2416D-7CCC-4144-84AD-CA525A8E50BD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
dotnet-releaser.toml = dotnet-releaser.toml
global.json = global.json
LICENSE = LICENSE
PublicKey.snk = PublicKey.snk
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BB84.ExtensionsTests", "tests\BB84.ExtensionsTests\BB84.ExtensionsTests.csproj", "{5C7A536C-F618-42EE-80D2-0C27256E1BE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
10 changes: 10 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"sdk": {
"version": "8.0.100",
"allowPrerelease": false,
"rollForward": "major"
},
"tools": {
"dotnet": "8.0.100"
}
}

0 comments on commit c38db2a

Please # to comment.