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

Commit 98fa268

Browse files
committed
Change version of ServiceStack.Interfaces
1 parent bb4f3d3 commit 98fa268

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/ServiceStack.Text.Tests.NetCore/Northwind.Common/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "platform",
1818
"version": " 1.0.0"
1919
},
20-
"ServiceStack.Interfaces" : "4.1.*",
20+
"ServiceStack.Interfaces" : "4.0.*",
2121
},
2222
"frameworks" : {
2323
"netcoreapp10" : {

tests/ServiceStack.Text.Tests.NetCore/ServiceStack.Interfaces/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"bin" : { "assembly":"../../../lib/tests/netcore/ServiceStack.Interfaces.dll", "pdb" : "../../../lib/tests/netcore/ServiceStack.Interfaces.pdb" }
3131
}
3232
},
33-
"version": "4.1.0-*"
33+
"version": "4.0.61"
3434
}

tests/ServiceStack.Text.Tests.NetCore/ServiceStack.Text.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "1.0.0"
2424
},
2525
"NUnitLite" : "3.2.1",
26-
"ServiceStack.Interfaces" : "4.1.*",
26+
"ServiceStack.Interfaces" : "4.0.*",
2727
"Northwind.Common" : "1.*",
2828
"ServiceStack.Text" : "4.0.*",
2929
"ServiceStack.Common" : "4.0.*",

0 commit comments

Comments
 (0)