Updating samples to work with latest dotnet

This commit is contained in:
Ajay Bhargav Baaskaran 2016-02-24 16:22:16 -08:00
parent 756953fd50
commit b8e77e91d1
11 changed files with 47 additions and 29 deletions

View File

@ -16,7 +16,7 @@
"dnxcore50": {
"imports": "portable-net451+win8",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*"
"NETStandard.Library": "1.0.0-*"
}
}
}

View File

@ -9,13 +9,15 @@
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dnxcore50": {
"imports": "portable-net451+win8"
"imports": "portable-net451+win8",
"dependencies": {
"NETStandard.Library": "1.0.0-*"
}
}
}
}

View File

@ -11,13 +11,15 @@
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dnxcore50": {
"imports": "portable-net451+win8"
"imports": "portable-net451+win8",
"dependencies": {
"NETStandard.Library": "1.0.0-*"
}
}
}
}

View File

@ -10,13 +10,15 @@
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dnxcore50": {
"imports": "portable-net451+win8"
"imports": "portable-net451+win8",
"dependencies": {
"NETStandard.Library": "1.0.0-*"
}
}
}
}

View File

@ -9,13 +9,15 @@
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dnxcore50": {
"imports": "portable-net451+win8"
"imports": "portable-net451+win8",
"dependencies": {
"NETStandard.Library": "1.0.0-*"
}
}
}
}

View File

@ -16,7 +16,7 @@
"dnxcore50": {
"imports": "portable-net451+win8",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*"
"NETStandard.Library": "1.0.0-*"
}
}
}

View File

@ -9,13 +9,15 @@
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dnxcore50": {
"imports": "portable-net451+win8"
"imports": "portable-net451+win8",
"dependencies": {
"NETStandard.Library": "1.0.0-*"
}
}
}
}

View File

@ -15,8 +15,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
},
"tools": {
"dotnet-razor-tooling": "1.0.0-*"
@ -24,7 +23,10 @@
"frameworks": {
"net451": {},
"dnxcore50": {
"imports": "portable-net451+win8"
"imports": "portable-net451+win8",
"dependencies": {
"NETStandard.Library": "1.0.0-*"
}
}
},
"exclude": [

View File

@ -12,13 +12,15 @@
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dnxcore50": {
"imports": "portable-net451+win8"
"imports": "portable-net451+win8",
"dependencies": {
"NETStandard.Library": "1.0.0-*"
}
}
}
}

View File

@ -14,8 +14,7 @@
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"tools": {
"dotnet-razor-tooling": "1.0.0-*"
@ -23,7 +22,10 @@
"frameworks": {
"net451": {},
"dnxcore50": {
"imports": "portable-net451+win8"
"imports": "portable-net451+win8",
"dependencies": {
"NETStandard.Library": "1.0.0-*"
}
}
},
"exclude": [

View File

@ -8,13 +8,15 @@
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dnxcore50": {
"imports": "portable-net451+win8"
"imports": "portable-net451+win8",
"dependencies": {
"NETStandard.Library": "1.0.0-*"
}
}
}
}