| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- <!--
- This file defines the versions of external dependencies used by ASP.NET Core.
- This file might be updated by automation.
- -->
- <Project>
- <PropertyGroup Label="Version settings">
- <AspNetCoreMajorVersion>9</AspNetCoreMajorVersion>
- <AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
- <AspNetCorePatchVersion>12</AspNetCorePatchVersion>
- <PreReleaseVersionIteration>
- </PreReleaseVersionIteration>
- <ValidateBaseline>false</ValidateBaseline>
- <IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">8.0.1</IdentityModelVersion>
- <IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">*-*</IdentityModelVersion>
- <!--
- When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
- -->
- <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
- <DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
- <PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
- <PreReleaseBrandingLabel>Servicing</PreReleaseBrandingLabel>
- <IncludePreReleaseLabelInPackageVersion>true</IncludePreReleaseLabelInPackageVersion>
- <IncludePreReleaseLabelInPackageVersion Condition=" '$(DotNetFinalVersionKind)' == 'release' ">false</IncludePreReleaseLabelInPackageVersion>
- <AspNetCoreMajorMinorVersion>$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</AspNetCoreMajorMinorVersion>
- <!-- Servicing builds have different characteristics for the way dependencies, baselines, and versions are handled. -->
- <IsServicingBuild Condition=" '$(PreReleaseVersionLabel)' == 'servicing' ">true</IsServicingBuild>
- <VersionPrefix>$(AspNetCoreMajorMinorVersion).$(AspNetCorePatchVersion)</VersionPrefix>
- <!--
- 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.
- -->
- <TargetingPackVersionPrefix>$(VersionPrefix)</TargetingPackVersionPrefix>
- <ExperimentalVersionPrefix>0.$(AspNetCoreMajorVersion).$(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. -->
- <PreviousAspNetCoreReleaseVersion Condition=" '$(AspNetCorePatchVersion)' != '0' ">$(AspNetCoreMajorMinorVersion).$([MSBuild]::Subtract($(AspNetCorePatchVersion), 1))</PreviousAspNetCoreReleaseVersion>
- <!--
- 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.
- -->
- <DefaultNetCoreTargetFramework>net9.0</DefaultNetCoreTargetFramework>
- <!-- this should usually match for LTS builds, and be off-by-one otherwise;
- example use-case here is OOB packages where Aspire wants to be able to consume
- new features specific to OOB -->
- <CurrentLtsTargetFramework>net8.0</CurrentLtsTargetFramework>
- </PropertyGroup>
- <PropertyGroup Label="Arcade settings">
- <!-- Opt-in to Arcade tools for building VSIX projects. -->
- <UsingToolVSSDK>true</UsingToolVSSDK>
- <!-- Disable XLIFF tasks -->
- <UsingToolXliff>false</UsingToolXliff>
- </PropertyGroup>
- <!--
- 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.
- -->
- <PropertyGroup Label="Automated">
- <!-- Packages from dotnet/runtime -->
- <MicrosoftExtensionsDependencyModelVersion>9.0.12</MicrosoftExtensionsDependencyModelVersion>
- <MicrosoftNETCoreAppRefVersion>9.0.12</MicrosoftNETCoreAppRefVersion>
- <MicrosoftNETCoreAppRuntimewinx64Version>9.0.12</MicrosoftNETCoreAppRuntimewinx64Version>
- <MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>9.0.12</MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>
- <MicrosoftNETRuntimeWebAssemblySdkVersion>9.0.12</MicrosoftNETRuntimeWebAssemblySdkVersion>
- <MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>9.0.12</MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>
- <MicrosoftNETCoreBrowserDebugHostTransportVersion>9.0.12-servicing.25606.9</MicrosoftNETCoreBrowserDebugHostTransportVersion>
- <MicrosoftExtensionsCachingAbstractionsVersion>9.0.12</MicrosoftExtensionsCachingAbstractionsVersion>
- <MicrosoftExtensionsCachingMemoryVersion>9.0.12</MicrosoftExtensionsCachingMemoryVersion>
- <MicrosoftExtensionsConfigurationAbstractionsVersion>9.0.12</MicrosoftExtensionsConfigurationAbstractionsVersion>
- <MicrosoftExtensionsConfigurationBinderVersion>9.0.12</MicrosoftExtensionsConfigurationBinderVersion>
- <MicrosoftExtensionsConfigurationCommandLineVersion>9.0.12</MicrosoftExtensionsConfigurationCommandLineVersion>
- <MicrosoftExtensionsConfigurationEnvironmentVariablesVersion>9.0.12</MicrosoftExtensionsConfigurationEnvironmentVariablesVersion>
- <MicrosoftExtensionsConfigurationFileExtensionsVersion>9.0.12</MicrosoftExtensionsConfigurationFileExtensionsVersion>
- <MicrosoftExtensionsConfigurationIniVersion>9.0.12</MicrosoftExtensionsConfigurationIniVersion>
- <MicrosoftExtensionsConfigurationJsonVersion>9.0.12</MicrosoftExtensionsConfigurationJsonVersion>
- <MicrosoftExtensionsConfigurationVersion>9.0.12</MicrosoftExtensionsConfigurationVersion>
- <MicrosoftExtensionsConfigurationUserSecretsVersion>9.0.12</MicrosoftExtensionsConfigurationUserSecretsVersion>
- <MicrosoftExtensionsConfigurationXmlVersion>9.0.12</MicrosoftExtensionsConfigurationXmlVersion>
- <MicrosoftExtensionsDependencyInjectionAbstractionsVersion>9.0.12</MicrosoftExtensionsDependencyInjectionAbstractionsVersion>
- <MicrosoftExtensionsDependencyInjectionVersion>9.0.12</MicrosoftExtensionsDependencyInjectionVersion>
- <MicrosoftExtensionsDiagnosticsAbstractionsVersion>9.0.12</MicrosoftExtensionsDiagnosticsAbstractionsVersion>
- <MicrosoftExtensionsDiagnosticsVersion>9.0.12</MicrosoftExtensionsDiagnosticsVersion>
- <MicrosoftExtensionsFileProvidersAbstractionsVersion>9.0.12</MicrosoftExtensionsFileProvidersAbstractionsVersion>
- <MicrosoftExtensionsFileProvidersCompositeVersion>9.0.12</MicrosoftExtensionsFileProvidersCompositeVersion>
- <MicrosoftExtensionsFileProvidersPhysicalVersion>9.0.12</MicrosoftExtensionsFileProvidersPhysicalVersion>
- <MicrosoftExtensionsFileSystemGlobbingVersion>9.0.12</MicrosoftExtensionsFileSystemGlobbingVersion>
- <MicrosoftExtensionsHostFactoryResolverSourcesVersion>9.0.12-servicing.25606.9</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
- <MicrosoftExtensionsHostingAbstractionsVersion>9.0.12</MicrosoftExtensionsHostingAbstractionsVersion>
- <MicrosoftExtensionsHostingVersion>9.0.12</MicrosoftExtensionsHostingVersion>
- <MicrosoftExtensionsHttpVersion>9.0.12</MicrosoftExtensionsHttpVersion>
- <MicrosoftExtensionsLoggingAbstractionsVersion>9.0.12</MicrosoftExtensionsLoggingAbstractionsVersion>
- <MicrosoftExtensionsLoggingConfigurationVersion>9.0.12</MicrosoftExtensionsLoggingConfigurationVersion>
- <MicrosoftExtensionsLoggingConsoleVersion>9.0.12</MicrosoftExtensionsLoggingConsoleVersion>
- <MicrosoftExtensionsLoggingDebugVersion>9.0.12</MicrosoftExtensionsLoggingDebugVersion>
- <MicrosoftExtensionsLoggingEventSourceVersion>9.0.12</MicrosoftExtensionsLoggingEventSourceVersion>
- <MicrosoftExtensionsLoggingEventLogVersion>9.0.12</MicrosoftExtensionsLoggingEventLogVersion>
- <MicrosoftExtensionsLoggingVersion>9.0.12</MicrosoftExtensionsLoggingVersion>
- <MicrosoftExtensionsLoggingTraceSourceVersion>9.0.12</MicrosoftExtensionsLoggingTraceSourceVersion>
- <MicrosoftExtensionsOptionsConfigurationExtensionsVersion>9.0.12</MicrosoftExtensionsOptionsConfigurationExtensionsVersion>
- <MicrosoftExtensionsOptionsDataAnnotationsVersion>9.0.12</MicrosoftExtensionsOptionsDataAnnotationsVersion>
- <MicrosoftExtensionsOptionsVersion>9.0.12</MicrosoftExtensionsOptionsVersion>
- <MicrosoftExtensionsPrimitivesVersion>9.0.12</MicrosoftExtensionsPrimitivesVersion>
- <MicrosoftInternalRuntimeAspNetCoreTransportVersion>9.0.12-servicing.25606.9</MicrosoftInternalRuntimeAspNetCoreTransportVersion>
- <MicrosoftSourceBuildIntermediateruntimelinuxx64Version>9.0.12-servicing.25606.9</MicrosoftSourceBuildIntermediateruntimelinuxx64Version>
- <SystemCompositionVersion>9.0.12</SystemCompositionVersion>
- <SystemConfigurationConfigurationManagerVersion>9.0.12</SystemConfigurationConfigurationManagerVersion>
- <SystemDiagnosticsDiagnosticSourceVersion>9.0.12</SystemDiagnosticsDiagnosticSourceVersion>
- <SystemDiagnosticsEventLogVersion>9.0.12</SystemDiagnosticsEventLogVersion>
- <SystemDirectoryServicesProtocolsVersion>9.0.12</SystemDirectoryServicesProtocolsVersion>
- <SystemIOPipelinesVersion>9.0.12</SystemIOPipelinesVersion>
- <SystemNetHttpJsonVersion>9.0.12</SystemNetHttpJsonVersion>
- <SystemNetHttpWinHttpHandlerVersion>9.0.12</SystemNetHttpWinHttpHandlerVersion>
- <SystemNetServerSentEventsVersion>9.0.12</SystemNetServerSentEventsVersion>
- <SystemReflectionMetadataVersion>9.0.12</SystemReflectionMetadataVersion>
- <SystemResourcesExtensionsVersion>9.0.12</SystemResourcesExtensionsVersion>
- <SystemSecurityCryptographyPkcsVersion>9.0.12</SystemSecurityCryptographyPkcsVersion>
- <SystemSecurityCryptographyXmlVersion>9.0.12</SystemSecurityCryptographyXmlVersion>
- <SystemSecurityPermissionsVersion>9.0.12</SystemSecurityPermissionsVersion>
- <SystemServiceProcessServiceControllerVersion>9.0.12</SystemServiceProcessServiceControllerVersion>
- <SystemTextEncodingsWebVersion>9.0.12</SystemTextEncodingsWebVersion>
- <SystemTextJsonVersion>9.0.12</SystemTextJsonVersion>
- <SystemThreadingAccessControlVersion>9.0.12</SystemThreadingAccessControlVersion>
- <SystemThreadingChannelsVersion>9.0.12</SystemThreadingChannelsVersion>
- <SystemThreadingRateLimitingVersion>9.0.12</SystemThreadingRateLimitingVersion>
- <!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
- <MicrosoftNETCorePlatformsVersion>9.0.12-servicing.25606.9</MicrosoftNETCorePlatformsVersion>
- <MicrosoftBclAsyncInterfacesVersion>9.0.12</MicrosoftBclAsyncInterfacesVersion>
- <!-- Transitive package to provide coherency in dotnet/extensions -->
- <MicrosoftBclTimeProviderVersion>9.0.12</MicrosoftBclTimeProviderVersion>
- <SystemCollectionsImmutableVersion>9.0.12</SystemCollectionsImmutableVersion>
- <SystemDiagnosticsPerformanceCounterVersion>9.0.12</SystemDiagnosticsPerformanceCounterVersion>
- <SystemIOHashingVersion>9.0.12</SystemIOHashingVersion>
- <SystemRuntimeCachingVersion>9.0.12</SystemRuntimeCachingVersion>
- <!-- Packages from dotnet/extensions -->
- <MicrosoftExtensionsDiagnosticsTestingVersion>10.1.0-preview.1.25578.1</MicrosoftExtensionsDiagnosticsTestingVersion>
- <MicrosoftExtensionsTimeProviderTestingVersion>10.1.0-preview.1.25578.1</MicrosoftExtensionsTimeProviderTestingVersion>
- <!-- Packages from dotnet/efcore -->
- <dotnetefVersion>9.0.12</dotnetefVersion>
- <MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.12</MicrosoftEntityFrameworkCoreInMemoryVersion>
- <MicrosoftEntityFrameworkCoreRelationalVersion>9.0.12</MicrosoftEntityFrameworkCoreRelationalVersion>
- <MicrosoftEntityFrameworkCoreSqliteVersion>9.0.12</MicrosoftEntityFrameworkCoreSqliteVersion>
- <MicrosoftEntityFrameworkCoreSqlServerVersion>9.0.12</MicrosoftEntityFrameworkCoreSqlServerVersion>
- <MicrosoftEntityFrameworkCoreToolsVersion>9.0.12</MicrosoftEntityFrameworkCoreToolsVersion>
- <MicrosoftEntityFrameworkCoreVersion>9.0.12</MicrosoftEntityFrameworkCoreVersion>
- <MicrosoftEntityFrameworkCoreDesignVersion>9.0.12</MicrosoftEntityFrameworkCoreDesignVersion>
- <!-- Packages from dotnet/roslyn -->
- <MicrosoftCodeAnalysisCommonVersion>4.11.0-3.24554.2</MicrosoftCodeAnalysisCommonVersion>
- <MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>4.11.0-3.24554.2</MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>
- <MicrosoftCodeAnalysisCSharpVersion>4.11.0-3.24554.2</MicrosoftCodeAnalysisCSharpVersion>
- <MicrosoftCodeAnalysisCSharpWorkspacesVersion>4.11.0-3.24554.2</MicrosoftCodeAnalysisCSharpWorkspacesVersion>
- <MicrosoftSourceBuildIntermediateroslynVersion>4.11.0-3.24554.2</MicrosoftSourceBuildIntermediateroslynVersion>
- <!-- Packages from NuGet/Nuget.client -->
- <!-- If you update these versions, make sure to also update https://github.com/dotnet/aspnetcore/blob/main/eng/SourceBuildPrebuiltBaseline.xml -->
- <NuGetPackagingVersion>6.2.4</NuGetPackagingVersion>
- <NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
- <NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
- <!-- Packages from dotnet/arcade -->
- <MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25562.4</MicrosoftDotNetBuildTasksInstallersVersion>
- <MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25562.4</MicrosoftDotNetBuildTasksTemplatingVersion>
- <MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25562.4</MicrosoftDotNetRemoteExecutorVersion>
- <MicrosoftSourceBuildIntermediatearcadeVersion>9.0.0-beta.25562.4</MicrosoftSourceBuildIntermediatearcadeVersion>
- <!-- Packages from dotnet/source-build-externals -->
- <MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>9.0.0-alpha.1.24575.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
- <!-- Packages from dotnet/source-build-reference-packages -->
- <MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>9.0.0-alpha.1.24413.1</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>
- <!-- Packages from dotnet/symreader -->
- <MicrosoftSourceBuildIntermediatesymreaderVersion>2.2.0-beta.24327.2</MicrosoftSourceBuildIntermediatesymreaderVersion>
- <!-- Packages from dotnet/winforms -->
- <SystemDrawingCommonVersion>9.0.0-rtm.24512.2</SystemDrawingCommonVersion>
- <!-- Packages from dotnet/xdt -->
- <MicrosoftWebXdtVersion>10.0.0-preview.24609.2</MicrosoftWebXdtVersion>
- <MicrosoftSourceBuildIntermediatexdtVersion>10.0.0-preview.24609.2</MicrosoftSourceBuildIntermediatexdtVersion>
- </PropertyGroup>
- <!--
- ^^^^^^^^^^
- 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.
- -->
- <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.
- -->
- <MicrosoftNETCoreAppRuntimeVersion>$(MicrosoftNETCoreAppRuntimewinx64Version)</MicrosoftNETCoreAppRuntimeVersion>
- </PropertyGroup>
- <PropertyGroup Label="Manual">
- <!-- DiagnosticAdapter package pinned temporarily (??) until migrated/deprecated -->
- <!-- This is the latest version found in dotnet-public. -->
- <MicrosoftExtensionsDiagnosticAdapterVersion>5.0.0-preview.3.20215.2</MicrosoftExtensionsDiagnosticAdapterVersion>
- <!-- Build tool dependencies -->
- <MicrosoftVSSDKBuildToolsVersion>15.9.3032</MicrosoftVSSDKBuildToolsVersion>
- <RepoTasksSystemSecurityCryptographyXmlVersion>8.0.0</RepoTasksSystemSecurityCryptographyXmlVersion>
- <!-- Stable dotnet/corefx packages no longer updated for .NET Core 3 -->
- <MicrosoftCSharpVersion>4.7.0</MicrosoftCSharpVersion>
- <MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>
- <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>
- <SystemPrivateUriVersion>4.3.2</SystemPrivateUriVersion>
- <SystemSecurityCryptographyX509CertificatesVersion>4.3.2</SystemSecurityCryptographyX509CertificatesVersion>
- <SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion>
- <SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
- <SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
- <!-- Packages developed by @aspnet, but manually updated as necessary. -->
- <MicrosoftAspNetWebApiClientVersion>5.2.6</MicrosoftAspNetWebApiClientVersion>
- <MicrosoftAspNetCoreRazorLanguageVersion>6.0.0</MicrosoftAspNetCoreRazorLanguageVersion>
- <MicrosoftAspNetCoreMvcRazorExtensionsVersion>6.0.0</MicrosoftAspNetCoreMvcRazorExtensionsVersion>
- <MicrosoftCodeAnalysisRazorVersion>6.0.0</MicrosoftCodeAnalysisRazorVersion>
- <!-- Partner teams -->
- <MicrosoftBCLHashCodeVersion>1.1.1</MicrosoftBCLHashCodeVersion>
- <MicrosoftBuildVersion>17.8.43</MicrosoftBuildVersion>
- <MicrosoftAzureSignalRVersion>1.2.0</MicrosoftAzureSignalRVersion>
- <MicrosoftBuildFrameworkVersion>17.8.43</MicrosoftBuildFrameworkVersion>
- <MicrosoftBuildTasksCoreVersion>17.8.43</MicrosoftBuildTasksCoreVersion>
- <MicrosoftBuildUtilitiesCoreVersion>17.8.43</MicrosoftBuildUtilitiesCoreVersion>
- <MicrosoftBuildLocatorVersion>1.2.6</MicrosoftBuildLocatorVersion>
- <!--
- Temporarily override the Microsoft.NET.Test.Sdk version Arcade defaults to. That's incompatible w/ test
- framework in current .NET SDKs.
- -->
- <MicrosoftNETTestSdkVersion>17.1.0-preview-20211109-03</MicrosoftNETTestSdkVersion>
- <!--
- Also use a newer, publicly-released version of the templating engine than the Arcade default.
- https://github.com/dotnet/templating/blob/main/docs/Localization.md recommends updating the version when
- preview or stable versions are released to NuGet.org.
- -->
- <MicrosoftTemplateEngineAuthoringTasksVersion>8.0.100-alpha.1.22607.1</MicrosoftTemplateEngineAuthoringTasksVersion>
- <!--
- Versions of Microsoft.CodeAnalysis packages referenced by analyzers shipped in the SDK.
- This need to be pinned since they're used in 3.1 apps and need to be loadable in VS 2019.
- If you update these versions, make sure to also update https://github.com/dotnet/aspnetcore/blob/main/eng/SourceBuildPrebuiltBaseline.xml
- -->
- <Analyzer_MicrosoftCodeAnalysisCSharpVersion>3.3.1</Analyzer_MicrosoftCodeAnalysisCSharpVersion>
- <Analyzer_MicrosoftCodeAnalysisCSharpWorkspacesVersion>3.3.1</Analyzer_MicrosoftCodeAnalysisCSharpWorkspacesVersion>
- <!-- Pin the version of the M.CA dependencies that we utilize with a cutom version property $(MicrosoftCodeAnalysisVersion_LatestVS) to avoid automatically
- consuming the newest version of the packages when using the $(MicrosoftCodeAnalysisCSharpVersion) properties in source-build. -->
- <MicrosoftCodeAnalysisVersion_LatestVS>4.11.0-3.24554.2</MicrosoftCodeAnalysisVersion_LatestVS>
- <MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>4.11.0-3.24554.2</MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>
- <MicrosoftCodeAnalysisCommonVersion>4.11.0-3.24554.2</MicrosoftCodeAnalysisCommonVersion>
- <MicrosoftCodeAnalysisCSharpVersion>4.11.0-3.24554.2</MicrosoftCodeAnalysisCSharpVersion>
- <MicrosoftCodeAnalysisCSharpWorkspacesVersion>4.11.0-3.24554.2</MicrosoftCodeAnalysisCSharpWorkspacesVersion>
- <MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.3.3</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
- <MicrosoftCodeAnalysisCSharpAnalyzerTestingXUnitVersion>1.1.2-beta1.24121.1</MicrosoftCodeAnalysisCSharpAnalyzerTestingXUnitVersion>
- <MicrosoftCodeAnalysisCSharpCodeFixTestingXUnitVersion>1.1.2-beta1.24121.1</MicrosoftCodeAnalysisCSharpCodeFixTestingXUnitVersion>
- <MicrosoftCssParserVersion>1.0.0-20230414.1</MicrosoftCssParserVersion>
- <MicrosoftIdentityModelLoggingVersion>$(IdentityModelVersion)</MicrosoftIdentityModelLoggingVersion>
- <MicrosoftIdentityModelProtocolsOpenIdConnectVersion>$(IdentityModelVersion)</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
- <MicrosoftIdentityModelProtocolsWsFederationVersion>$(IdentityModelVersion)</MicrosoftIdentityModelProtocolsWsFederationVersion>
- <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>
- <SystemIdentityModelTokensJwtVersion>$(IdentityModelVersion)</SystemIdentityModelTokensJwtVersion>
- <SystemComponentModelAnnotationsVersion>5.0.0</SystemComponentModelAnnotationsVersion>
- <SystemNetExperimentalMsQuicVersion>5.0.0-alpha.20560.6</SystemNetExperimentalMsQuicVersion>
- <SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
- <!-- Packages from downlevel branches used for site extension build. -->
- <MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version>6.0.25-servicing-23523-15</MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version>
- <MicrosoftAspNetCoreAzureAppServicesSiteExtension60x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension60x64Version>
- <MicrosoftAspNetCoreAzureAppServicesSiteExtension60x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension60x86Version>
- <MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version>8.0.0-rtm-23531-12</MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version>
- <MicrosoftAspNetCoreAzureAppServicesSiteExtension80x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension80x64Version>
- <MicrosoftAspNetCoreAzureAppServicesSiteExtension80x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension80x86Version>
- <!-- 3rd party dependencies -->
- <AzureIdentityVersion>1.11.4</AzureIdentityVersion>
- <AngleSharpVersion>0.9.9</AngleSharpVersion>
- <BenchmarkDotNetVersion>0.13.0</BenchmarkDotNetVersion>
- <CastleCoreVersion>4.2.1</CastleCoreVersion>
- <CommandLineParserVersion>2.3.0</CommandLineParserVersion>
- <FSharpCoreVersion>6.0.0</FSharpCoreVersion>
- <GoogleApiCommonProtosVersion>2.15.0</GoogleApiCommonProtosVersion>
- <GoogleProtobufVersion>3.27.0</GoogleProtobufVersion>
- <GrpcAspNetCoreVersion>2.64.0</GrpcAspNetCoreVersion>
- <GrpcAspNetCoreServerVersion>2.64.0</GrpcAspNetCoreServerVersion>
- <GrpcAuthVersion>2.64.0</GrpcAuthVersion>
- <GrpcNetClientVersion>2.64.0</GrpcNetClientVersion>
- <GrpcToolsVersion>2.64.0</GrpcToolsVersion>
- <MessagePackVersion>2.5.187</MessagePackVersion>
- <MicrosoftIdentityWebVersion>3.0.0</MicrosoftIdentityWebVersion>
- <MicrosoftIdentityWebGraphServiceClientVersion>3.0.0</MicrosoftIdentityWebGraphServiceClientVersion>
- <MicrosoftIdentityWebUIVersion>3.0.0</MicrosoftIdentityWebUIVersion>
- <MicrosoftIdentityWebDownstreamApiVersion>3.0.0</MicrosoftIdentityWebDownstreamApiVersion>
- <MicrosoftIoRedistVersion>6.0.1</MicrosoftIoRedistVersion>
- <MicrosoftWindowsCsWin32Version>0.3.46-beta</MicrosoftWindowsCsWin32Version>
- <MessagePackAnalyzerVersion>$(MessagePackVersion)</MessagePackAnalyzerVersion>
- <MoqVersion>4.10.0</MoqVersion>
- <MonoCecilVersion>0.11.2</MonoCecilVersion>
- <MonoTextTemplatingVersion>2.2.1</MonoTextTemplatingVersion>
- <NewtonsoftJsonBsonVersion>1.0.2</NewtonsoftJsonBsonVersion>
- <NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
- <NSwagApiDescriptionClientVersion>13.0.4</NSwagApiDescriptionClientVersion>
- <PhotinoNETVersion>2.5.2</PhotinoNETVersion>
- <MicrosoftPlaywrightVersion>1.45.1</MicrosoftPlaywrightVersion>
- <PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
- <PollyVersion>7.2.4</PollyVersion>
- <SeleniumSupportVersion>4.22.0</SeleniumSupportVersion>
- <SeleniumWebDriverVersion>4.22.0</SeleniumWebDriverVersion>
- <SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
- <SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion>
- <StackExchangeRedisVersion>2.7.27</StackExchangeRedisVersion>
- <SystemReactiveLinqVersion>5.0.0</SystemReactiveLinqVersion>
- <SwashbuckleAspNetCoreVersion>6.6.2</SwashbuckleAspNetCoreVersion>
- <VerifyXunitVersion>19.14.0</VerifyXunitVersion>
- <XunitAbstractionsVersion>2.0.3</XunitAbstractionsVersion>
- <XunitAnalyzersVersion>1.0.0</XunitAnalyzersVersion>
- <XunitVersion>2.4.2</XunitVersion>
- <XunitAssertVersion>$(XunitVersion)</XunitAssertVersion>
- <XunitExtensibilityCoreVersion>$(XunitVersion)</XunitExtensibilityCoreVersion>
- <XunitExtensibilityExecutionVersion>$(XunitVersion)</XunitExtensibilityExecutionVersion>
- <XUnitRunnerVisualStudioVersion>2.4.3</XUnitRunnerVisualStudioVersion>
- <MicrosoftDataSqlClientVersion>4.0.5</MicrosoftDataSqlClientVersion>
- <MicrosoftOpenApiVersion>1.6.17</MicrosoftOpenApiVersion>
- <MicrosoftOpenApiReadersVersion>1.6.17</MicrosoftOpenApiReadersVersion>
- <!-- dotnet tool versions (see also auto-updated DotnetEfVersion property). -->
- <DotnetDumpVersion>6.0.322601</DotnetDumpVersion>
- <DotnetServeVersion>1.10.93</DotnetServeVersion>
- <MicrosoftPlaywrightCLIVersion>1.2.3</MicrosoftPlaywrightCLIVersion>
- </PropertyGroup>
- </Project>
|