aspnetcore/build/dependencies.props

207 lines
15 KiB
XML

<Project>
<Import Project="..\version.xml" />
<PropertyGroup>
<AspNetCoreIntegrationTestingVersion>0.5.0-*</AspNetCoreIntegrationTestingVersion>
<AspNetCoreVersion>2.1.0-*</AspNetCoreVersion>
<!-- Pin versions to work around CLI bug -->
<AspNetCoreVersion Condition="'$(BUILD_PACKAGE_CACHE)' == 'true'">$(VersionPrefix)-$(VersionSuffix)</AspNetCoreVersion>
<CoreFxVersion>4.4.0-*</CoreFxVersion>
<DotnetDebToolVersion>2.0.0-preview2-*</DotnetDebToolVersion>
<InternalAspNetCoreSdkVersion>2.1.1-*</InternalAspNetCoreSdkVersion>
<JsonNetVersion>10.0.1</JsonNetVersion>
<MoqVersion>4.7.49</MoqVersion>
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
<TestSdkVersion>15.3.0</TestSdkVersion>
<XunitVersion>2.3.0-beta4-build3742</XunitVersion>
</PropertyGroup>
<!-- defines the default values for each item type -->
<ItemDefinitionGroup>
<!-- set PrivateAssets=None to ensure that all assets, including Build and Analyzer, are included in the nuspec -->
<MetaPackagePackageReference>
<Version>$(AspNetCoreVersion)</Version>
<PrivateAssets>None</PrivateAssets>
</MetaPackagePackageReference>
<FullMetaPackagePackageReference>
<Version>$(AspNetCoreVersion)</Version>
<PrivateAssets>None</PrivateAssets>
</FullMetaPackagePackageReference>
<HostingStartupPackageReference>
<Version>$(AspNetCoreVersion)</Version>
<PrivateAssets>Compile</PrivateAssets>
</HostingStartupPackageReference>
<RuntimeStorePackageReference>
<Version>$(AspNetCoreVersion)</Version>
<PrivateAssets>None</PrivateAssets>
</RuntimeStorePackageReference>
<FullMetaPackageProjectReference>
<PrivateAssets>None</PrivateAssets>
</FullMetaPackageProjectReference>
</ItemDefinitionGroup>
<ItemGroup>
<MetaPackagePackageReference Include="Microsoft.AspNetCore.Diagnostics" />
<MetaPackagePackageReference Include="Microsoft.AspNetCore.Hosting" />
<MetaPackagePackageReference Include="Microsoft.AspNetCore.Routing" />
<MetaPackagePackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" />
<MetaPackagePackageReference Include="Microsoft.AspNetCore.Server.Kestrel" />
<MetaPackagePackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" />
<MetaPackagePackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
<MetaPackagePackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" />
<MetaPackagePackageReference Include="Microsoft.Extensions.Configuration.Json" />
<MetaPackagePackageReference Include="Microsoft.Extensions.Configuration.CommandLine" />
<MetaPackagePackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" />
<MetaPackagePackageReference Include="Microsoft.Extensions.Logging" />
<MetaPackagePackageReference Include="Microsoft.Extensions.Logging.Configuration" />
<MetaPackagePackageReference Include="Microsoft.Extensions.Logging.Console" />
<MetaPackagePackageReference Include="Microsoft.Extensions.Logging.Debug" />
</ItemGroup>
<ItemGroup>
<HostingStartupPackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" />
<HostingStartupPackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" />
</ItemGroup>
<ItemGroup>
<FullMetaPackagePackageReference Include="@(MetaPackagePackageReference)" />
<FullMetaPackagePackageReference Include="@(HostingStartupPackageReference)" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Antiforgery" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.Core" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.Google" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authorization" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Authorization.Policy" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" PrivateAssets="Compile" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.CookiePolicy" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Cors" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Cryptography.Internal" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.DataProtection" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.DataProtection.AzureStorage" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Diagnostics.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Diagnostics.Identity.Service" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Html.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Http" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Http.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Http.Extensions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Http.Features" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.HttpOverrides" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Core" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.AzureKeyVault" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.IntegratedWebClient" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Identity.Service.Mvc" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.JsonPatch" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Localization" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Localization.Routing" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.Core" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.Cors" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.DataAnnotations" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Xml" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.Localization" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.Razor" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.RazorPages" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.TagHelpers" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.NodeServices" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Owin" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Razor" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Razor.Language" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Razor.Runtime" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.ResponseCaching" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.ResponseCompression" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Rewrite" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Routing.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Server.HttpSys" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.Session" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.SpaServices" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.StaticFiles" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.WebSockets" />
<FullMetaPackagePackageReference Include="Microsoft.AspNetCore.WebUtilities" />
<FullMetaPackagePackageReference Include="Microsoft.CodeAnalysis.Razor" />
<FullMetaPackagePackageReference Include="Microsoft.Data.Sqlite" PrivateAssets="Build" />
<FullMetaPackagePackageReference Include="Microsoft.Data.Sqlite.Core" />
<FullMetaPackagePackageReference Include="Microsoft.EntityFrameworkCore" />
<FullMetaPackagePackageReference Include="Microsoft.EntityFrameworkCore.Design" />
<FullMetaPackagePackageReference Include="Microsoft.EntityFrameworkCore.InMemory" />
<FullMetaPackagePackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
<FullMetaPackagePackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" PrivateAssets="Build" />
<FullMetaPackagePackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" />
<FullMetaPackagePackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" />
<FullMetaPackagePackageReference Include="Microsoft.EntityFrameworkCore.Tools" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Caching.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Caching.Memory" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Caching.Redis" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Caching.SqlServer" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Configuration" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Configuration.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Configuration.Binder" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Configuration.Ini" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Configuration.Xml" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.DependencyInjection" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.DiagnosticAdapter" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.FileProviders.Composite" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.FileProviders.Embedded" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.FileProviders.Physical" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.FileSystemGlobbing" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Hosting.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Identity.Core" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Identity.Stores" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Localization" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Localization.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" PrivateAssets="Compile" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Logging.EventSource" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Logging.TraceSource" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.ObjectPool" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Options" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.Primitives" />
<FullMetaPackagePackageReference Include="Microsoft.Extensions.WebEncoders" />
<FullMetaPackagePackageReference Include="Microsoft.Net.Http.Headers" />
<FullMetaPackagePackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" />
</ItemGroup>
<ItemGroup>
<FullMetaPackageProjectReference Include="../Microsoft.AspNetCore/Microsoft.AspNetCore.csproj" />
</ItemGroup>
<ItemGroup>
<RuntimeStorePackageReference Include="@(FullMetaPackagePackageReference)" />
<RuntimeStorePackageReference Include="Microsoft.AspNetCore" />
</ItemGroup>
</Project>