Skip to content

Commit 36a1926

Browse files
committed
Update SDK
1 parent 3fa38e5 commit 36a1926

11 files changed

+21
-20
lines changed
File renamed without changes.

Skylark.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CS", "CS", "{5BEF1DA6-728C-
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C5AFEBD-ED44-4C65-91CD-C455EE67917E}"
1515
ProjectSection(SolutionItems) = preProject
16-
src\.editorconfig = src\.editorconfig
17-
src\global.json = src\global.json
16+
.editorconfig = .editorconfig
17+
global.json = global.json
1818
EndProjectSection
1919
EndProject
2020
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "create-project", "tutorial\C#\#001 create-project\create-project\create-project.csproj", "{9B5739D8-A77F-413A-9753-7A02D620B78B}"

global.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.0",
4+
"allowPrerelease": true,
5+
"rollForward": "latestMajor"
6+
}
7+
}

src/Skylark.Clipboard.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Skylark.Clipboard", "Skylar
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3943FC00-5155-481C-ABD2-2F1E094589A0}"
99
ProjectSection(SolutionItems) = preProject
10-
.editorconfig = .editorconfig
11-
global.json = global.json
10+
..\.editorconfig = ..\.editorconfig
11+
..\global.json = ..\global.json
1212
EndProjectSection
1313
EndProject
1414
Global

src/Skylark.DNS.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Skylark.DNS", "Skylark.DNS\
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3943FC00-5155-481C-ABD2-2F1E094589A0}"
99
ProjectSection(SolutionItems) = preProject
10-
.editorconfig = .editorconfig
11-
global.json = global.json
10+
..\.editorconfig = ..\.editorconfig
11+
..\global.json = ..\global.json
1212
EndProjectSection
1313
EndProject
1414
Global

src/Skylark.Standard.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Skylark.Standard", "Skylark
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3943FC00-5155-481C-ABD2-2F1E094589A0}"
99
ProjectSection(SolutionItems) = preProject
10-
.editorconfig = .editorconfig
11-
global.json = global.json
10+
..\.editorconfig = ..\.editorconfig
11+
..\global.json = ..\global.json
1212
EndProjectSection
1313
EndProject
1414
Global

src/Skylark.Uptime.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Skylark.Uptime", "Skylark.U
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3943FC00-5155-481C-ABD2-2F1E094589A0}"
99
ProjectSection(SolutionItems) = preProject
10-
.editorconfig = .editorconfig
11-
global.json = global.json
10+
..\.editorconfig = ..\.editorconfig
11+
..\global.json = ..\global.json
1212
EndProjectSection
1313
EndProject
1414
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jessica", "Jessica\Jessica.csproj", "{90914185-7C8A-41B2-A508-D260E39D04A8}"

src/Skylark.Uptime/Skylark.Uptime.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Creator: Taiizor
1818
// Website: www.Vegalya.com
1919
// Created: 27.Feb.2023
20-
// Changed: 26.May.2023
20+
// Changed: 01.Jun.2023
2121
// Version: 3.0.0.7
2222
//
2323
// |---------DO-NOT-REMOVE---------|

src/Skylark.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Skylark", "Skylark\Skylark.
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3943FC00-5155-481C-ABD2-2F1E094589A0}"
99
ProjectSection(SolutionItems) = preProject
10-
.editorconfig = .editorconfig
11-
global.json = global.json
10+
..\.editorconfig = ..\.editorconfig
11+
..\global.json = ..\global.json
1212
EndProjectSection
1313
EndProject
1414
Global

src/Skylark/Skylark.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// Creator: Taiizor
1313
// Website: www.Vegalya.com
1414
// Created: 03.Jan.2023
15-
// Changed: 26.May.2023
15+
// Changed: 01.Jun.2023
1616
// Version: 3.0.0.7
1717
//
1818
// |---------DO-NOT-REMOVE---------|

src/global.json

-6
This file was deleted.

0 commit comments

Comments
 (0)