Skip to content

Commit e480ed7

Browse files
Merge pull request #7 from andresmoschini/migrate-to-core-v1.1
Update dependencies for .NET Core 1.1 and increment package version
2 parents bc549ee + 008f547 commit e480ed7

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
os: Visual Studio 2015
22

3-
version: 1.0.3-alpha-{build}
3+
version: 1.0.4-alpha-{build}
44

55
nuget:
66
account_feed: true

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{
2-
"version": "1.0.3-alpha-*",
1+
{
2+
"version": "1.0.4-alpha-*",
33
"description": "MakingSense.AspNetCore.Authentication.SimpleToken Class Library",
44
"authors": [ "MakingSense" ],
55
"packOptions": {
@@ -12,24 +12,27 @@
1212
"licenseUrl": "http://www.gnu.org/licenses/lgpl.html"
1313
},
1414
"dependencies": {
15-
"MakingSense.AspNetCore.Abstractions": "1.0.3-*",
16-
"Microsoft.AspNetCore.Authentication": "1.0.0",
17-
"Microsoft.IdentityModel.Tokens": "5.0.0",
18-
"Newtonsoft.Json": "9.0.1"
15+
"MakingSense.AspNetCore.Abstractions": "1.0.4-*",
16+
"Microsoft.AspNetCore.Authentication": "1.1.0",
17+
"Microsoft.CSharp": "4.3.0",
18+
"Microsoft.IdentityModel.Tokens": "5.1.0",
19+
"Newtonsoft.Json": "9.0.1",
20+
"System.Linq": "4.3.0",
21+
"System.Threading": "4.3.0"
1922
},
2023
"frameworks": {
21-
"net451": {},
22-
"netcoreapp1.0": {
24+
"net451": {
25+
"dependencies": {
26+
"System.Collections": "4.3.0",
27+
"System.Runtime": "4.3.0"
28+
}
29+
},
30+
"netcoreapp1.1": {
2331
"dependencies": {
2432
"Microsoft.NETCore.App": {
25-
"version": "1.0.1",
33+
"version": "1.1.0",
2634
"type": "platform"
27-
},
28-
"Microsoft.CSharp": "4.0.1",
29-
"System.Collections": "4.0.11",
30-
"System.Linq": "4.1.0",
31-
"System.Runtime": "4.1.0",
32-
"System.Threading": "4.0.11"
35+
}
3336
}
3437
}
3538
}

0 commit comments

Comments
 (0)