Skip to content

Commit a3273a6

Browse files
Update to ASP.NET Core 1.0.1
1 parent 51c4573 commit a3273a6

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

global.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"projects": [ "src", "test" ],
33
"sdk": {
4-
"version": "1.0.0-preview2-003121"
4+
"version": "1.0.0-preview2-003131",
5+
"runtime": "clr",
6+
"architecture": "x86"
57
}
68
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"iisSettings": {
3+
"windowsAuthentication": false,
4+
"anonymousAuthentication": true,
5+
"iisExpress": {
6+
"applicationUrl": "http://localhost:15135/",
7+
"sslPort": 0
8+
}
9+
},
10+
"profiles": {
11+
"IIS Express": {
12+
"commandName": "IISExpress",
13+
"launchBrowser": true,
14+
"environmentVariables": {
15+
"ASPNETCORE_ENVIRONMENT": "Development"
16+
}
17+
}
18+
}
19+
}

src/MakingSense.AspNetCore.Authentication.SimpleToken/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"netcoreapp1.0": {
2323
"dependencies": {
2424
"Microsoft.NETCore.App": {
25-
"version": "1.0.0",
25+
"version": "1.0.1",
2626
"type": "platform"
2727
},
2828
"Microsoft.CSharp": "4.0.1",

0 commit comments

Comments
 (0)