Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit 568e115

Browse files
author
Nate McMaster
committed
Prepare 1.0.4 and update latest patch dependencies
1 parent b9216a0 commit 568e115

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Runtime components for rendering Razor pages and implementing tag helpers.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.ITagHelper",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"buildOptions": {
55
"allowUnsafe": true,
66
"keyFile": "../../tools/Key.snk",
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"Microsoft.AspNetCore.Html.Abstractions": "1.0.3",
28-
"Microsoft.AspNetCore.Razor": "1.0.3",
28+
"Microsoft.AspNetCore.Razor": "1.0.4",
2929
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
3030
"type": "build",
3131
"version": "1.0.1"

src/Microsoft.AspNetCore.Razor.Test.Sources/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.3",
2+
"version": "1.0.4",
33
"shared": "*.cs",
44
"dependencies": {
55
"xunit.assert": "2.1.0"

src/Microsoft.AspNetCore.Razor/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"buildOptions": {
55
"warningsAsErrors": true,
66
"keyFile": "../../tools/Key.snk",
@@ -34,7 +34,7 @@
3434
"System.Linq": "4.1.0",
3535
"System.Resources.ResourceManager": "4.0.1",
3636
"System.Runtime.Extensions": "4.1.0",
37-
"System.Security.Cryptography.Algorithms": "4.2.0",
37+
"System.Security.Cryptography.Algorithms": "4.2.1",
3838
"System.Threading": "4.0.11",
3939
"System.Threading.Thread": "4.0.0"
4040
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
},
77
"dependencies": {
88
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
9-
"Microsoft.AspNetCore.Razor.Runtime": "1.0.3",
9+
"Microsoft.AspNetCore.Razor.Runtime": "1.0.4",
1010
"Microsoft.AspNetCore.Razor.Test.Sources": {
11-
"version": "1.0.3",
11+
"version": "1.0.4",
1212
"type": "build"
1313
},
1414
"Microsoft.AspNetCore.Testing": "1.0.1",
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"Microsoft.NETCore.App": {
27-
"version": "1.0.8-servicing-005009-00",
27+
"version": "1.0.8",
2828
"type": "platform"
2929
},
3030
"moq.netcore": "4.4.0-beta8",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"version": "1.0.0",
33
"dependencies": {
44
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
5-
"Microsoft.AspNetCore.Razor": "1.0.3",
5+
"Microsoft.AspNetCore.Razor": "1.0.4",
66
"Microsoft.AspNetCore.Razor.Test.Sources": {
7-
"version": "1.0.3",
7+
"version": "1.0.4",
88
"type": "build"
99
},
1010
"Microsoft.AspNetCore.Testing": "1.0.1",
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"Microsoft.NETCore.App": {
23-
"version": "1.0.8-servicing-005009-00",
23+
"version": "1.0.8",
2424
"type": "platform"
2525
},
2626
"moq.netcore": "4.4.0-beta8",

0 commit comments

Comments
 (0)