diff --git a/BlazorDialog.sln b/BlazorDialog.sln index 88737c9..3afb987 100644 --- a/BlazorDialog.sln +++ b/BlazorDialog.sln @@ -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 diff --git a/global.json b/global.json new file mode 100644 index 0000000..112677b --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "7.0.306" + } +} \ No newline at end of file