/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
eng/Versions.props
227 строк
17 KB
Javier Calvarro Nelson
[Blazor] Migrate Components.Testing from xUnit v3 to MSTest on MTP (#67083)
10 авг 2026, 11:47
Не верифицирован
10 авг 2026, 11:47
1d5f6d8
Код
Авторство
О чём код?
<!-- This file defines the versions of external dependencies used by ASP.NET Core. --> <Project> <Import Project="Version.Details.props" /> <PropertyGroup Label="Version settings"> <AspNetCoreMajorVersion>11</AspNetCoreMajorVersion> <AspNetCoreMinorVersion>0</AspNetCoreMinorVersion> <AspNetCorePatchVersion>0</AspNetCorePatchVersion> <PreReleaseVersionIteration>1</PreReleaseVersionIteration> <IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">8.19.2</IdentityModelVersion> <IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">*-*</IdentityModelVersion> <PreReleaseVersionLabel>rc</PreReleaseVersionLabel> <!-- Allowed values: '', 'prerelease', 'release'. Set to 'release' when stabilizing. --> <DotNetFinalVersionKind></DotNetFinalVersionKind> <!-- Label and iteration used by packages that intentionally never stabilize. Such projects set SuppressFinalPackageVersion=true and override PreReleaseVersionLabel/PreReleaseVersionIteration with these values, so they keep producing dated prerelease versions (e.g. 11.0.0-preview.7.25580.1) even when the rest of the repo builds RC or RTM versions. Overriding the label is required because Arcade builds the version suffix from PreReleaseVersionLabel, and because the suffix logic is skipped entirely when that label is empty. --> <PreviewOnlyPackagePreReleaseVersionLabel>preview</PreviewOnlyPackagePreReleaseVersionLabel> <PreviewOnlyPackagePreReleaseVersionIteration>7</PreviewOnlyPackagePreReleaseVersionIteration> <!-- PreReleaseBrandingLabel is automatically calculated based on PreReleaseVersionLabel --> <PreReleaseBrandingLabel Condition="'$(PreReleaseVersionLabel)' == 'alpha'">Alpha $(PreReleaseVersionIteration)</PreReleaseBrandingLabel> <PreReleaseBrandingLabel Condition="'$(PreReleaseVersionLabel)' == 'preview'">Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel> <PreReleaseBrandingLabel Condition="'$(PreReleaseVersionLabel)' == 'rc'">RC $(PreReleaseVersionIteration)</PreReleaseBrandingLabel> <PreReleaseBrandingLabel Condition="'$(PreReleaseVersionLabel)' == 'rtm'">RTM</PreReleaseBrandingLabel> <PreReleaseBrandingLabel Condition="'$(PreReleaseVersionLabel)' == 'servicing'">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>net11.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>net10.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> <!-- Allow missing prune package data when not targeting the current .NET version --> <AllowMissingPrunePackageData Condition="'$(DefaultNetCoreTargetFramework)' != '$(NetCurrent)'">true</AllowMissingPrunePackageData> </PropertyGroup> <!-- Versions below this comment are not managed by automation and can be changed as needed. --> <PropertyGroup Label="Manual"> <!-- Dependencies from maintenance-packages --> <MicrosoftBCLHashCodeVersion>6.0.0</MicrosoftBCLHashCodeVersion> <MicrosoftIoRedistVersion>6.1.3</MicrosoftIoRedistVersion> <SystemBuffersVersion>4.6.1</SystemBuffersVersion> <SystemMemoryVersion>4.6.3</SystemMemoryVersion> <SystemThreadingTasksExtensionsVersion>4.6.3</SystemThreadingTasksExtensionsVersion> <SystemValueTupleVersion>4.6.2</SystemValueTupleVersion> <!-- 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> <!-- 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> <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> <SystemSecurityCryptographyX509CertificatesVersion>4.3.2</SystemSecurityCryptographyX509CertificatesVersion> <SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion> <!-- 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 --> <MicrosoftAzureSignalRVersion>1.2.0</MicrosoftAzureSignalRVersion> <MicrosoftBuildLocatorVersion>1.2.6</MicrosoftBuildLocatorVersion> <!-- 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. --> <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 custom 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.13.0-3.24613.7</MicrosoftCodeAnalysisVersion_LatestVS> <MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.3.3</MicrosoftCodeAnalysisPublicApiAnalyzersVersion> <MicrosoftCodeAnalysisCSharpAnalyzerTestingVersion>1.1.2</MicrosoftCodeAnalysisCSharpAnalyzerTestingVersion> <MicrosoftCodeAnalysisCSharpCodeFixTestingVersion>1.1.2</MicrosoftCodeAnalysisCSharpCodeFixTestingVersion> <MicrosoftCodeAnalysisCSharpSourceGeneratorsTestingVersion>1.1.2</MicrosoftCodeAnalysisCSharpSourceGeneratorsTestingVersion> <!-- Specifies the version of Roslyn that should be referenced by source generators. This gets overriden by source-build, separately from MicrosoftCodeAnalysisVersion_LatestVS. --> <MicrosoftCodeAnalysisSourceGeneratorVersion>$(MicrosoftCodeAnalysisVersion_LatestVS)</MicrosoftCodeAnalysisSourceGeneratorVersion> <MicrosoftCssParserVersion>1.0.0-20230414.1</MicrosoftCssParserVersion> <MicrosoftIdentityModelJsonWebTokensVersion>$(IdentityModelVersion)</MicrosoftIdentityModelJsonWebTokensVersion> <MicrosoftIdentityModelLoggingVersion>$(IdentityModelVersion)</MicrosoftIdentityModelLoggingVersion> <MicrosoftIdentityModelProtocolsOpenIdConnectVersion>$(IdentityModelVersion)</MicrosoftIdentityModelProtocolsOpenIdConnectVersion> <MicrosoftIdentityModelProtocolsWsFederationVersion>$(IdentityModelVersion)</MicrosoftIdentityModelProtocolsWsFederationVersion> <MicrosoftInternalAspNetCoreH2SpecAllVersion>2.2.1</MicrosoftInternalAspNetCoreH2SpecAllVersion> <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. --> <MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version>8.0.0-rtm-23531-12</MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version> <MicrosoftAspNetCoreAzureAppServicesSiteExtension80x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension80x64Version> <MicrosoftAspNetCoreAzureAppServicesSiteExtension80x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension80x86Version> <MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version>9.0.0-rtm-24529-3</MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version> <MicrosoftAspNetCoreAzureAppServicesSiteExtension90x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension90x64Version> <MicrosoftAspNetCoreAzureAppServicesSiteExtension90x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension90x86Version> <MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version>10.0.0-rtm-25523-111</MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version> <MicrosoftAspNetCoreAzureAppServicesSiteExtension100x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension100x64Version> <MicrosoftAspNetCoreAzureAppServicesSiteExtension100x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension100x86Version> <!-- 3rd party dependencies --> <AzureIdentityVersion>1.11.4</AzureIdentityVersion> <AngleSharpVersion>1.5.2</AngleSharpVersion> <BenchmarkDotNetVersion>0.13.0</BenchmarkDotNetVersion> <CastleCoreVersion>5.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.302</MessagePackVersion> <!-- Extensions packages for Blazor WASM Service Defaults --> <MicrosoftExtensionsHttpResilienceVersion>10.0.0</MicrosoftExtensionsHttpResilienceVersion> <MicrosoftIdentityWebVersion>3.15.1</MicrosoftIdentityWebVersion> <MicrosoftIdentityWebGraphServiceClientVersion>3.15.1</MicrosoftIdentityWebGraphServiceClientVersion> <MicrosoftIdentityWebUIVersion>3.15.1</MicrosoftIdentityWebUIVersion> <MicrosoftIdentityWebDownstreamApiVersion>3.15.1</MicrosoftIdentityWebDownstreamApiVersion> <MicrosoftWindowsCsWin32Version>0.3.296</MicrosoftWindowsCsWin32Version> <MessagePackAnalyzerVersion>$(MessagePackVersion)</MessagePackAnalyzerVersion> <ModelContextProtocolVersion>2.1.0</ModelContextProtocolVersion> <ModelContextProtocolAspNetCoreVersion>$(ModelContextProtocolVersion)</ModelContextProtocolAspNetCoreVersion> <MoqVersion>4.20.72</MoqVersion> <MonoCecilVersion>0.11.2</MonoCecilVersion> <MonoTextTemplatingVersion>2.2.1</MonoTextTemplatingVersion> <NewtonsoftJsonBsonVersion>1.0.2</NewtonsoftJsonBsonVersion> <NewtonsoftJsonVersion>13.0.4</NewtonsoftJsonVersion> <NSwagApiDescriptionClientVersion>13.0.4</NSwagApiDescriptionClientVersion> <!-- OpenTelemetry packages for Blazor WASM Service Defaults --> <OpenTelemetryExporterOpenTelemetryProtocolVersion>1.15.3</OpenTelemetryExporterOpenTelemetryProtocolVersion> <OpenTelemetryExtensionsHostingVersion>1.15.3</OpenTelemetryExtensionsHostingVersion> <OpenTelemetryInstrumentationHttpVersion>1.15.1</OpenTelemetryInstrumentationHttpVersion> <OpenTelemetryInstrumentationAspNetCoreVersion>1.15.1</OpenTelemetryInstrumentationAspNetCoreVersion> <OpenTelemetryInstrumentationRuntimeVersion>1.15.1</OpenTelemetryInstrumentationRuntimeVersion> <PhotinoNETVersion>2.5.2</PhotinoNETVersion> <MicrosoftPlaywrightVersion>1.61.0</MicrosoftPlaywrightVersion> <MicrosoftPlaywrightTestAdapterVersion>$(MicrosoftPlaywrightVersion)</MicrosoftPlaywrightTestAdapterVersion> <PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion> <PollyVersion>7.2.4</PollyVersion> <SeleniumSupportVersion>4.45.0</SeleniumSupportVersion> <SeleniumWebDriverVersion>4.45.0</SeleniumWebDriverVersion> <SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion> <SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion> <SharpFuzzVersion>2.2.0</SharpFuzzVersion> <StackExchangeRedisVersion>2.7.27</StackExchangeRedisVersion> <SystemReactiveLinqVersion>5.0.0</SystemReactiveLinqVersion> <SwashbuckleAspNetCoreVersion>6.6.2</SwashbuckleAspNetCoreVersion> <VerifySourceGeneratorsVersion>2.2.0</VerifySourceGeneratorsVersion> <VerifyXunitVersion>19.14.0</VerifyXunitVersion> <XunitAbstractionsVersion>2.0.3</XunitAbstractionsVersion> <XunitAnalyzersVersion>1.15.0</XunitAnalyzersVersion> <XunitVersion>2.9.2</XunitVersion> <XunitAssertVersion>$(XunitVersion)</XunitAssertVersion> <XunitExtensibilityCoreVersion>$(XunitVersion)</XunitExtensibilityCoreVersion> <XunitExtensibilityExecutionVersion>$(XunitVersion)</XunitExtensibilityExecutionVersion> <XUnitRunnerVisualStudioVersion>3.1.3</XUnitRunnerVisualStudioVersion> <!-- xUnit v3 packages (used by Components.Testing library unit tests) --> <XunitV3Version>3.2.2</XunitV3Version> <XunitV3ExtensibilityCoreVersion>$(XunitV3Version)</XunitV3ExtensibilityCoreVersion> <!-- MSTest + MTP packages (used by Components.Testing E2E infrastructure) --> <MSTestVersion>4.2.3</MSTestVersion> <MSTestTestFrameworkVersion>$(MSTestVersion)</MSTestTestFrameworkVersion> <MicrosoftTestingExtensionsTrxReportVersion>2.2.3</MicrosoftTestingExtensionsTrxReportVersion> <!-- Components.Testing dependencies --> <YarpReverseProxyVersion>2.3.0</YarpReverseProxyVersion> <MicrosoftDataSqlClientVersion>7.0.0</MicrosoftDataSqlClientVersion> <MicrosoftDataSqlClientExtensionsAzureVersion>1.0.0</MicrosoftDataSqlClientExtensionsAzureVersion> <MicrosoftOpenApiVersion>[3.9.0,4.0.0)</MicrosoftOpenApiVersion> <MicrosoftOpenApiYamlReaderVersion>[3.9.0,4.0.0)</MicrosoftOpenApiYamlReaderVersion> <!-- 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>