Skip to content

Commit 8bd9c68

Browse files
add global json
1 parent 3c87eee commit 8bd9c68

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

BlazorDialog.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1111
.gitattributes = .gitattributes
1212
.gitignore = .gitignore
1313
build.ps1 = build.ps1
14+
global.json = global.json
1415
README.md = README.md
1516
EndProjectSection
1617
EndProject

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "7.0.306"
4+
}
5+
}

0 commit comments

Comments
 (0)