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

Commit 75c1a2a

Browse files
committed
Updating partner package versions
1 parent a3fd998 commit 75c1a2a

7 files changed

Lines changed: 22 additions & 37 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@
3838
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*",
3939
"Microsoft.NETCore.App": {
4040
"type": "platform",
41-
"version": "1.0.0-*"
41+
"version": "1.1.0-*"
4242
},
43-
"System.Diagnostics.Process": "4.1.0-*",
44-
"System.Runtime.Serialization.Primitives": "4.1.1-*"
43+
"System.Runtime.Serialization.Primitives": "4.3.0-*"
4544
}
4645
},
4746
"net451": {}
Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
{
1+
{
22
"version": "1.0.0",
3-
43
"dependencies": {
5-
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*"
4+
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*",
5+
"NETStandard.Library": "1.6.1-*"
66
},
7-
87
"frameworks": {
9-
"netstandard1.6": {
10-
"dependencies": {
11-
"NETStandard.Library": "1.6.0-*"
12-
}
13-
},
8+
"netstandard1.6": {},
149
"net451": {}
1510
}
16-
}
11+
}

test/Microsoft.AspNetCore.Razor.Design.Test/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"testRunner": "xunit",
33
"dependencies": {
44
"dotnet-test-xunit": "2.2.0-*",
5-
"Microsoft.NETCore.App": {
6-
"version": "1.0.0-*",
7-
"type": "platform"
8-
},
9-
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
105
"Microsoft.AspNetCore.Razor.Test.Sources": {
116
"version": "1.1.0-*",
127
"type": "build"
138
},
9+
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
1410
"Microsoft.Extensions.HashCodeCombiner.Sources": {
1511
"version": "1.1.0-*",
1612
"type": "build"
1713
},
14+
"Microsoft.NETCore.App": {
15+
"version": "1.1.0-*",
16+
"type": "platform"
17+
},
1818
"xunit": "2.2.0-*"
1919
},
2020
"frameworks": {

test/Microsoft.AspNetCore.Razor.Tools.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"netcoreapp1.0": {
2121
"dependencies": {
2222
"Microsoft.NETCore.App": {
23-
"version": "1.0.0-*",
23+
"version": "1.1.0-*",
2424
"type": "platform"
2525
}
2626
}
Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
{
1+
{
22
"version": "1.0.0",
3-
43
"dependencies": {
5-
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*"
4+
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*",
5+
"NETStandard.Library": "1.6.1-*"
66
},
7-
87
"frameworks": {
9-
"netstandard1.6": {
10-
"dependencies": {
11-
"NETStandard.Library": "1.6.0-*"
12-
}
13-
},
8+
"netstandard1.6": {},
149
"net451": {}
1510
}
16-
}
11+
}
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"dependencies": {
33
"Microsoft.AspNetCore.Razor.Design": {
44
"type": "build",
@@ -11,34 +11,30 @@
1111
"target": "package"
1212
}
1313
},
14-
1514
"tools": {
1615
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*"
1716
},
18-
1917
"frameworks": {
2018
"netcoreapp1.0": {
2119
"dependencies": {
2220
"Microsoft.NETCore.App": {
23-
"version": "1.0.0-*",
21+
"version": "1.1.0-*",
2422
"type": "platform"
2523
}
2624
}
2725
},
2826
"net451": {}
2927
},
30-
3128
"buildOptions": {
3229
"emitEntryPoint": true,
3330
"warningsAsErrors": true,
3431
"preserveCompilationContext": true
3532
},
36-
3733
"publishOptions": {
3834
"include": [
3935
"Views",
4036
"wwwroot",
4137
"web.config"
4238
]
4339
}
44-
}
40+
}

0 commit comments

Comments
 (0)