razor-tooling/eng/Versions.props

104 строки
6.7 KiB
Plaintext
Исходник Обычный вид История

<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Opt-in arcade features -->
<PropertyGroup>
<UsingToolVSSDK>true</UsingToolVSSDK>
2022-08-31 21:00:09 +03:00
<MicrosoftVSSDKBuildToolsVersion>17.3.2094</MicrosoftVSSDKBuildToolsVersion>
<MicroBuildPluginsSwixBuildVersion>1.1.33</MicroBuildPluginsSwixBuildVersion>
<UsingToolSymbolUploader>true</UsingToolSymbolUploader>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
</PropertyGroup>
<!-- Opt out Arcade features -->
<PropertyGroup>
<UsingToolXliff>true</UsingToolXliff>
</PropertyGroup>
<!-- Versioning for assemblies/packages -->
<PropertyGroup>
2024-05-20 11:47:48 +03:00
<MajorVersion>9</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
2021-04-17 02:49:36 +03:00
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
2019-09-14 22:53:32 +03:00
<!--
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
-->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
2019-09-14 22:53:32 +03:00
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
</PropertyGroup>
[master] Update dependencies from aspnet/Extensions (#409) * Update dependencies from https://github.com/aspnet/Extensions build 20190410.2 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19210.2 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19210.2 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.Logging - 3.0.0-preview5.19210.2 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) * Try a coherent SDK and Runtime * Try again * Fix codecheck * Update dependencies from https://github.com/aspnet/Extensions build 20190410.2 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19210.2 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19210.2 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.Logging - 3.0.0-preview5.19210.2 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) * Try again * Update dependencies from https://github.com/aspnet/Extensions build 20190410.2 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19210.2 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19210.2 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.Logging - 3.0.0-preview5.19210.2 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) * Update dependencies from https://github.com/aspnet/Extensions build 20190412.9 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19212.9 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19212.9 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19212.9 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19212.9 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19212.9 - Microsoft.Extensions.Logging - 3.0.0-preview5.19212.9 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27611-18 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27611-18 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27611-18 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19211.22 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27611-18 (parent: Microsoft.Extensions.Logging) * Update dependencies from https://github.com/aspnet/Extensions build 20190413.4 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19213.4 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19213.4 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19213.4 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19213.4 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19213.4 - Microsoft.Extensions.Logging - 3.0.0-preview5.19213.4 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-02 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-02 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27613-02 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-02 (parent: Microsoft.Extensions.Logging) * Update dependencies from https://github.com/aspnet/Extensions build 20190414.1 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19214.1 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19214.1 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19214.1 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19214.1 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19214.1 - Microsoft.Extensions.Logging - 3.0.0-preview5.19214.1 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-11 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-11 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27613-11 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-11 (parent: Microsoft.Extensions.Logging) * Restore with the appropriate RuntimeFrameworkVersion before building or publishing * Fix incremental test * Update dependencies from https://github.com/aspnet/Extensions build 20190416.8 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19216.8 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19216.8 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19216.8 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19216.8 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19216.8 - Microsoft.Extensions.Logging - 3.0.0-preview5.19216.8 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27616-01 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27616-01 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27616-01 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19215.16 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27616-01 (parent: Microsoft.Extensions.Logging)
2019-04-17 19:16:34 +03:00
<!--
Versioning for tooling releases.
Note: Using $(OfficialBuildId) because the other version-related properties are defined yet when this is
imported. This OK because we want to just have an obvious salt for a local build.
-->
<PropertyGroup>
2024-08-26 23:59:43 +03:00
<VsixVersionPrefix>17.12.3</VsixVersionPrefix>
2024-06-25 22:01:07 +03:00
<AddinMajorVersion>17.12</AddinMajorVersion>
<AddinVersion>$(AddinMajorVersion)</AddinVersion>
<AddinVersion Condition="'$(OfficialBuildId)' != ''">$(AddinVersion).$(OfficialBuildId)</AddinVersion>
<AddinVersion Condition="'$(OfficialBuildId)' == ''">$(AddinVersion).42424242.42</AddinVersion>
</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/main/Documentation/Darc.md for instructions on using darc.
-->
2022-10-13 19:35:21 +03:00
<PropertyGroup Label="Automated">
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>6.0.2-servicing.22064.6</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>6.0.1</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesPackageVersion>10.0.0-alpha.1.24459.1</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesPackageVersion>
<MicrosoftSourceBuildIntermediatearcadePackageVersion>9.0.0-beta.24453.1</MicrosoftSourceBuildIntermediatearcadePackageVersion>
<MicrosoftDotNetXliffTasksPackageVersion>1.0.0-beta.23475.1</MicrosoftDotNetXliffTasksPackageVersion>
<MicrosoftSourceBuildIntermediatexlifftasksPackageVersion>1.0.0-beta.23475.1</MicrosoftSourceBuildIntermediatexlifftasksPackageVersion>
2024-09-18 00:20:51 +03:00
<MicrosoftNetCompilersToolsetPackageVersion>4.12.0-3.24466.4</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftCommonLanguageServerProtocolFrameworkPackageVersion>4.12.0-3.24466.4</MicrosoftCommonLanguageServerProtocolFrameworkPackageVersion>
<MicrosoftCodeAnalysisExternalAccessRazorPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisExternalAccessRazorPackageVersion>
<MicrosoftCodeAnalysisCommonPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisCommonPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpEditorFeaturesPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisCSharpEditorFeaturesPackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
<MicrosoftCodeAnalysisEditorFeaturesPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisEditorFeaturesPackageVersion>
<MicrosoftCodeAnalysisEditorFeaturesCommonPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisEditorFeaturesCommonPackageVersion>
<MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>
<MicrosoftCodeAnalysisEditorFeaturesWpfPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisEditorFeaturesWpfPackageVersion>
<MicrosoftCodeAnalysisRemoteServiceHubPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisRemoteServiceHubPackageVersion>
<MicrosoftCodeAnalysisTestUtilitiesPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisTestUtilitiesPackageVersion>
<MicrosoftCodeAnalysisVisualBasicWorkspacesPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisVisualBasicWorkspacesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.12.0-3.24466.4</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftSourceBuildIntermediateroslynPackageVersion>4.12.0-3.24466.4</MicrosoftSourceBuildIntermediateroslynPackageVersion>
<MicrosoftVisualStudioLanguageServicesPackageVersion>4.12.0-3.24466.4</MicrosoftVisualStudioLanguageServicesPackageVersion>
<!--
Exception - Microsoft.Extensions.ObjectPool and System.Collections.Immutable packages are not updated by automation,
but are present in Version.Details.xml for source-build PVP flow. See the comment in Version.Details.xml for more information.
-->
<MicrosoftExtensionsObjectPoolPackageVersion>8.0.0</MicrosoftExtensionsObjectPoolPackageVersion>
<SystemCollectionsImmutablePackageVersion>8.0.0</SystemCollectionsImmutablePackageVersion>
<SystemReflectionMetadataPackageVersion>8.0.0</SystemReflectionMetadataPackageVersion>
</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="Manual">
<!-- dotnet/runtime packages -->
<MicrosoftNETSdkRazorPackageVersion>6.0.0-alpha.1.21072.5</MicrosoftNETSdkRazorPackageVersion>
<!--
These are properties that control the versions of the various packages that are used in arcade. They control
PackageReference versions directly in arcade.
-->
2023-04-14 21:21:52 +03:00
<MicrosoftNetCompilersToolsetVersion>$(MicrosoftNetCompilersToolsetPackageVersion)</MicrosoftNetCompilersToolsetVersion>
<XUnitVersion>2.6.3</XUnitVersion>
2023-12-21 04:08:30 +03:00
<XUnitAnalyzersVersion>1.7.0</XUnitAnalyzersVersion>
</PropertyGroup>
</Project>