We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456887c commit a6a0e0eCopy full SHA for a6a0e0e
JsonApiDotNetCoreExample/project.json
@@ -15,7 +15,7 @@
15
"Microsoft.Extensions.Logging.Console": "1.0.0",
16
"Microsoft.Extensions.Logging.Debug": "1.0.0",
17
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
18
- "JsonApiDotNetCore": "1.0.0",
+ "JsonApiDotNetCore": "0.1.0",
19
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.0",
20
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final"
21
},
JsonApiDotNetCoreTests/project.json
@@ -2,7 +2,7 @@
2
"version": "1.0.0-*",
3
"testRunner": "xunit",
4
"dependencies": {
5
6
"dotnet-test-xunit": "2.2.0-preview2-build1029",
7
"xunit": "2.2.0-beta2-build3300",
8
"moq": "4.6.38-alpha"
0 commit comments