From 8bd9c680324e9126d7f3ebdcae554e3737003595 Mon Sep 17 00:00:00 2001 From: stavroskasidis Date: Wed, 12 Jul 2023 21:57:38 +0300 Subject: [PATCH] add global json --- BlazorDialog.sln | 1 + global.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 global.json 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