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

Commit 58d5c2f

Browse files
committed
Updating to netcoreapp1.1
1 parent 2b86005 commit 58d5c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Microsoft.AspNetCore.Html.Abstractions.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"testRunner": "xunit",
1414
"frameworks": {
15-
"netcoreapp1.0": {
15+
"netcoreapp1.1": {
1616
"dependencies": {
1717
"Microsoft.NETCore.App": {
1818
"version": "1.1.0-*",

test/Microsoft.Extensions.WebEncoders.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"keyFile": "../../tools/Key.snk"
1212
},
1313
"frameworks": {
14-
"netcoreapp1.0": {
14+
"netcoreapp1.1": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
1717
"version": "1.1.0-*",

0 commit comments

Comments
 (0)