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

Commit 13a9613

Browse files
committed
Updated to use the new target framework in project.json
1 parent aa9ace6 commit 13a9613

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

samples/StaticFileSample/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"dependencies": {
33
"Helios": "1.0.0-*",
44
"Microsoft.AspNet.FileSystems": "1.0.0-*",
@@ -8,7 +8,7 @@
88
"frameworks": {
99
"net45": {
1010
},
11-
"k10": {
11+
"aspnetcore50": {
1212
"dependencies": {
1313
"System.Diagnostics.Contracts": "4.0.0.0",
1414
"System.Security.Claims" : "1.0.0-*"

src/Microsoft.AspNet.StaticFiles/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"frameworks": {
99
"net45": {},
10-
"k10": {
10+
"aspnetcore50": {
1111
"dependencies": {
1212
"System.Collections": "4.0.10.0",
1313
"System.Diagnostics.Contracts": "4.0.0.0",

test/Microsoft.AspNet.StaticFiles.Tests/Project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"dependencies": {
33
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
44
"Microsoft.AspNet.Http": "1.0.0-*",

0 commit comments

Comments
 (0)