Versions.props 7.1 KB
Newer Older
1 2 3 4
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <VersionPrefix>4.8.0</VersionPrefix>
5
    <PreReleaseVersionLabel>rc1</PreReleaseVersionLabel>
6
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
7
    <SystemIOPackagingVersion>4.6.0-rc1.19420.10</SystemIOPackagingVersion>
8 9 10
  </PropertyGroup>
  <!-- NuGet Package Versions -->
  <PropertyGroup>
11
    <MicrosoftPrivateWinformsVersion>4.8.0-rc1.19423.3</MicrosoftPrivateWinformsVersion>
12 13 14
  </PropertyGroup>
  <!-- Packages that come from https://github.com/dotnet/coreclr -->
  <PropertyGroup>
15 16 17
    <MicrosoftNETCoreRuntimeCoreCLRVersion>3.0.0-rc1.19422.4</MicrosoftNETCoreRuntimeCoreCLRVersion>
    <MicrosoftNETCoreILDAsmVersion>3.0.0-rc1.19422.4</MicrosoftNETCoreILDAsmVersion>
    <MicrosoftNETCoreILAsmVersion>3.0.0-rc1.19422.4</MicrosoftNETCoreILAsmVersion>
18 19 20
  </PropertyGroup>
  <!-- Packages that come from https://github.com/dotnet/core-setup -->
  <PropertyGroup>
21 22 23 24 25
    <MicrosoftNETCoreAppVersion>3.0.0-rc1-19422-14</MicrosoftNETCoreAppVersion>
    <MicrosoftNETCorePlatformsVersion>3.0.0-rc1.19420.10</MicrosoftNETCorePlatformsVersion>
    <SystemDrawingCommonVersion>4.6.0-rc1.19420.10</SystemDrawingCommonVersion>
    <SystemDirectoryServicesVersion>4.6.0-rc1.19420.10</SystemDirectoryServicesVersion>
    <SystemReflectionMetadataLoadContextVersion>4.6.0-rc1.19420.10</SystemReflectionMetadataLoadContextVersion>
26 27 28
  </PropertyGroup>
  <!-- Packages that come from https://github.com/dotnet/corefx via core-setup coherency parent dependency -->
  <PropertyGroup>
29 30 31 32 33
    <MicrosoftWin32RegistryPackageVersion>4.6.0-rc1.19420.10</MicrosoftWin32RegistryPackageVersion>
    <SystemCodeDomPackageVersion>4.6.0-rc1.19420.10</SystemCodeDomPackageVersion>
    <SystemConfigurationConfigurationManagerPackageVersion>4.6.0-rc1.19420.10</SystemConfigurationConfigurationManagerPackageVersion>
    <SystemDiagnosticsEventLogPackageVersion>4.6.0-rc1.19420.10</SystemDiagnosticsEventLogPackageVersion>
    <SystemReflectionEmitPackageVersion>4.6.0-rc1.19420.10</SystemReflectionEmitPackageVersion>
34
    <SystemReflectionTypeExtensionsPackageVersion>4.6.0-preview4.19176.11</SystemReflectionTypeExtensionsPackageVersion>
35 36 37 38 39
    <SystemSecurityAccessControlPackageVersion>4.6.0-rc1.19420.10</SystemSecurityAccessControlPackageVersion>
    <SystemSecurityCryptographyXmlPackageVersion>4.6.0-rc1.19420.10</SystemSecurityCryptographyXmlPackageVersion>
    <SystemSecurityPermissionsPackageVersion>4.6.0-rc1.19420.10</SystemSecurityPermissionsPackageVersion>
    <SystemSecurityPrincipalWindowsPackageVersion>4.6.0-rc1.19420.10</SystemSecurityPrincipalWindowsPackageVersion>
    <SystemWindowsExtensionsPackageVersion>4.6.0-rc1.19420.10</SystemWindowsExtensionsPackageVersion>
40 41 42
  </PropertyGroup>
  <!-- Packages that come from https://github.com/dotnet/arcade -->
  <PropertyGroup>
43 44 45
    <MicrosoftDotNetApiCompatVersion>1.0.0-beta.19411.1</MicrosoftDotNetApiCompatVersion>
    <MicrosoftDotNetCodeAnalysisPackageVersion>1.0.0-beta.19411.1</MicrosoftDotNetCodeAnalysisPackageVersion>
    <MicrosoftDotNetGenAPIVersion>1.0.0-beta.19411.1</MicrosoftDotNetGenAPIVersion>
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
  </PropertyGroup>
  <!-- Packages that come from https://github.com/dotnet/corefxlab -->
  <PropertyGroup>
    <SystemReflectionTypeLoaderPackageVersion>0.1.0-preview2-181205-2</SystemReflectionTypeLoaderPackageVersion>
  </PropertyGroup>
  <!-- Maintain System.CodeDom PackageVersion at 4.4.0. See https://github.com/Microsoft/msbuild/issues/3627 -->
  <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>
62 63 64 65
    <!-- 
        Also in global.json 
        Used in Wpf.Cpp.PrivateTools.props/targets 
    -->
66
    <MsvcurtC1xxVersion>0.0.0.7</MsvcurtC1xxVersion>
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
    <!--
    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>
  <PropertyGroup>
    <RestoreSources>
      $(RestoreSources);
      https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json;
      https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json;
      https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json;
      https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
    </RestoreSources>
  </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>
  <!-- 
    This is a toolset dependency added for use *only* by tests 
    
      !!!This dependency creates a cycle in the dependency-graph, but only in the 'toolset' portion of the graph. !!!

      Note: Also see [Dependency graph](https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md#viewing-the-dependency-graph)

     - https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int consumes Microsoft.DotNet.Wpf.GitHub published by dotnet/wpf (this repo)
     - https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int produces Microsoft.DotNet.Wpf.DncEng
       - Microsoft.DotNet.Wpf.DncEng should, normally, be passed further along (and be consumed back by dotnet/wpf)
     - Many WPF tests are non-trivial integration tests which require references to the whole WPF stack. 
     - In order to satisfy these references, we consume Microsoft.DotNet.Wpf.DncEng for tests-only. 
     - This is added as a DARC subscription that 
       - (a) Updates EveryDay
       - (b) Updates *only* in ".NET Core 3 Dev" channel
       - (c) Does not update in ".NET Core 3 Release" channel

      It is worth reiterating that this package *should not* be consumed to build the product.
  -->
  <PropertyGroup>
115
    <MicrosoftDotNetWpfDncEngVersion>5.0.0-alpha1.19420.2</MicrosoftDotNetWpfDncEngVersion>
116 117
  </PropertyGroup>
</Project>