forked from microsoft/BuildXL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.nuget.aspNetCore.dsc
98 lines (97 loc) · 6.89 KB
/
config.nuget.aspNetCore.dsc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
export const pkgs = [
{ id: "Microsoft.AspNet.WebApi.Client", version: "5.2.4" },
{ id: "Microsoft.AspNet.WebApi.Client", version: "5.2.7", alias: "Microsoft.AspNet.WebApi.Client.NetCore" },
{ id: "Microsoft.AspNet.WebApi.Core", version: "5.2.3" },
{ id: "Microsoft.AspNet.WebApi.WebHost", version: "5.2.2" },
{ id: "Microsoft.AspNetCore.Antiforgery", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Authentication.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Authentication.Core", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Authorization.Policy", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Authorization", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Connections.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Cors", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Cryptography.Internal", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.DataProtection.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.DataProtection", version: "2.1.1", dependentPackageIdsToSkip: ["System.Security.Principal.Windows"] },
{ id: "Microsoft.AspNetCore.Diagnostics.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Diagnostics", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.HostFiltering", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Hosting.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Hosting.Server.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Hosting", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Html.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Http.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Http.Extensions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Http.Features", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Http", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.HttpOverrides", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.HttpsPolicy", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.JsonPatch", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Localization", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.ApiExplorer", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.Core", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.Cors", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.DataAnnotations", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.Formatters.Json", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.Localization", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.Razor.Extensions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.Razor", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.RazorPages", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.TagHelpers", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc.ViewFeatures", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Mvc", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Razor.Design", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Razor.Language", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Razor.Runtime", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Razor", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.ResponseCaching.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Routing.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Routing", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Server.IISIntegration", version: "2.1.1", dependentPackageIdsToSkip: ["System.Security.Principal.Windows"] },
{ id: "Microsoft.AspNetCore.Server.Kestrel.Core", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Server.Kestrel.Https", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.Server.Kestrel", version: "2.1.1" },
{ id: "Microsoft.AspNetCore.WebUtilities", version: "2.1.1" },
{ id: "Microsoft.AspNetCore", version: "2.1.1" },
{ id: "Microsoft.CodeAnalysis.Razor", version: "2.1.1" },
{ id: "Microsoft.DiaSymReader.Native", version: "1.7.0" },
{ id: "Microsoft.DotNet.PlatformAbstractions", version: "2.1.0" },
{ id: "Microsoft.Extensions.Caching.Abstractions", version: "2.1.1" },
{ id: "Microsoft.Extensions.Caching.Memory", version: "2.1.1" },
{ id: "Microsoft.Extensions.Configuration.Abstractions", version: "2.1.1" },
{ id: "Microsoft.Extensions.Configuration.Binder", version: "2.1.1" },
{ id: "Microsoft.Extensions.Configuration.CommandLine", version: "2.1.1" },
{ id: "Microsoft.Extensions.Configuration.EnvironmentVariables", version: "2.1.1" },
{ id: "Microsoft.Extensions.Configuration.FileExtensions", version: "2.1.1" },
{ id: "Microsoft.Extensions.Configuration.Json", version: "2.1.1" },
{ id: "Microsoft.Extensions.Configuration.UserSecrets", version: "2.1.1" },
{ id: "Microsoft.Extensions.Configuration", version: "2.1.1" },
{ id: "Microsoft.Extensions.DependencyInjection.Abstractions", version: "2.1.1" },
{ id: "Microsoft.Extensions.DependencyInjection", version: "2.1.1" },
{ id: "Microsoft.Extensions.DependencyModel", version: "2.1.0" },
{ id: "Microsoft.Extensions.FileProviders.Abstractions", version: "2.1.1" },
{ id: "Microsoft.Extensions.FileProviders.Composite", version: "2.1.1" },
{ id: "Microsoft.Extensions.FileProviders.Physical", version: "2.1.1" },
{ id: "Microsoft.Extensions.FileSystemGlobbing", version: "2.1.1" },
{ id: "Microsoft.Extensions.Hosting.Abstractions", version: "2.1.1" },
{ id: "Microsoft.Extensions.Localization.Abstractions", version: "2.1.1" },
{ id: "Microsoft.Extensions.Localization", version: "2.1.1" },
{ id: "Microsoft.Extensions.Logging.Abstractions", version: "2.1.1" },
{ id: "Microsoft.Extensions.Logging.Configuration", version: "2.1.1" },
{ id: "Microsoft.Extensions.Logging.Console", version: "2.1.1" },
{ id: "Microsoft.Extensions.Logging.Debug", version: "2.1.1" },
{ id: "Microsoft.Extensions.Logging", version: "2.1.1" },
{ id: "Microsoft.Extensions.ObjectPool", version: "2.1.1" },
{ id: "Microsoft.Extensions.Options.ConfigurationExtensions", version: "2.1.1" },
{ id: "Microsoft.Extensions.Options", version: "2.1.1" },
{ id: "Microsoft.Extensions.Primitives", version: "2.1.1" },
{ id: "Microsoft.Extensions.WebEncoders", version: "2.1.1" },
{ id: "Microsoft.Net.Http.Headers", version: "2.1.1" },
{ id: "Microsoft.Net.Http", version: "2.2.29" },
{ id: "Microsoft.Net.WebSockets", version: "1.0.0-rc1-final" },
];