Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit fe9e882

Browse files
author
N. Taylor Mullen
committed
Up NETCore.App to 1.1.0 for 1.1.0-preview4.
1 parent 8b02c00 commit fe9e882

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Microsoft.AspNetCore.Razor.Design/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.1.0-*",
33
"description": "Design-time components for Razor tooling.",
44
"packOptions": {
55
"repository": {
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"Microsoft.NETCore.App": {
4848
"type": "platform",
49-
"version": "1.0.0"
49+
"version": "1.1.0"
5050
}
5151
}
5252
},

src/Microsoft.AspNetCore.Razor.Tools/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.1.0-*",
33
"description": "TagHelper tooling for .NET Core CLI. Contains the dotnet-razor-tooling command used to resolve TagHelperDescriptors for projects at design-time.",
44
"packOptions": {
55
"repository": {
@@ -39,7 +39,7 @@
3939
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*",
4040
"Microsoft.NETCore.App": {
4141
"type": "platform",
42-
"version": "1.0.0"
42+
"version": "1.1.0"
4343
},
4444
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-*",
4545
"System.Runtime.Serialization.Primitives": "4.1.1"

0 commit comments

Comments
 (0)