|
1 | 1 | {
|
2 | 2 | "dependencies": {
|
3 |
| - "Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*", |
4 |
| - "Microsoft.AspNetCore.Authentication.Facebook": "1.1.0-*", |
5 |
| - "Microsoft.AspNetCore.Authentication.Google": "1.1.0-*", |
6 |
| - "Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.1.0-*", |
7 |
| - "Microsoft.AspNetCore.Authentication.Twitter": "1.1.0-*", |
8 |
| - "Microsoft.AspNetCore.DataProtection": "1.1.0-*", |
9 |
| - "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", |
10 |
| - "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", |
11 |
| - "Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*", |
12 |
| - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*", |
13 |
| - "Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*", |
14 |
| - "Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*", |
15 |
| - "Microsoft.Extensions.Logging.Console": "1.1.0-*" |
| 3 | + "Microsoft.AspNetCore.Authentication.Cookies": "1.1.0", |
| 4 | + "Microsoft.AspNetCore.Authentication.Facebook": "1.1.0", |
| 5 | + "Microsoft.AspNetCore.Authentication.Google": "1.1.0", |
| 6 | + "Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.1.0", |
| 7 | + "Microsoft.AspNetCore.Authentication.Twitter": "1.1.0", |
| 8 | + "Microsoft.AspNetCore.DataProtection": "1.1.0", |
| 9 | + "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", |
| 10 | + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0", |
| 11 | + "Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0", |
| 12 | + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", |
| 13 | + "Microsoft.Extensions.Configuration.UserSecrets": "1.1.0", |
| 14 | + "Microsoft.Extensions.FileProviders.Embedded": "1.1.0", |
| 15 | + "Microsoft.Extensions.Logging.Console": "1.1.0" |
16 | 16 | },
|
17 | 17 | "buildOptions": {
|
18 | 18 | "emitEntryPoint": true
|
|
22 | 22 | "netcoreapp1.1": {
|
23 | 23 | "dependencies": {
|
24 | 24 | "Microsoft.NETCore.App": {
|
25 |
| - "version": "1.1.0-*", |
| 25 | + "version": "1.1.0", |
26 | 26 | "type": "platform"
|
27 | 27 | }
|
28 | 28 | }
|
|
0 commit comments