Updating to dev versions

This commit is contained in:
Pranav K 2016-06-16 10:18:06 -07:00
parent c35d2c4633
commit 36e5c0e6fa
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "ASP.NET Core support for JSON PATCH.",
"buildOptions": {
"warningsAsErrors": true,

View File

@ -4,8 +4,8 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.JsonPatch": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.AspNetCore.JsonPatch": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0"
},
"testRunner": "xunit",