Skip to content

Commit 9edec43

Browse files
committed
Update to latest package versions.
1 parent 7f96b8e commit 9edec43

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projects": [ "src", "test" ],
33
"sdk": {
4-
"version": "1.0.0-preview2-003121"
4+
"version": "1.0.0-preview2-003131"
55
}
66
}

src/Whathecode.System/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33

44
"dependencies": {
5-
"NETStandard.Library": "1.6.0"
5+
"NETStandard.Library": "1.6.1"
66
},
77

88
"frameworks": {

test/Whathecode.System.Tests/project.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,20 @@
66
"include": [ "xunit.runner.json" ]
77
}
88
},
9+
"testRunner": "xunit",
910
"dependencies": {
10-
"System.Runtime.Serialization.Primitives": "4.1.1",
11-
"xunit": "2.1.0",
12-
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
11+
"xunit": "2.2.0-beta4-build3444",
12+
"dotnet-test-xunit": "2.2.0-preview2-build1029",
1313
"Whathecode.System": "1.0.0-*"
1414
},
15-
"testRunner": "xunit",
1615
"frameworks": {
1716
"netcoreapp1.0": {
1817
"dependencies": {
1918
"Microsoft.NETCore.App": {
2019
"type": "platform",
2120
"version": "1.0.0"
2221
}
23-
},
24-
"imports": [
25-
"dotnet5.4",
26-
"portable-net451+win8"
27-
]
22+
}
2823
}
2924
}
30-
}
25+
}

0 commit comments

Comments
 (0)