Updating to dev versions
This commit is contained in:
parent
c35d2c4633
commit
36e5c0e6fa
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.1.0-*",
|
||||
"description": "ASP.NET Core support for JSON PATCH.",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue