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

Commit 94f2297

Browse files
committed
Update .NET Core libs
1 parent 1caebff commit 94f2297

File tree

12 files changed

+1684
-9
lines changed

12 files changed

+1684
-9
lines changed

lib/tests/netcore/ServiceStack.Client.deps.json

Lines changed: 569 additions & 0 deletions
Large diffs are not rendered by default.
512 Bytes
Binary file not shown.
56 Bytes
Binary file not shown.

lib/tests/netcore/ServiceStack.Common.deps.json

Lines changed: 1106 additions & 0 deletions
Large diffs are not rendered by default.
4 KB
Binary file not shown.
2.16 KB
Binary file not shown.
1.5 KB
Binary file not shown.
1004 Bytes
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"configurations": {
33
"Debug": {
44
"buildOptions": {
5-
"define": ["NETCORE_SUPPORT", "NETFX_CORE", "DEBUG", "TRACE"]
5+
"define": ["DEBUG", "TRACE"]
66
}
77
},
88
"Release": {
99
"buildOptions": {
10-
"define": ["NETCORE_SUPPORT", "NETFX_CORE", "TRACE"],
10+
"define": ["TRACE"],
1111
"optimize": true
1212
}
1313
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"configurations": {
33
"Debug": {
44
"buildOptions": {
5-
"define": ["NETSTANDARD", "DEBUG", "TRACE"]
5+
"define": ["DEBUG", "TRACE"]
66
}
77
},
88
"Release": {
99
"buildOptions": {
10-
"define": ["NETSTANDARD", "TRACE"],
10+
"define": ["TRACE"],
1111
"optimize": true
1212
}
1313
}

0 commit comments

Comments
 (0)