diff --git a/src/.editorconfig b/.editorconfig similarity index 100% rename from src/.editorconfig rename to .editorconfig diff --git a/ReaLTaiizor.sln b/ReaLTaiizor.sln index a60ad3ec..425cccc7 100644 --- a/ReaLTaiizor.sln +++ b/ReaLTaiizor.sln @@ -5,8 +5,8 @@ VisualStudioVersion = 17.2.32630.192 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC2E7142-86C9-466A-A805-FF099FAAF1E5}" ProjectSection(SolutionItems) = preProject - src\.editorconfig = src\.editorconfig - src\global.json = src\global.json + .editorconfig = .editorconfig + global.json = global.json EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "demo", "demo", "{F2C87832-DD5E-49C3-9EB9-5F6F8421A594}" diff --git a/global.json b/global.json new file mode 100644 index 00000000..43a9c0bc --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "8.0.0", + "allowPrerelease": true, + "rollForward": "latestMajor" + } +} \ No newline at end of file diff --git a/src/ReaLTaiizor.sln b/src/ReaLTaiizor.sln index fe1e6506..028d70b4 100644 --- a/src/ReaLTaiizor.sln +++ b/src/ReaLTaiizor.sln @@ -9,8 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReaLTaiizor_CR", "ReaLTaiiz EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC2E7142-86C9-466A-A805-FF099FAAF1E5}" ProjectSection(SolutionItems) = preProject - .editorconfig = .editorconfig - global.json = global.json + ..\.editorconfig = ..\.editorconfig + ..\global.json = ..\global.json EndProjectSection EndProject Global diff --git a/src/ReaLTaiizor/ReaLTaiizor.cs b/src/ReaLTaiizor/ReaLTaiizor.cs index 8e8d1185..53fef847 100644 --- a/src/ReaLTaiizor/ReaLTaiizor.cs +++ b/src/ReaLTaiizor/ReaLTaiizor.cs @@ -13,7 +13,7 @@ // Creator: Taiizor // Website: www.Vegalya.com // Created: 15.May.2019 -// Changed: 28.May.2023 +// Changed: 01.Jun.2023 // Version: 3.7.9.3 // // |---------DO-NOT-REMOVE---------| diff --git a/src/global.json b/src/global.json deleted file mode 100644 index 210bed9d..00000000 --- a/src/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "sdk": { - "version": "8.0.100-preview.4", - "allowPrerelease": true - } -} \ No newline at end of file