|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project>
|
3 | 3 | <PropertyGroup>
|
4 | 4 | <!-- This repo version -->
|
5 | 5 | <VersionPrefix>6.0.0</VersionPrefix>
|
6 | 6 | <PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
|
7 |
| - |
8 | 7 | <!-- Opt-out repo features -->
|
9 | 8 | <UsingToolXliff>false</UsingToolXliff>
|
10 |
| - |
11 | 9 | <MicrosoftNETTestSdkVersion>17.0.0-preview-20210520-02</MicrosoftNETTestSdkVersion>
|
12 |
| - |
13 | 10 | <!-- Toolset -->
|
14 |
| - <MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion> |
15 |
| - <NuGetFrameworksVersion>5.9.1</NuGetFrameworksVersion> |
16 |
| - <VsWhereVersion>2.5.2</VsWhereVersion> |
17 |
| - <MicrosoftInternalDiaInteropVersion>14.0.0</MicrosoftInternalDiaInteropVersion> <!-- keep in sync with test\UnitTests\PlatformServices.Desktop.Unit.Tests\Utilities\XmlUtilitiesTests.cs --> |
18 |
| - <MicrosoftDiaSymReaderPdb2PdbVersion>1.1.0-beta2-21064-01</MicrosoftDiaSymReaderPdb2PdbVersion> |
19 |
| - <MsTestInternalTestFxLocalizedDocumentationVersion>1.0.0-build-20170420-1</MsTestInternalTestFxLocalizedDocumentationVersion> |
20 |
| - <FmDevXlfToolVersion>0.1.3</FmDevXlfToolVersion> |
21 |
| - <VisualStudioQualityToolsUnitTestFrameworkVersion>16.9.0-preview-4267359</VisualStudioQualityToolsUnitTestFrameworkVersion> |
| 11 | + <MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion> |
| 12 | + <NuGetFrameworksVersion>5.9.1</NuGetFrameworksVersion> |
| 13 | + <VsWhereVersion>2.5.2</VsWhereVersion> |
| 14 | + <MicrosoftInternalDiaInteropVersion>14.0.0</MicrosoftInternalDiaInteropVersion> |
| 15 | + <!-- keep in sync with test\UnitTests\PlatformServices.Desktop.Unit.Tests\Utilities\XmlUtilitiesTests.cs --> |
| 16 | + <MicrosoftDiaSymReaderPdb2PdbVersion>1.1.0-beta2-21064-01</MicrosoftDiaSymReaderPdb2PdbVersion> |
| 17 | + <MsTestInternalTestFxLocalizedDocumentationVersion>1.0.0-build-20170420-1</MsTestInternalTestFxLocalizedDocumentationVersion> |
| 18 | + <FmDevXlfToolVersion>0.1.3</FmDevXlfToolVersion> |
| 19 | + <VisualStudioQualityToolsUnitTestFrameworkVersion>16.9.0-preview-4267359</VisualStudioQualityToolsUnitTestFrameworkVersion> |
22 | 20 | <!-- / Toolset -->
|
23 |
| - |
24 | 21 | <!-- Try to keep all these in sync -->
|
25 | 22 | <SystemRuntimeVersion>4.3.0</SystemRuntimeVersion>
|
26 | 23 | <SystemRuntimeSerializationJsonVersion>4.3.0</SystemRuntimeSerializationJsonVersion>
|
|
31 | 28 | <SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion>
|
32 | 29 | <SystemValueTupleVersion>4.3.0</SystemValueTupleVersion>
|
33 | 30 | <!-- / Try to keep all these in sync -->
|
34 |
| - |
35 | 31 | <SystemCollectionsImmutableVersion>1.6.0</SystemCollectionsImmutableVersion>
|
36 | 32 | <SystemReflectionMetadataVersion>1.6.0</SystemReflectionMetadataVersion>
|
37 |
| - |
38 | 33 | <!-- UWP and WinUI dependencies -->
|
39 | 34 | <MicrosoftNETCoreUniversalWindowsPlatformVersion>5.3.0</MicrosoftNETCoreUniversalWindowsPlatformVersion>
|
40 | 35 | <MicrosoftProjectReunionVersion>0.5.0</MicrosoftProjectReunionVersion>
|
41 | 36 | <!-- / UWP and WinUI dependencies -->
|
42 |
| - |
43 | 37 | <MoqVersion>4.8.3</MoqVersion>
|
44 | 38 | <CastleCoreVersion>4.3.0</CastleCoreVersion>
|
45 | 39 | <FluentAssertionsVersion>5.10.3</FluentAssertionsVersion>
|
46 | 40 | <StyleCopAnalyzersVersion>1.0.0</StyleCopAnalyzersVersion>
|
47 |
| - |
48 | 41 | <!-- These are used to test compability with legacy MSTest, please do not update -->
|
49 |
| - <Legacy__MicrosoftNETTestSdkVersion>15.7.0</Legacy__MicrosoftNETTestSdkVersion> |
50 |
| - <Legacy__MSTestTestAdapterVersion>1.2.0</Legacy__MSTestTestAdapterVersion> |
51 |
| - <Legacy__MSTestTestFrameworkVersion>1.2.0</Legacy__MSTestTestFrameworkVersion> |
| 42 | + <Legacy__MicrosoftNETTestSdkVersion>15.7.0</Legacy__MicrosoftNETTestSdkVersion> |
| 43 | + <Legacy__MSTestTestAdapterVersion>1.2.0</Legacy__MSTestTestAdapterVersion> |
| 44 | + <Legacy__MSTestTestFrameworkVersion>1.2.0</Legacy__MSTestTestFrameworkVersion> |
52 | 45 | <!-- / These are used to test compability with legacy MSTest, please do not update -->
|
53 |
| - |
54 | 46 | <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
55 |
| - |
56 | 47 | <!-- Libs -->
|
57 | 48 | <CommandLineParserVersion>2.2.1</CommandLineParserVersion>
|
58 | 49 | <CredentialManagementVersion>1.0.2</CredentialManagementVersion>
|
|
106 | 97 | <XUnitVersion>2.4.1</XUnitVersion>
|
107 | 98 | <XUnitAbstractionsVersion>2.0.3</XUnitAbstractionsVersion>
|
108 | 99 | <XUnitVSRunnerVersion>2.4.1</XUnitVSRunnerVersion>
|
109 |
| - <MicrosoftDotNetBuildTasksFeedVersion>6.0.0-beta.21264.2</MicrosoftDotNetBuildTasksFeedVersion> |
110 |
| - <MicrosoftDotNetSignToolVersion>6.0.0-beta.21264.2</MicrosoftDotNetSignToolVersion> |
| 100 | + <MicrosoftDotNetBuildTasksFeedVersion>6.0.0-beta.21274.6</MicrosoftDotNetBuildTasksFeedVersion> |
| 101 | + <MicrosoftDotNetSignToolVersion>6.0.0-beta.21274.6</MicrosoftDotNetSignToolVersion> |
111 | 102 | <MicrosoftAzureDocumentDBVersion>1.22.0</MicrosoftAzureDocumentDBVersion>
|
112 | 103 | <MicrosoftAzureCosmosDBTableVersion>1.1.2</MicrosoftAzureCosmosDBTableVersion>
|
113 | 104 | <MicrosoftAspNetCoreAllVersion>2.0.0</MicrosoftAspNetCoreAllVersion>
|
|
117 | 108 | <MicrosoftDotNetMaestroClientVersion>1.1.0-beta.20258.6</MicrosoftDotNetMaestroClientVersion>
|
118 | 109 | <MicrosoftSourceLinkGitHubVersion>1.1.0-beta-21228-01</MicrosoftSourceLinkGitHubVersion>
|
119 | 110 | <MicrosoftSourceLinkAzureReposGitVersion>1.1.0-beta-21228-01</MicrosoftSourceLinkAzureReposGitVersion>
|
120 |
| - <MicrosoftDotNetSwaggerGeneratorMSBuildVersion>6.0.0-beta.21264.2</MicrosoftDotNetSwaggerGeneratorMSBuildVersion> |
| 111 | + <MicrosoftDotNetSwaggerGeneratorMSBuildVersion>6.0.0-beta.21274.6</MicrosoftDotNetSwaggerGeneratorMSBuildVersion> |
121 | 112 | <XliffTasksVersion>1.0.0-beta.21265.1</XliffTasksVersion>
|
122 | 113 | <MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.21228.1</MicrosoftDotNetMaestroTasksVersion>
|
123 | 114 | <MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.21264.3</MicrosoftDotNetXHarnessCLIVersion>
|
|
0 commit comments