2019-04-20 04:51:22 +03:00
|
|
|
<!--
|
2018-12-14 01:35:02 +03:00
|
|
|
|
|
|
|
This file defines the versions of external dependencies used by ASP.NET Core.
|
|
|
|
This file might be updated by automation.
|
|
|
|
|
|
|
|
-->
|
2019-01-14 23:01:31 +03:00
|
|
|
<Project>
|
2019-06-08 03:19:41 +03:00
|
|
|
<PropertyGroup Label="Version settings">
|
2020-10-12 22:07:13 +03:00
|
|
|
<AspNetCoreMajorVersion>6</AspNetCoreMajorVersion>
|
2019-06-08 03:19:41 +03:00
|
|
|
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
|
|
|
|
<AspNetCorePatchVersion>0</AspNetCorePatchVersion>
|
2021-02-23 20:38:14 +03:00
|
|
|
<PreReleaseVersionIteration>3</PreReleaseVersionIteration>
|
2021-03-12 01:31:33 +03:00
|
|
|
<ValidateBaseline>true</ValidateBaseline>
|
2019-09-15 23:34:08 +03:00
|
|
|
<!--
|
|
|
|
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
|
|
|
|
-->
|
2020-10-23 03:23:28 +03:00
|
|
|
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
|
2019-09-15 23:34:08 +03:00
|
|
|
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
|
2021-01-23 00:08:10 +03:00
|
|
|
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
|
|
|
<PreReleaseBrandingLabel>Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>
|
2019-09-11 06:43:24 +03:00
|
|
|
<IncludePreReleaseLabelInPackageVersion>true</IncludePreReleaseLabelInPackageVersion>
|
2019-09-14 05:37:53 +03:00
|
|
|
<IncludePreReleaseLabelInPackageVersion Condition=" '$(DotNetFinalVersionKind)' == 'release' ">false</IncludePreReleaseLabelInPackageVersion>
|
2019-06-08 03:19:41 +03:00
|
|
|
<AspNetCoreMajorMinorVersion>$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</AspNetCoreMajorMinorVersion>
|
|
|
|
<!-- Servicing builds have different characteristics for the way dependencies, baselines, and versions are handled. -->
|
2020-10-13 01:03:47 +03:00
|
|
|
<IsServicingBuild Condition=" '$(PreReleaseVersionLabel)' == 'servicing' ">true</IsServicingBuild>
|
2020-08-25 22:34:31 +03:00
|
|
|
<VersionPrefix>$(AspNetCoreMajorMinorVersion).$(AspNetCorePatchVersion)</VersionPrefix>
|
2020-11-10 20:51:47 +03:00
|
|
|
<!--
|
|
|
|
TargetingPackVersionPrefix is used by projects, like .deb and .rpm, which use slightly different version formats.
|
|
|
|
It's also used in root Directory.Build.targets to determine the version of the last-built targeting pack.
|
|
|
|
-->
|
2019-06-08 03:19:41 +03:00
|
|
|
<TargetingPackVersionPrefix>$(VersionPrefix)</TargetingPackVersionPrefix>
|
|
|
|
<!-- Targeting packs do not produce patch versions in servicing builds. No API changes are allowed in patches. -->
|
2020-08-25 22:34:31 +03:00
|
|
|
<TargetingPackVersionPrefix Condition="'$(IsTargetingPackBuilding)' != 'true'">$(AspNetCoreMajorMinorVersion).0</TargetingPackVersionPrefix>
|
2019-06-08 03:19:41 +03:00
|
|
|
<ExperimentalVersionPrefix>0.3.$(AspNetCorePatchVersion)</ExperimentalVersionPrefix>
|
|
|
|
<!-- ANCM versioning is intentionally 10 + AspNetCoreMajorVersion because earlier versions of ANCM shipped as 8.x. -->
|
|
|
|
<AspNetCoreModuleVersionMajor>$([MSBuild]::Add(10, $(AspNetCoreMajorVersion)))</AspNetCoreModuleVersionMajor>
|
|
|
|
<AspNetCoreModuleVersionMinor>$(AspNetCoreMinorVersion)</AspNetCoreModuleVersionMinor>
|
|
|
|
<AspNetCoreModuleVersionRevision>$(AspNetCorePatchVersion)</AspNetCoreModuleVersionRevision>
|
|
|
|
<!-- This is used for error checking to ensure generated code and baselines are up to date when we increment the patch. -->
|
2020-08-25 22:34:31 +03:00
|
|
|
<PreviousAspNetCoreReleaseVersion Condition=" '$(AspNetCorePatchVersion)' != '0' ">$(AspNetCoreMajorMinorVersion).$([MSBuild]::Subtract($(AspNetCorePatchVersion), 1))</PreviousAspNetCoreReleaseVersion>
|
2020-10-12 22:07:13 +03:00
|
|
|
<!--
|
2020-10-27 10:04:33 +03:00
|
|
|
Update the packages referenced in Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj,
|
|
|
|
src\Components\WebAssembly\Sdk\testassets\Directory.Build.props, and
|
|
|
|
src\Razor\test\testassets\Directory.Build.props when this changes.
|
2020-10-12 22:07:13 +03:00
|
|
|
-->
|
2020-10-27 10:04:33 +03:00
|
|
|
<DefaultNetCoreTargetFramework>net6.0</DefaultNetCoreTargetFramework>
|
2019-06-08 03:19:41 +03:00
|
|
|
</PropertyGroup>
|
2019-05-24 01:35:49 +03:00
|
|
|
<PropertyGroup Label="Arcade settings">
|
2019-06-08 03:19:41 +03:00
|
|
|
<!-- Opt-in to Arcade tools for building VSIX projects. -->
|
|
|
|
<UsingToolVSSDK>true</UsingToolVSSDK>
|
|
|
|
<!-- Only use Microsoft.NETFramework.ReferenceAssemblies on non-windows builds. Using this on Windows breaks MVC runtime compilation. -->
|
|
|
|
<UsingToolNetFrameworkReferenceAssemblies Condition="'$(OS)' != 'Windows_NT'">true</UsingToolNetFrameworkReferenceAssemblies>
|
|
|
|
<!-- Disable XLIFF tasks -->
|
|
|
|
<UsingToolXliff>false</UsingToolXliff>
|
2019-05-24 01:35:49 +03:00
|
|
|
</PropertyGroup>
|
2019-02-06 23:07:59 +03:00
|
|
|
<!--
|
|
|
|
|
|
|
|
These versions should ONLY be updated by automation.
|
|
|
|
|
|
|
|
DO NOT UPDATE THESE MANUALLY. Use the `darc` command line tool to update this file so it stays in sync with
|
|
|
|
Version.Details.xml.
|
|
|
|
|
|
|
|
See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc.
|
|
|
|
|
|
|
|
-->
|
2019-01-14 23:01:31 +03:00
|
|
|
<PropertyGroup Label="Automated">
|
2020-04-06 11:06:22 +03:00
|
|
|
<!-- Packages from dotnet/runtime -->
|
2021-03-18 00:16:53 +03:00
|
|
|
<MicrosoftExtensionsDependencyModelVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsDependencyModelVersion>
|
|
|
|
<MicrosoftNETCoreAppRefVersion>6.0.0-preview.3.21167.1</MicrosoftNETCoreAppRefVersion>
|
|
|
|
<MicrosoftNETCoreAppRuntimewinx64Version>6.0.0-preview.3.21167.1</MicrosoftNETCoreAppRuntimewinx64Version>
|
|
|
|
<MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>6.0.0-preview.3.21167.1</MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>
|
|
|
|
<MicrosoftNETRuntimeWebAssemblySdkVersion>6.0.0-preview.3.21167.1</MicrosoftNETRuntimeWebAssemblySdkVersion>
|
|
|
|
<MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>6.0.0-preview.3.21167.1</MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>
|
|
|
|
<MicrosoftNETCoreBrowserDebugHostTransportVersion>6.0.0-preview.3.21167.1</MicrosoftNETCoreBrowserDebugHostTransportVersion>
|
|
|
|
<MicrosoftWin32RegistryVersion>6.0.0-preview.3.21167.1</MicrosoftWin32RegistryVersion>
|
|
|
|
<MicrosoftExtensionsCachingAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsCachingAbstractionsVersion>
|
|
|
|
<MicrosoftExtensionsCachingMemoryVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsCachingMemoryVersion>
|
|
|
|
<MicrosoftExtensionsConfigurationAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationAbstractionsVersion>
|
|
|
|
<MicrosoftExtensionsConfigurationBinderVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationBinderVersion>
|
|
|
|
<MicrosoftExtensionsConfigurationCommandLineVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationCommandLineVersion>
|
|
|
|
<MicrosoftExtensionsConfigurationEnvironmentVariablesVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationEnvironmentVariablesVersion>
|
|
|
|
<MicrosoftExtensionsConfigurationFileExtensionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationFileExtensionsVersion>
|
|
|
|
<MicrosoftExtensionsConfigurationIniVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationIniVersion>
|
|
|
|
<MicrosoftExtensionsConfigurationJsonVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationJsonVersion>
|
|
|
|
<MicrosoftExtensionsConfigurationVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationVersion>
|
|
|
|
<MicrosoftExtensionsConfigurationUserSecretsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationUserSecretsVersion>
|
|
|
|
<MicrosoftExtensionsConfigurationXmlVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationXmlVersion>
|
|
|
|
<MicrosoftExtensionsDependencyInjectionAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsDependencyInjectionAbstractionsVersion>
|
|
|
|
<MicrosoftExtensionsDependencyInjectionVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsDependencyInjectionVersion>
|
|
|
|
<MicrosoftExtensionsFileProvidersAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsFileProvidersAbstractionsVersion>
|
|
|
|
<MicrosoftExtensionsFileProvidersCompositeVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsFileProvidersCompositeVersion>
|
|
|
|
<MicrosoftExtensionsFileProvidersPhysicalVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsFileProvidersPhysicalVersion>
|
|
|
|
<MicrosoftExtensionsFileSystemGlobbingVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsFileSystemGlobbingVersion>
|
|
|
|
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
|
|
|
|
<MicrosoftExtensionsHostingAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsHostingAbstractionsVersion>
|
|
|
|
<MicrosoftExtensionsHostingVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsHostingVersion>
|
|
|
|
<MicrosoftExtensionsHttpVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsHttpVersion>
|
|
|
|
<MicrosoftExtensionsLoggingAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingAbstractionsVersion>
|
|
|
|
<MicrosoftExtensionsLoggingConfigurationVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingConfigurationVersion>
|
|
|
|
<MicrosoftExtensionsLoggingConsoleVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingConsoleVersion>
|
|
|
|
<MicrosoftExtensionsLoggingDebugVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingDebugVersion>
|
|
|
|
<MicrosoftExtensionsLoggingEventSourceVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingEventSourceVersion>
|
|
|
|
<MicrosoftExtensionsLoggingEventLogVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingEventLogVersion>
|
|
|
|
<MicrosoftExtensionsLoggingVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingVersion>
|
|
|
|
<MicrosoftExtensionsLoggingTraceSourceVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingTraceSourceVersion>
|
|
|
|
<MicrosoftExtensionsOptionsConfigurationExtensionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsOptionsConfigurationExtensionsVersion>
|
|
|
|
<MicrosoftExtensionsOptionsDataAnnotationsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsOptionsDataAnnotationsVersion>
|
|
|
|
<MicrosoftExtensionsOptionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsOptionsVersion>
|
|
|
|
<MicrosoftExtensionsPrimitivesVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsPrimitivesVersion>
|
|
|
|
<MicrosoftAspNetCoreInternalTransportVersion>6.0.0-preview.3.21167.1</MicrosoftAspNetCoreInternalTransportVersion>
|
|
|
|
<SystemComponentModelAnnotationsVersion>6.0.0-preview.3.21167.1</SystemComponentModelAnnotationsVersion>
|
|
|
|
<SystemDiagnosticsDiagnosticSourceVersion>6.0.0-preview.3.21167.1</SystemDiagnosticsDiagnosticSourceVersion>
|
|
|
|
<SystemDiagnosticsEventLogVersion>6.0.0-preview.3.21167.1</SystemDiagnosticsEventLogVersion>
|
|
|
|
<SystemDirectoryServicesProtocolsVersion>6.0.0-preview.3.21167.1</SystemDirectoryServicesProtocolsVersion>
|
|
|
|
<SystemIOPipelinesVersion>6.0.0-preview.3.21167.1</SystemIOPipelinesVersion>
|
|
|
|
<SystemNetHttpJsonVersion>6.0.0-preview.3.21167.1</SystemNetHttpJsonVersion>
|
|
|
|
<SystemNetHttpWinHttpHandlerVersion>6.0.0-preview.3.21167.1</SystemNetHttpWinHttpHandlerVersion>
|
|
|
|
<SystemReflectionMetadataVersion>6.0.0-preview.3.21167.1</SystemReflectionMetadataVersion>
|
|
|
|
<SystemResourcesExtensionsVersion>6.0.0-preview.3.21167.1</SystemResourcesExtensionsVersion>
|
|
|
|
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0-preview.3.21167.1</SystemRuntimeCompilerServicesUnsafeVersion>
|
|
|
|
<SystemSecurityCryptographyCngVersion>6.0.0-preview.3.21167.1</SystemSecurityCryptographyCngVersion>
|
|
|
|
<SystemSecurityCryptographyPkcsVersion>6.0.0-preview.3.21167.1</SystemSecurityCryptographyPkcsVersion>
|
|
|
|
<SystemSecurityCryptographyXmlVersion>6.0.0-preview.3.21167.1</SystemSecurityCryptographyXmlVersion>
|
|
|
|
<SystemSecurityPrincipalWindowsVersion>6.0.0-preview.3.21167.1</SystemSecurityPrincipalWindowsVersion>
|
|
|
|
<SystemServiceProcessServiceControllerVersion>6.0.0-preview.3.21167.1</SystemServiceProcessServiceControllerVersion>
|
|
|
|
<SystemTextEncodingsWebVersion>6.0.0-preview.3.21167.1</SystemTextEncodingsWebVersion>
|
|
|
|
<SystemTextJsonVersion>6.0.0-preview.3.21167.1</SystemTextJsonVersion>
|
|
|
|
<SystemThreadingChannelsVersion>6.0.0-preview.3.21167.1</SystemThreadingChannelsVersion>
|
2019-02-20 20:53:53 +03:00
|
|
|
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
|
2021-03-18 00:16:53 +03:00
|
|
|
<MicrosoftNETCorePlatformsVersion>6.0.0-preview.3.21167.1</MicrosoftNETCorePlatformsVersion>
|
2020-01-08 20:08:27 +03:00
|
|
|
<!-- Packages from dotnet/efcore -->
|
2021-03-18 00:16:53 +03:00
|
|
|
<dotnetefVersion>6.0.0-preview.3.21167.2</dotnetefVersion>
|
|
|
|
<MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreInMemoryVersion>
|
|
|
|
<MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreRelationalVersion>
|
|
|
|
<MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreSqliteVersion>
|
|
|
|
<MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreSqlServerVersion>
|
|
|
|
<MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreToolsVersion>
|
|
|
|
<MicrosoftEntityFrameworkCoreVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreVersion>
|
|
|
|
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreDesignVersion>
|
2020-09-01 00:19:34 +03:00
|
|
|
<!-- Packages from dotnet/arcade -->
|
2021-03-15 16:54:00 +03:00
|
|
|
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21160.7</MicrosoftDotNetBuildTasksInstallersVersion>
|
2019-01-14 23:01:31 +03:00
|
|
|
</PropertyGroup>
|
2019-02-06 23:07:59 +03:00
|
|
|
<!--
|
|
|
|
|
|
|
|
^^^^^^^^^^
|
|
|
|
SEE NOTE ABOVE.
|
|
|
|
|
|
|
|
Versions above this comment are updated automatically. Don't change them manually.
|
|
|
|
|
|
|
|
Versions below this comment are not managed by automation and can be changed as needed.
|
|
|
|
-->
|
2019-06-13 03:51:40 +03:00
|
|
|
<PropertyGroup Label="Dependency version settings">
|
|
|
|
<!--
|
|
|
|
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
|
|
|
|
All Runtime.$rid packages should have the same version.
|
|
|
|
-->
|
2020-11-13 21:52:40 +03:00
|
|
|
<MicrosoftNETCoreAppRuntimeVersion>$(MicrosoftNETCoreAppRuntimewinx64Version)</MicrosoftNETCoreAppRuntimeVersion>
|
2019-06-13 03:51:40 +03:00
|
|
|
</PropertyGroup>
|
2019-02-06 23:07:59 +03:00
|
|
|
<PropertyGroup Label="Manual">
|
2020-09-12 01:41:05 +03:00
|
|
|
<!-- Packages from dotnet/roslyn -->
|
2020-11-13 21:52:40 +03:00
|
|
|
<MicrosoftNetCompilersToolsetVersion>3.8.0-5.20519.18</MicrosoftNetCompilersToolsetVersion>
|
2020-04-03 21:38:48 +03:00
|
|
|
<!-- DiagnosticAdapter package pinned temporarily until migrated/deprecated -->
|
2020-11-13 21:52:40 +03:00
|
|
|
<MicrosoftExtensionsDiagnosticAdapterVersion>5.0.0-preview.4.20180.4</MicrosoftExtensionsDiagnosticAdapterVersion>
|
2019-02-06 23:07:59 +03:00
|
|
|
<!-- Build tool dependencies -->
|
2020-11-13 21:52:40 +03:00
|
|
|
<InternalAspNetCoreBuildTasksVersion>3.0.0-build-20190530.3</InternalAspNetCoreBuildTasksVersion>
|
2019-06-08 03:19:41 +03:00
|
|
|
<MicrosoftVSSDKBuildToolsVersion>15.9.3032</MicrosoftVSSDKBuildToolsVersion>
|
2019-01-14 23:01:31 +03:00
|
|
|
<!-- Stable dotnet/corefx packages no longer updated for .NET Core 3 -->
|
2020-11-13 21:52:40 +03:00
|
|
|
<MicrosoftCSharpVersion>4.7.0</MicrosoftCSharpVersion>
|
|
|
|
<NETStandardLibraryVersion>2.0.3</NETStandardLibraryVersion>
|
|
|
|
<SystemBuffersVersion>4.5.0</SystemBuffersVersion>
|
|
|
|
<SystemCodeDomVersion>4.4.0</SystemCodeDomVersion>
|
|
|
|
<SystemCommandlineExperimentalVersion>0.3.0-alpha.19317.1</SystemCommandlineExperimentalVersion>
|
|
|
|
<SystemComponentModelVersion>4.3.0</SystemComponentModelVersion>
|
|
|
|
<SystemNetHttpVersion>4.3.4</SystemNetHttpVersion>
|
|
|
|
<SystemNetSocketsVersion>4.3.0</SystemNetSocketsVersion>
|
|
|
|
<SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion>
|
|
|
|
<SystemThreadingTasksExtensionsVersion>4.5.3</SystemThreadingTasksExtensionsVersion>
|
|
|
|
<SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
|
2019-01-14 23:01:31 +03:00
|
|
|
<!-- Packages developed by @aspnet, but manually updated as necessary. -->
|
2020-11-13 21:52:40 +03:00
|
|
|
<LibuvVersion>1.10.0</LibuvVersion>
|
|
|
|
<MicrosoftAspNetWebApiClientVersion>5.2.6</MicrosoftAspNetWebApiClientVersion>
|
|
|
|
<MonoWebAssemblyInteropVersion>3.1.1-preview4.19614.4</MonoWebAssemblyInteropVersion>
|
2019-01-14 23:01:31 +03:00
|
|
|
<!-- Partner teams -->
|
2020-11-13 21:52:40 +03:00
|
|
|
<MicrosoftBclAsyncInterfacesVersion>1.0.0</MicrosoftBclAsyncInterfacesVersion>
|
|
|
|
<MicrosoftBuildVersion>15.8.166</MicrosoftBuildVersion>
|
|
|
|
<MicrosoftAzureSignalRVersion>1.2.0</MicrosoftAzureSignalRVersion>
|
|
|
|
<MicrosoftBuildFrameworkVersion>15.8.166</MicrosoftBuildFrameworkVersion>
|
|
|
|
<MicrosoftBuildLocatorVersion>1.2.6</MicrosoftBuildLocatorVersion>
|
|
|
|
<MicrosoftBuildUtilitiesCoreVersion>15.8.166</MicrosoftBuildUtilitiesCoreVersion>
|
|
|
|
<MicrosoftCodeAnalysisCommonVersion>3.7.0</MicrosoftCodeAnalysisCommonVersion>
|
|
|
|
<MicrosoftCodeAnalysisCSharpVersion>3.7.0</MicrosoftCodeAnalysisCSharpVersion>
|
|
|
|
<MicrosoftCodeAnalysisCSharpWorkspacesVersion>3.7.0</MicrosoftCodeAnalysisCSharpWorkspacesVersion>
|
|
|
|
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.3.0</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
|
|
|
|
<MicrosoftCssParserVersion>1.0.0-20200708.1</MicrosoftCssParserVersion>
|
|
|
|
<MicrosoftIdentityModelClientsActiveDirectoryVersion>3.19.8</MicrosoftIdentityModelClientsActiveDirectoryVersion>
|
2021-02-17 05:19:03 +03:00
|
|
|
<MicrosoftIdentityModelLoggingVersion>6.8.0</MicrosoftIdentityModelLoggingVersion>
|
|
|
|
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.8.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
|
|
|
|
<MicrosoftIdentityModelProtocolsWsFederationVersion>6.8.0</MicrosoftIdentityModelProtocolsWsFederationVersion>
|
2020-11-13 21:52:40 +03:00
|
|
|
<MicrosoftInternalAspNetCoreH2SpecAllVersion>2.2.1</MicrosoftInternalAspNetCoreH2SpecAllVersion>
|
|
|
|
<MicrosoftNETCoreWindowsApiSetsVersion>1.0.1</MicrosoftNETCoreWindowsApiSetsVersion>
|
|
|
|
<MicrosoftOwinSecurityCookiesVersion>3.0.1</MicrosoftOwinSecurityCookiesVersion>
|
|
|
|
<MicrosoftOwinTestingVersion>3.0.1</MicrosoftOwinTestingVersion>
|
|
|
|
<MicrosoftWebAdministrationVersion>11.1.0</MicrosoftWebAdministrationVersion>
|
2021-03-05 20:52:54 +03:00
|
|
|
<MicrosoftWebWebView2Version>1.0.705.50</MicrosoftWebWebView2Version>
|
2020-11-13 21:52:40 +03:00
|
|
|
<MicrosoftWebXdtVersion>1.4.0</MicrosoftWebXdtVersion>
|
2021-02-17 05:19:03 +03:00
|
|
|
<SystemIdentityModelTokensJwtVersion>6.8.0</SystemIdentityModelTokensJwtVersion>
|
2021-02-19 02:23:25 +03:00
|
|
|
<NuGetVersioningVersion>5.9.0-rc.7121</NuGetVersioningVersion>
|
|
|
|
<NuGetFrameworksVersion>5.9.0-rc.7121</NuGetFrameworksVersion>
|
2020-12-05 07:27:48 +03:00
|
|
|
<SystemNetExperimentalMsQuicVersion>5.0.0-alpha.20560.6</SystemNetExperimentalMsQuicVersion>
|
2020-09-11 01:03:35 +03:00
|
|
|
<!-- Packages from 2.1, 3.1, and 5.0 branches used for site extension build. -->
|
2020-11-13 21:52:40 +03:00
|
|
|
<MicrosoftAspNetCoreAzureAppServicesSiteExtension21Version>2.1.1</MicrosoftAspNetCoreAzureAppServicesSiteExtension21Version>
|
|
|
|
<MicrosoftAspNetCoreAzureAppServicesSiteExtension22Version>2.2.0</MicrosoftAspNetCoreAzureAppServicesSiteExtension22Version>
|
|
|
|
<MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version>3.1.10-servicing-20520-4</MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version>
|
|
|
|
<MicrosoftAspNetCoreAzureAppServicesSiteExtension31x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension31x64Version>
|
|
|
|
<MicrosoftAspNetCoreAzureAppServicesSiteExtension31x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension31Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension31x86Version>
|
|
|
|
<MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version>5.0.0-rtm-20529-7</MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version>
|
|
|
|
<MicrosoftAspNetCoreAzureAppServicesSiteExtension50x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension50x64Version>
|
|
|
|
<MicrosoftAspNetCoreAzureAppServicesSiteExtension50x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension50x86Version>
|
2019-01-14 23:01:31 +03:00
|
|
|
<!-- 3rd party dependencies -->
|
2020-11-13 21:52:40 +03:00
|
|
|
<AngleSharpVersion>0.9.9</AngleSharpVersion>
|
2021-03-12 08:28:03 +03:00
|
|
|
<BenchmarkDotNetVersion>0.12.1.1466</BenchmarkDotNetVersion>
|
2020-11-13 21:52:40 +03:00
|
|
|
<CastleCoreVersion>4.2.1</CastleCoreVersion>
|
|
|
|
<CommandLineParserVersion>2.3.0</CommandLineParserVersion>
|
|
|
|
<FSharpCoreVersion>4.2.1</FSharpCoreVersion>
|
|
|
|
<GoogleProtobufVersion>3.13.0</GoogleProtobufVersion>
|
|
|
|
<GrpcAspNetCoreVersion>2.32.0</GrpcAspNetCoreVersion>
|
|
|
|
<GrpcAuthVersion>2.32.0</GrpcAuthVersion>
|
|
|
|
<GrpcNetClientVersion>2.32.0</GrpcNetClientVersion>
|
|
|
|
<GrpcToolsVersion>2.32.0</GrpcToolsVersion>
|
|
|
|
<IdentityServer4AspNetIdentityVersion>4.1.0</IdentityServer4AspNetIdentityVersion>
|
|
|
|
<IdentityServer4EntityFrameworkVersion>4.1.0</IdentityServer4EntityFrameworkVersion>
|
|
|
|
<IdentityServer4Version>4.1.0</IdentityServer4Version>
|
|
|
|
<IdentityServer4StorageVersion>4.1.0</IdentityServer4StorageVersion>
|
|
|
|
<IdentityServer4EntityFrameworkStorageVersion>4.1.0</IdentityServer4EntityFrameworkStorageVersion>
|
|
|
|
<MessagePackVersion>2.1.90</MessagePackVersion>
|
|
|
|
<MicrosoftIdentityWebVersion>1.1.0</MicrosoftIdentityWebVersion>
|
|
|
|
<MicrosoftIdentityWebMicrosoftGraphVersion>1.1.0</MicrosoftIdentityWebMicrosoftGraphVersion>
|
|
|
|
<MicrosoftIdentityWebUIVersion>1.1.0</MicrosoftIdentityWebUIVersion>
|
|
|
|
<MessagePackAnalyzerVersion>$(MessagePackVersion)</MessagePackAnalyzerVersion>
|
|
|
|
<MoqVersion>4.10.0</MoqVersion>
|
|
|
|
<MonoCecilVersion>0.11.2</MonoCecilVersion>
|
|
|
|
<NewtonsoftJsonBsonVersion>1.0.2</NewtonsoftJsonBsonVersion>
|
|
|
|
<NewtonsoftJsonVersion>12.0.2</NewtonsoftJsonVersion>
|
|
|
|
<NSwagApiDescriptionClientVersion>13.0.4</NSwagApiDescriptionClientVersion>
|
2021-03-17 19:04:00 +03:00
|
|
|
<PlaywrightSharpVersion>0.191.1</PlaywrightSharpVersion>
|
2020-11-18 00:12:17 +03:00
|
|
|
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
|
|
|
|
<PollyVersion>7.1.0</PollyVersion>
|
2021-03-03 09:30:56 +03:00
|
|
|
<SeleniumSupportVersion>4.0.0-beta1</SeleniumSupportVersion>
|
|
|
|
<SeleniumWebDriverChromeDriverVersion>89.0.4389.2300-beta</SeleniumWebDriverChromeDriverVersion>
|
|
|
|
<SeleniumWebDriverVersion>4.0.0-beta1</SeleniumWebDriverVersion>
|
2020-11-13 21:52:40 +03:00
|
|
|
<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
|
|
|
|
<SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion>
|
|
|
|
<StackExchangeRedisVersion>2.0.593</StackExchangeRedisVersion>
|
|
|
|
<SystemReactiveLinqVersion>3.1.1</SystemReactiveLinqVersion>
|
|
|
|
<SwashbuckleAspNetCoreVersion>5.6.3</SwashbuckleAspNetCoreVersion>
|
|
|
|
<XunitAbstractionsVersion>2.0.3</XunitAbstractionsVersion>
|
|
|
|
<XunitAnalyzersVersion>0.10.0</XunitAnalyzersVersion>
|
2019-02-25 23:26:44 +03:00
|
|
|
<XunitVersion>2.4.1</XunitVersion>
|
2020-11-13 21:52:40 +03:00
|
|
|
<XunitAssertVersion>$(XunitVersion)</XunitAssertVersion>
|
|
|
|
<XunitExtensibilityCoreVersion>$(XunitVersion)</XunitExtensibilityCoreVersion>
|
|
|
|
<XunitExtensibilityExecutionVersion>$(XunitVersion)</XunitExtensibilityExecutionVersion>
|
2020-08-10 22:32:04 +03:00
|
|
|
<XUnitRunnerVisualStudioVersion>2.4.3</XUnitRunnerVisualStudioVersion>
|
2020-11-13 21:52:40 +03:00
|
|
|
<MicrosoftDataSqlClientVersion>1.0.19249.1</MicrosoftDataSqlClientVersion>
|
2019-06-08 03:19:41 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
<!-- Restore feeds -->
|
|
|
|
<PropertyGroup Label="Restore feeds">
|
2019-08-06 21:05:09 +03:00
|
|
|
<!-- In an orchestrated build, this may be overridden to other Azure feeds. -->
|
2019-06-08 03:19:41 +03:00
|
|
|
<DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)'==''">https://dotnetcli.blob.core.windows.net/dotnet/</DotNetAssetRootUrl>
|
2019-12-15 20:23:03 +03:00
|
|
|
<DotNetPrivateAssetRootUrl Condition="'$(DotNetPrivateAssetRootUrl)'==''">https://dotnetclimsrc.blob.core.windows.net/dotnet/</DotNetPrivateAssetRootUrl>
|
2019-01-14 23:01:31 +03:00
|
|
|
</PropertyGroup>
|
2020-06-27 09:44:36 +03:00
|
|
|
</Project>
|