Merge branch 'release' into dev

This commit is contained in:
Pavel Krymets 2016-04-18 16:36:58 -07:00
commit bc066851ee
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*",

View File

@ -1,5 +1,6 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
"xunit": "2.1.0"