Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Jun 1, 2023
1 parent 37ac97d commit 79d2ec1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions ReaLTaiizor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
7 changes: 7 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "8.0.0",
"allowPrerelease": true,
"rollForward": "latestMajor"
}
}
4 changes: 2 additions & 2 deletions src/ReaLTaiizor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ReaLTaiizor/ReaLTaiizor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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---------|
Expand Down
6 changes: 0 additions & 6 deletions src/global.json

This file was deleted.

0 comments on commit 79d2ec1

Please # to comment.