Versions.props 6.4 KB
Newer Older
R
Robert LaDuca 已提交
1 2 3
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
4 5
    <MajorVersion>6</MajorVersion>
    <MinorVersion>0</MinorVersion>
6
    <PatchVersion>10</PatchVersion>
7 8 9 10 11 12 13 14 15 16 17 18 19 20
    <VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
    <!--
      Set assembly version to align with major and minor version, as for the patches and revisions should be manually
      updated per assembly if it is serviced.

      Note, any components that aren't exposed as references in the targeting pack (like analyzers/generators) those should rev
      so that they can exist sxs. The compiler relies on different version to change assembly version for caching purposes.

      Because it is possible to build on a lower version and run on a higher version, we're locking the targeting pack and the runtime
      assembly vesions to 6.0.2.
      There's still a risk that some customers building on 6.0.2+ and trying to run on 6.0.0 and 6.0.1 will still have issue, but
      those issues can be mitigated with a workaround described in https://github.com/dotnet/core/issues/7176.
      -->
    <AssemblyVersion>$(MajorVersion).$(MinorVersion).2.0</AssemblyVersion>
21
    <PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
22 23
    <PreReleaseVersionIteration>
    </PreReleaseVersionIteration>
24 25
    <SystemIOPackagingVersion>6.0.0</SystemIOPackagingVersion>
    <SystemResourcesExtensionsVersion>6.0.0</SystemResourcesExtensionsVersion>
R
Robert LaDuca 已提交
26 27 28
  </PropertyGroup>
  <!-- NuGet Package Versions -->
  <PropertyGroup>
D
DotNet-Bot 已提交
29
    <MicrosoftPrivateWinformsVersion>6.0.10-servicing.22463.10</MicrosoftPrivateWinformsVersion>
R
Robert LaDuca 已提交
30 31 32
  </PropertyGroup>
  <!-- Packages that come from https://github.com/dotnet/coreclr -->
  <PropertyGroup>
33
    <MicrosoftNETCoreRuntimeCoreCLRVersion>5.0.0-alpha1.19562.1</MicrosoftNETCoreRuntimeCoreCLRVersion>
D
DotNet-Bot 已提交
34 35
    <MicrosoftNETCoreILDAsmVersion>6.0.9-servicing.22451.7</MicrosoftNETCoreILDAsmVersion>
    <MicrosoftNETCoreILAsmVersion>6.0.9-servicing.22451.7</MicrosoftNETCoreILAsmVersion>
R
Robert LaDuca 已提交
36 37 38
  </PropertyGroup>
  <!-- Packages that come from https://github.com/dotnet/core-setup -->
  <PropertyGroup>
D
DotNet-Bot 已提交
39
    <VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion>6.0.9-servicing.22451.7</VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion>
40 41
    <MicrosoftNETCoreAppRefVersion>6.0.9</MicrosoftNETCoreAppRefVersion>
    <MicrosoftNETCoreAppRuntimewinx64Version>6.0.9</MicrosoftNETCoreAppRuntimewinx64Version>
42
    <MicrosoftNETCorePlatformsVersion>6.0.5</MicrosoftNETCorePlatformsVersion>
43 44 45
    <SystemDrawingCommonVersion>6.0.0</SystemDrawingCommonVersion>
    <SystemDirectoryServicesVersion>6.0.0</SystemDirectoryServicesVersion>
    <SystemReflectionMetadataLoadContextVersion>6.0.0</SystemReflectionMetadataLoadContextVersion>
R
Robert LaDuca 已提交
46 47 48
  </PropertyGroup>
  <!-- Packages that come from https://github.com/dotnet/corefx via core-setup coherency parent dependency -->
  <PropertyGroup>
49
    <SystemCodeDomPackageVersion>6.0.0</SystemCodeDomPackageVersion>
50
    <SystemConfigurationConfigurationManagerPackageVersion>6.0.1</SystemConfigurationConfigurationManagerPackageVersion>
51
    <SystemDiagnosticsEventLogPackageVersion>6.0.0</SystemDiagnosticsEventLogPackageVersion>
52
    <SystemReflectionTypeExtensionsPackageVersion>4.6.0-preview4.19176.11</SystemReflectionTypeExtensionsPackageVersion>
53
    <SystemSecurityCryptographyXmlPackageVersion>6.0.1</SystemSecurityCryptographyXmlPackageVersion>
54 55
    <SystemSecurityPermissionsPackageVersion>6.0.0</SystemSecurityPermissionsPackageVersion>
    <SystemWindowsExtensionsPackageVersion>6.0.0</SystemWindowsExtensionsPackageVersion>
R
Robert LaDuca 已提交
56 57 58
  </PropertyGroup>
  <!-- Packages that come from https://github.com/dotnet/arcade -->
  <PropertyGroup>
59 60 61
    <MicrosoftDotNetApiCompatVersion>6.0.0-beta.22463.7</MicrosoftDotNetApiCompatVersion>
    <MicrosoftDotNetCodeAnalysisPackageVersion>6.0.0-beta.22463.7</MicrosoftDotNetCodeAnalysisPackageVersion>
    <MicrosoftDotNetGenAPIVersion>6.0.0-beta.22463.7</MicrosoftDotNetGenAPIVersion>
R
Robert LaDuca 已提交
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
  </PropertyGroup>
  <!-- Maintain System.CodeDom PackageVersion at 4.4.0. See https://github.com/Microsoft/msbuild/issues/3627 -->
  <!-- Pin specific versions of S.Memory so that it would supply AssemblyVersion=4.0.1.0. See https://github.com/dotnet/runtime/issues/31672 -->
  <PropertyGroup>
    <SystemCodeDomPackageVersionForPresentationBuildTasks>4.4.0</SystemCodeDomPackageVersionForPresentationBuildTasks>
  </PropertyGroup>
  <!-- Other Packages that require manual updating-->
  <PropertyGroup>
    <MicrosoftBuildFrameworkPackageVersion>15.9.20</MicrosoftBuildFrameworkPackageVersion>
    <MicrosoftBuildUtilitiesCorePackageVersion>15.9.20</MicrosoftBuildUtilitiesCorePackageVersion>
    <XUnitVersion>2.4.0</XUnitVersion>
    <XUnitRunnerConsoleVersion>$(XUnitVersion)</XUnitRunnerConsoleVersion>
    <XUnitRunnerVisualStudioVersion>$(XUnitVersion)</XUnitRunnerVisualStudioVersion>
    <!-- 
        Also in global.json 
        Used in Wpf.Cpp.PrivateTools.props/targets 
78
    <MsvcurtC1xxVersion>0.0.1.2</MsvcurtC1xxVersion>
79
    -->
R
Robert LaDuca 已提交
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
    <!--
    This is the version of the test infrastructure package is compiled against. This should be
    removed as part of https://github.com/dotnet/wpf/issues/816 
    -->
    <MicrosoftDotNetWpfTestPackageVersion>1.0.0-beta.19263.1</MicrosoftDotNetWpfTestPackageVersion>
    <!-- These versions are specified in global.json -->
    <StrawberryPerlVersion>5.28.1.1-1</StrawberryPerlVersion>
    <NetFramework48RefAssembliesVersion>0.0.0.1</NetFramework48RefAssembliesVersion>
  </PropertyGroup>
  <!--Package names-->
  <PropertyGroup>
    <SystemReflectionMetadataLoadContextPackage>System.Reflection.MetadataLoadContext</SystemReflectionMetadataLoadContextPackage>
    <MicrosoftPrivateWinformsPackage>Microsoft.Private.Winforms</MicrosoftPrivateWinformsPackage>
    <SystemDrawingCommonPackage>System.Drawing.Common</SystemDrawingCommonPackage>
    <SystemDirectoryServicesPackage>System.DirectoryServices</SystemDirectoryServicesPackage>
    <MicrosoftDotNetWpfDncEngPackage>Microsoft.DotNet.Wpf.DncEng</MicrosoftDotNetWpfDncEngPackage>
    <SystemIOPackagingPackage>System.IO.Packaging</SystemIOPackagingPackage>
    <SystemReflectionMetadataLoadContextPackage>System.Reflection.MetadataLoadContext</SystemReflectionMetadataLoadContextPackage>
  </PropertyGroup>
  <PropertyGroup>
100
    <MicrosoftDotNetWpfDncEngVersion>6.0.0-rtm.22464.3</MicrosoftDotNetWpfDncEngVersion>
R
Robert LaDuca 已提交
101 102
  </PropertyGroup>
</Project>