Skip to content

Commit 01642e6

Browse files
authored
Merge pull request #355 from serilog/globaljson
add globaljson
2 parents 93c820f + 5a4eb14 commit 01642e6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

global.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "7.0.102",
4+
"allowPrerelease": false,
5+
"rollForward": "latestFeature"
6+
}
7+
}

serilog-settings-configuration.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{62D0B9
1717
LICENSE = LICENSE
1818
README.md = README.md
1919
serilog-settings-configuration.sln.DotSettings = serilog-settings-configuration.sln.DotSettings
20+
global.json = global.json
2021
EndProjectSection
2122
EndProject
2223
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D551DCB0-7771-4D01-BEBD-F7B57D1CF0E3}"

0 commit comments

Comments
 (0)