Skip to content

Commit 8d3fa02

Browse files
committed
add a global.json
1 parent 8fd1fa4 commit 8d3fa02

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-extensions-logging.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{9C21B9
2424
Directory.Build.targets = Directory.Build.targets
2525
README.md = README.md
2626
assets\Serilog.snk = assets\Serilog.snk
27+
global.json = global.json
2728
EndProjectSection
2829
EndProject
2930
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Extensions.Logging.Benchmarks", "test\Serilog.Extensions.Logging.Benchmarks\Serilog.Extensions.Logging.Benchmarks.csproj", "{6D5986FF-EECD-4E75-8BC6-A5F78AB549B2}"

0 commit comments

Comments
 (0)