File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
test/Serilog.Settings.Configuration.Tests Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+
3
+ <configuration >
4
+ <packageSources >
5
+ <add key =" myget.org xunit" value =" https://www.myget.org/F/xunit/api/v3/index.json" />
6
+ <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
7
+ </packageSources >
8
+ </configuration >
Original file line number Diff line number Diff line change 3
3
"dependencies" : {
4
4
"Serilog.Settings.Configuration" : { "target" : " project" },
5
5
"xunit" : " 2.1.0" ,
6
- "dotnet-test-xunit" : " 1.0.0-rc2-build10015 "
6
+ "dotnet-test-xunit" : " 1.0.0-rc3-build10019 "
7
7
},
8
8
"buildOptions" : {
9
9
"keyFile" : " ../../assets/Serilog.snk"
10
10
},
11
11
"frameworks" : {
12
- "net4.6" : { },
12
+ "net4.6" : {
13
+ "dependencies" : {
14
+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027"
15
+ }
16
+ },
13
17
"netcoreapp1.0" : {
14
18
"dependencies" : {
15
19
"Microsoft.NETCore.App" : {
24
28
}
25
29
}
26
30
}
27
-
You can’t perform that action at this time.
0 commit comments