Clean up samples to work with the current tooling.
This commit is contained in:
parent
eff1181d62
commit
1656d224f0
|
|
@ -2,6 +2,7 @@
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
TestResults/
|
TestResults/
|
||||||
.nuget/
|
.nuget/
|
||||||
|
.vs/
|
||||||
_ReSharper.*/
|
_ReSharper.*/
|
||||||
packages/
|
packages/
|
||||||
artifacts/
|
artifacts/
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
||||||
|
},
|
||||||
|
"commands": {
|
||||||
|
"ConsoleApp": "ConsoleApp"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": { },
|
"dnx451": { },
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"profiles": {
|
||||||
|
"IIS Express": {
|
||||||
|
"commandName": "IISExpress",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"environmentVariables": {
|
||||||
|
"ASPNET_ENV": "Development"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"kestrel": {
|
||||||
|
"commandName": "kestrel",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"launchUrl": "http://localhost:5004"
|
||||||
|
},
|
||||||
|
"web": {
|
||||||
|
"commandName": "web",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"launchUrl": "http://localhost:5001"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"profiles": {
|
||||||
|
"IIS Express": {
|
||||||
|
"commandName": "IISExpress",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"environmentVariables": {
|
||||||
|
"ASPNET_ENV": "Development"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"kestrel": {
|
||||||
|
"commandName": "kestrel",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"launchUrl": "http://localhost:5004"
|
||||||
|
},
|
||||||
|
"web": {
|
||||||
|
"commandName": "web",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"launchUrl": "http://localhost:5001"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue