|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <PropertyGroup>
|
4 |
| - <MajorVersion>8</MajorVersion> |
| 4 | + <MajorVersion>9</MajorVersion> |
5 | 5 | <MinorVersion>0</MinorVersion>
|
6 | 6 | <PatchVersion>0</PatchVersion>
|
7 |
| - <PreReleaseVersionLabel>preview</PreReleaseVersionLabel> |
8 |
| - <PreReleaseVersionIteration>7</PreReleaseVersionIteration> |
| 7 | + <PreReleaseVersionLabel>alpha</PreReleaseVersionLabel> |
| 8 | + <PreReleaseVersionIteration>1</PreReleaseVersionIteration> |
9 | 9 | <VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
|
10 | 10 | <!--
|
11 | 11 | Set assembly version to align with major and minor version, as for the patches and revisions should be manually
|
|
21 | 21 | </PropertyGroup>
|
22 | 22 | <!-- Packages that come from https://github.com/dotnet/winforms -->
|
23 | 23 | <PropertyGroup>
|
24 |
| - <MicrosoftPrivateWinformsVersion>8.0.0-preview.6.23320.12</MicrosoftPrivateWinformsVersion> |
| 24 | + <MicrosoftPrivateWinformsVersion>9.0.0-alpha.1.23454.1</MicrosoftPrivateWinformsVersion> |
25 | 25 | </PropertyGroup>
|
26 | 26 | <!-- Packages that come from https://github.com/dotnet/runtime -->
|
27 | 27 | <PropertyGroup>
|
28 |
| - <VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>8.0.0-preview.6.23319.9</VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion> |
29 |
| - <MicrosoftNETCoreAppRefVersion>8.0.0-preview.6.23319.9</MicrosoftNETCoreAppRefVersion> |
30 |
| - <MicrosoftNETCoreAppRuntimewinx64Version>8.0.0-preview.6.23319.9</MicrosoftNETCoreAppRuntimewinx64Version> |
31 |
| - <MicrosoftNETCorePlatformsVersion>8.0.0-preview.6.23319.9</MicrosoftNETCorePlatformsVersion> |
32 |
| - <SystemCodeDomPackageVersion>8.0.0-preview.6.23319.9</SystemCodeDomPackageVersion> |
33 |
| - <SystemConfigurationConfigurationManagerPackageVersion>8.0.0-preview.6.23319.9</SystemConfigurationConfigurationManagerPackageVersion> |
34 |
| - <SystemDiagnosticsEventLogPackageVersion>8.0.0-preview.6.23319.9</SystemDiagnosticsEventLogPackageVersion> |
35 |
| - <SystemDrawingCommonVersion>8.0.0-preview.6.23320.12</SystemDrawingCommonVersion> |
36 |
| - <SystemDirectoryServicesVersion>8.0.0-preview.6.23319.9</SystemDirectoryServicesVersion> |
37 |
| - <SystemIOPackagingVersion>8.0.0-preview.6.23319.9</SystemIOPackagingVersion> |
38 |
| - <SystemReflectionMetadataLoadContextVersion>8.0.0-preview.6.23319.9</SystemReflectionMetadataLoadContextVersion> |
| 28 | + <VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>8.0.0-rc.1.23421.3</VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion> |
| 29 | + <MicrosoftNETCoreAppRefVersion>9.0.0-alpha.1.23430.1</MicrosoftNETCoreAppRefVersion> |
| 30 | + <MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-alpha.1.23430.1</MicrosoftNETCoreAppRuntimewinx64Version> |
| 31 | + <MicrosoftNETCorePlatformsVersion>9.0.0-alpha.1.23430.1</MicrosoftNETCorePlatformsVersion> |
| 32 | + <SystemCodeDomPackageVersion>9.0.0-alpha.1.23430.1</SystemCodeDomPackageVersion> |
| 33 | + <SystemConfigurationConfigurationManagerPackageVersion>9.0.0-alpha.1.23430.1</SystemConfigurationConfigurationManagerPackageVersion> |
| 34 | + <SystemDiagnosticsEventLogPackageVersion>9.0.0-alpha.1.23430.1</SystemDiagnosticsEventLogPackageVersion> |
| 35 | + <SystemDrawingCommonVersion>9.0.0-alpha.1.23454.1</SystemDrawingCommonVersion> |
| 36 | + <SystemDirectoryServicesVersion>9.0.0-alpha.1.23430.1</SystemDirectoryServicesVersion> |
| 37 | + <SystemIOPackagingVersion>9.0.0-alpha.1.23430.1</SystemIOPackagingVersion> |
| 38 | + <SystemReflectionMetadataLoadContextVersion>9.0.0-alpha.1.23430.1</SystemReflectionMetadataLoadContextVersion> |
39 | 39 | <SystemReflectionTypeExtensionsPackageVersion>4.6.0-preview4.19176.11</SystemReflectionTypeExtensionsPackageVersion>
|
40 |
| - <SystemResourcesExtensionsVersion>8.0.0-preview.6.23319.9</SystemResourcesExtensionsVersion> |
41 |
| - <SystemSecurityCryptographyXmlPackageVersion>8.0.0-preview.6.23319.9</SystemSecurityCryptographyXmlPackageVersion> |
42 |
| - <SystemSecurityPermissionsPackageVersion>8.0.0-preview.6.23319.9</SystemSecurityPermissionsPackageVersion> |
43 |
| - <SystemWindowsExtensionsPackageVersion>8.0.0-preview.6.23319.9</SystemWindowsExtensionsPackageVersion> |
| 40 | + <SystemResourcesExtensionsVersion>9.0.0-alpha.1.23430.1</SystemResourcesExtensionsVersion> |
| 41 | + <SystemSecurityCryptographyXmlPackageVersion>9.0.0-alpha.1.23430.1</SystemSecurityCryptographyXmlPackageVersion> |
| 42 | + <SystemSecurityPermissionsPackageVersion>9.0.0-alpha.1.23430.1</SystemSecurityPermissionsPackageVersion> |
| 43 | + <SystemWindowsExtensionsPackageVersion>9.0.0-alpha.1.23430.1</SystemWindowsExtensionsPackageVersion> |
44 | 44 | </PropertyGroup>
|
45 | 45 | <!-- Docs / Intellisense -->
|
46 | 46 | <PropertyGroup>
|
47 | 47 | <MicrosoftPrivateIntellisenseVersion>7.0.0-preview-20221010.1</MicrosoftPrivateIntellisenseVersion>
|
48 | 48 | </PropertyGroup>
|
49 | 49 | <!-- Packages that come from https://github.com/dotnet/arcade -->
|
50 | 50 | <PropertyGroup>
|
51 |
| - <MicrosoftDotNetApiCompatVersion>8.0.0-beta.23320.3</MicrosoftDotNetApiCompatVersion> |
52 |
| - <MicrosoftDotNetCodeAnalysisPackageVersion>8.0.0-beta.23320.3</MicrosoftDotNetCodeAnalysisPackageVersion> |
| 51 | + <MicrosoftDotNetApiCompatVersion>8.0.0-beta.23451.1</MicrosoftDotNetApiCompatVersion> |
| 52 | + <MicrosoftDotNetCodeAnalysisPackageVersion>8.0.0-beta.23451.1</MicrosoftDotNetCodeAnalysisPackageVersion> |
| 53 | + </PropertyGroup> |
| 54 | + <!-- Sourcelink --> |
| 55 | + <PropertyGroup> |
| 56 | + <MicrosoftSourceLinkGitHubVersion>8.0.0-beta.23409.2</MicrosoftSourceLinkGitHubVersion> |
| 57 | + <MicrosoftSourceLinkAzureReposGitVersion>8.0.0-beta.23409.2</MicrosoftSourceLinkAzureReposGitVersion> |
53 | 58 | </PropertyGroup>
|
54 | 59 | <!-- Maintain System.CodeDom PackageVersion at 4.4.0. See https://github.com/Microsoft/msbuild/issues/3627 -->
|
55 | 60 | <!-- Pin specific versions of S.Memory so that it would supply AssemblyVersion=4.0.1.0. See https://github.com/dotnet/runtime/issues/31672 -->
|
|
74 | 79 | -->
|
75 | 80 | <MicrosoftDotNetWpfTestPackageVersion>1.0.0-beta.19263.1</MicrosoftDotNetWpfTestPackageVersion>
|
76 | 81 | <!-- These versions are specified in global.json -->
|
77 |
| - <StrawberryPerlVersion>5.28.1.1-1</StrawberryPerlVersion> |
| 82 | + <StrawberryPerlVersion>5.38.0.1</StrawberryPerlVersion> |
78 | 83 | <NetFramework48RefAssembliesVersion>0.0.0.1</NetFramework48RefAssembliesVersion>
|
79 | 84 | </PropertyGroup>
|
| 85 | + <!-- External Analyzers --> |
| 86 | + <PropertyGroup> |
| 87 | + <MicrosoftCodeAnalysisNetAnalyzersVersion>7.0.0</MicrosoftCodeAnalysisNetAnalyzersVersion> |
| 88 | + </PropertyGroup> |
80 | 89 | <!--Package names-->
|
81 | 90 | <PropertyGroup>
|
82 | 91 | <SystemReflectionMetadataLoadContextPackage>System.Reflection.MetadataLoadContext</SystemReflectionMetadataLoadContextPackage>
|
|
88 | 97 | <SystemReflectionMetadataLoadContextPackage>System.Reflection.MetadataLoadContext</SystemReflectionMetadataLoadContextPackage>
|
89 | 98 | </PropertyGroup>
|
90 | 99 | <PropertyGroup>
|
91 |
| - <MicrosoftDotNetWpfDncEngVersion>8.0.0-preview.7.23321.2</MicrosoftDotNetWpfDncEngVersion> |
| 100 | + <MicrosoftDotNetWpfDncEngVersion>9.0.0-alpha.1.23416.3</MicrosoftDotNetWpfDncEngVersion> |
92 | 101 | </PropertyGroup>
|
93 | 102 | </Project>
|
0 commit comments