Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 92568a4

Browse files
committed
Update NUnitLite to v3.5
1 parent 4a88258 commit 92568a4

File tree

3 files changed

+7
-21
lines changed

3 files changed

+7
-21
lines changed

src/ServiceStack.OrmLite.PostgreSQL.Tests/project.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,22 @@
1616
"debugType": "portable",
1717
"emitEntryPoint": true
1818
},
19-
"exclude": [
20-
"Properties/Settings.Designer.cs",
21-
"Expressions/RestrictionTests.cs"
22-
],
2319
"dependencies": {
2420
"Microsoft.NETCore.App": {
2521
"type": "platform",
2622
"version": "1.0.0"
2723
},
28-
"NUnitLite" : "3.2.1",
24+
"NUnitLite" : "3.5.0",
2925
"ServiceStack.OrmLite" : "1.0.*",
3026
"ServiceStack.Text" : "1.0.*",
3127
"ServiceStack.Client" : "1.0.*",
3228
"ServiceStack.OrmLite.PostgreSQL" : "1.0.*",
3329
"ServiceStack.OrmLite.Tests" : "1.0.*"
3430
},
3531
"frameworks": {
36-
"netcoreapp1.0": {
37-
"imports": "dnxcore50",
38-
"dependencies" : {
32+
"netcoreapp1.0": {
33+
"imports": "dnxcore50",
34+
"dependencies" : {
3935
"System.Runtime" : "4.1.0",
4036
"System.Runtime.Serialization.Xml" : "4.1.1",
4137
"System.Reflection" : "4.1.0",

tests/ServiceStack.OrmLite.SqliteTests/project.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,21 @@
1616
"debugType": "portable",
1717
"emitEntryPoint": true
1818
},
19-
"exclude": [
20-
"Properties/Settings.Designer.cs",
21-
"Expressions/RestrictionTests.cs"
22-
],
2319
"dependencies": {
2420
"Microsoft.NETCore.App": {
2521
"type": "platform",
2622
"version": "1.0.0"
2723
},
2824
"NUnitLite" : "3.2.1",
29-
// "ImageProcessor": "2.4.*",
3025
"ServiceStack.OrmLite" : "1.0.*",
31-
// "ServiceStack.Interfaces" : "1.0.*",
3226
"ServiceStack.Text" : "1.0.*",
33-
// "ServiceStack.Common" : "1.0.*",
3427
"ServiceStack.Client" : "1.0.*",
3528
"ServiceStack.OrmLite.Sqlite" : "1.0.*"
3629
},
3730
"frameworks": {
3831
"netcoreapp1.0": {
39-
"imports": "dnxcore50",
40-
"dependencies" : {
32+
"imports": "dnxcore50",
33+
"dependencies" : {
4134
"System.Runtime" : "4.1.0",
4235
"System.Runtime.Serialization.Xml" : "4.1.1",
4336
"System.Reflection" : "4.1.0",

tests/ServiceStack.OrmLite.Tests/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@
2121
"type": "platform",
2222
"version": "1.0.0"
2323
},
24-
"NUnitLite": "3.2.1",
25-
// "ImageProcessor": "2.4.*",
24+
"NUnitLite": "3.5.0",
2625
"ServiceStack.OrmLite": "1.0.*",
27-
// "ServiceStack.Interfaces" : "1.0.*",
2826
"ServiceStack.Text": "1.0.*",
29-
// "ServiceStack.Common" : "1.0.*",
3027
"ServiceStack.Client": "1.0.*",
3128
"ServiceStack.OrmLite.Sqlite": "1.0.*",
3229
"ServiceStack.OrmLite.SqlServer": "1.0.*",

0 commit comments

Comments
 (0)