Up NETCore.App to 1.1.0 for 1.1.0-preview4.

This commit is contained in:
N. Taylor Mullen 2016-11-03 15:24:30 -07:00
Родитель 8b02c009a8
Коммит fe9e882ed7
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "Design-time components for Razor tooling.",
"packOptions": {
"repository": {
@ -46,7 +46,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
"version": "1.1.0"
}
}
},

Просмотреть файл

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "TagHelper tooling for .NET Core CLI. Contains the dotnet-razor-tooling command used to resolve TagHelperDescriptors for projects at design-time.",
"packOptions": {
"repository": {
@ -39,7 +39,7 @@
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
"version": "1.1.0"
},
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-*",
"System.Runtime.Serialization.Primitives": "4.1.1"