Skip to content

Commit

Permalink
add global json
Browse files Browse the repository at this point in the history
  • Loading branch information
stavroskasidis committed Jul 12, 2023
1 parent 3c87eee commit 8bd9c68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions BlazorDialog.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitattributes = .gitattributes
.gitignore = .gitignore
build.ps1 = build.ps1
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Expand Down
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "7.0.306"
}
}

0 comments on commit 8bd9c68

Please sign in to comment.