Skip to content

Commit a6a0e0e

Browse files
committed
update package versions
1 parent 456887c commit a6a0e0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JsonApiDotNetCoreExample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Microsoft.Extensions.Logging.Console": "1.0.0",
1616
"Microsoft.Extensions.Logging.Debug": "1.0.0",
1717
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
18-
"JsonApiDotNetCore": "1.0.0",
18+
"JsonApiDotNetCore": "0.1.0",
1919
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.0",
2020
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final"
2121
},

JsonApiDotNetCoreTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.0-*",
33
"testRunner": "xunit",
44
"dependencies": {
5-
"JsonApiDotNetCore": "1.0.0",
5+
"JsonApiDotNetCore": "0.1.0",
66
"dotnet-test-xunit": "2.2.0-preview2-build1029",
77
"xunit": "2.2.0-beta2-build3300",
88
"moq": "4.6.38-alpha"

0 commit comments

Comments
 (0)