Skip to content

Commit ba41f93

Browse files
committed
Sample app and corrected project.json targets
1 parent 73e1788 commit ba41f93

File tree

8 files changed

+7502
-47
lines changed

8 files changed

+7502
-47
lines changed

serilog-sinks-splunk.sln

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B16AD4
2121
EndProject
2222
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Serilog.Sinks.Splunk", "src\Serilog.Sinks.Splunk\Serilog.Sinks.Splunk.xproj", "{32CF915C-3ECD-496C-8FDB-1214581274A6}"
2323
EndProject
24+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{1C75E4A9-4CB1-497C-AD17-B438882051A1}"
25+
EndProject
26+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Sample", "src\sample\Sample.xproj", "{17497155-5D94-45DF-81D9-BD960E8CF217}"
27+
EndProject
2428
Global
2529
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2630
Debug|Any CPU = Debug|Any CPU
@@ -31,11 +35,16 @@ Global
3135
{32CF915C-3ECD-496C-8FDB-1214581274A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
3236
{32CF915C-3ECD-496C-8FDB-1214581274A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
3337
{32CF915C-3ECD-496C-8FDB-1214581274A6}.Release|Any CPU.Build.0 = Release|Any CPU
38+
{17497155-5D94-45DF-81D9-BD960E8CF217}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{17497155-5D94-45DF-81D9-BD960E8CF217}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{17497155-5D94-45DF-81D9-BD960E8CF217}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{17497155-5D94-45DF-81D9-BD960E8CF217}.Release|Any CPU.Build.0 = Release|Any CPU
3442
EndGlobalSection
3543
GlobalSection(SolutionProperties) = preSolution
3644
HideSolutionNode = FALSE
3745
EndGlobalSection
3846
GlobalSection(NestedProjects) = preSolution
3947
{32CF915C-3ECD-496C-8FDB-1214581274A6} = {7A774CBB-A6E9-4854-B4DB-4CF860B0C1C5}
48+
{17497155-5D94-45DF-81D9-BD960E8CF217} = {1C75E4A9-4CB1-497C-AD17-B438882051A1}
4049
EndGlobalSection
4150
EndGlobal

src/Serilog.Sinks.Splunk/project.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"net45": {
1414
"dependencies": {
1515
"System.Net.Http": "2.0.20710"
16-
},
17-
"dotnet5.4": {
18-
"dependencies": {
19-
"Microsoft.CSharp": "4.0.1-beta-23516",
20-
"System.Collections": "4.0.11-beta-23516",
21-
"System.Linq": "4.0.1-beta-23516",
22-
"System.Runtime": "4.0.21-beta-23516",
23-
"System.Threading": "4.0.11-beta-23516",
24-
"System.Net.Http": "4.0.1-beta-23516"
25-
}
16+
}
17+
},
18+
"dotnet5.4": {
19+
"dependencies": {
20+
"Microsoft.CSharp": "4.0.1-beta-23516",
21+
"System.Collections": "4.0.11-beta-23516",
22+
"System.Linq": "4.0.1-beta-23516",
23+
"System.Runtime": "4.0.21-beta-23516",
24+
"System.Threading": "4.0.11-beta-23516",
25+
"System.Net.Http": "4.0.1-beta-23516"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)