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

Commit 1b5ae76

Browse files
committed
Updating to netcoreapp1.1
1 parent a73f8cd commit 1b5ae76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/StaticFileSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"frameworks": {
1212
"net451": {},
13-
"netcoreapp1.0": {
13+
"netcoreapp1.1": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
1616
"version": "1.1.0-*",

test/Microsoft.AspNetCore.StaticFiles.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"xunit": "2.2.0-*"
2828
},
2929
"frameworks": {
30-
"netcoreapp1.0": {
30+
"netcoreapp1.1": {
3131
"dependencies": {
3232
"Microsoft.NETCore.App": {
3333
"version": "1.1.0-*",

test/Microsoft.AspNetCore.StaticFiles.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"xunit": "2.2.0-*"
2525
},
2626
"frameworks": {
27-
"netcoreapp1.0": {
27+
"netcoreapp1.1": {
2828
"dependencies": {
2929
"Microsoft.NETCore.App": {
3030
"version": "1.1.0-*",

0 commit comments

Comments
 (0)