|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project> |
| 3 | + <PropertyGroup> |
| 4 | + <!-- This repo version --> |
| 5 | + <VersionPrefix>6.0.0</VersionPrefix> |
| 6 | + <PreReleaseVersionLabel>beta</PreReleaseVersionLabel> |
| 7 | + |
| 8 | + <!-- Opt-out repo features --> |
| 9 | + <UsingToolXliff>false</UsingToolXliff> |
| 10 | + |
| 11 | + <MicrosoftNETTestSdkVersion>17.0.0-preview-20210520-02</MicrosoftNETTestSdkVersion> |
| 12 | + |
| 13 | + <!-- 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> |
| 22 | + <!-- / Toolset --> |
| 23 | + |
| 24 | + <!-- Try to keep all these in sync --> |
| 25 | + <SystemRuntimeVersion>4.3.0</SystemRuntimeVersion> |
| 26 | + <SystemRuntimeSerializationJsonVersion>4.3.0</SystemRuntimeSerializationJsonVersion> |
| 27 | + <SystemRuntimeSerializationPrimitivesVersion>4.3.0</SystemRuntimeSerializationPrimitivesVersion> |
| 28 | + <SystemComponentModelEventBasedAsyncVersion>4.3.0</SystemComponentModelEventBasedAsyncVersion> |
| 29 | + <SystemComponentModelTypeConverterVersion>4.3.0</SystemComponentModelTypeConverterVersion> |
| 30 | + <SystemDiagnosticsTextWriterTraceListenerVersion>4.3.0</SystemDiagnosticsTextWriterTraceListenerVersion> |
| 31 | + <SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion> |
| 32 | + <SystemValueTupleVersion>4.3.0</SystemValueTupleVersion> |
| 33 | + <!-- / Try to keep all these in sync --> |
| 34 | + |
| 35 | + <SystemCollectionsImmutableVersion>1.6.0</SystemCollectionsImmutableVersion> |
| 36 | + <SystemReflectionMetadataVersion>1.6.0</SystemReflectionMetadataVersion> |
| 37 | + |
| 38 | + <!-- UWP and WinUI dependencies --> |
| 39 | + <MicrosoftNETCoreUniversalWindowsPlatformVersion>5.3.0</MicrosoftNETCoreUniversalWindowsPlatformVersion> |
| 40 | + <MicrosoftProjectReunionVersion>0.5.0</MicrosoftProjectReunionVersion> |
| 41 | + <!-- / UWP and WinUI dependencies --> |
| 42 | + |
| 43 | + <MoqVersion>4.8.3</MoqVersion> |
| 44 | + <CastleCoreVersion>4.3.0</CastleCoreVersion> |
| 45 | + <FluentAssertionsVersion>5.10.3</FluentAssertionsVersion> |
| 46 | + <StyleCopAnalyzersVersion>1.0.0</StyleCopAnalyzersVersion> |
| 47 | + |
| 48 | + <!-- 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> |
| 52 | + <!-- / These are used to test compability with legacy MSTest, please do not update --> |
| 53 | + |
| 54 | + <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> |
| 55 | + |
| 56 | + <!-- Libs --> |
| 57 | + <CommandLineParserVersion>2.2.1</CommandLineParserVersion> |
| 58 | + <CredentialManagementVersion>1.0.2</CredentialManagementVersion> |
| 59 | + <HandlebarsNetVersion>1.10.1</HandlebarsNetVersion> |
| 60 | + <LibGit2SharpVersion>0.25.2</LibGit2SharpVersion> |
| 61 | + <log4netVersion>2.0.10</log4netVersion> |
| 62 | + <SystemNetHttpVersion>4.3.4</SystemNetHttpVersion> |
| 63 | + <AzureStorageBlobsVersion>12.3.0</AzureStorageBlobsVersion> |
| 64 | + <MicrosoftApplicationInsightsVersion>2.16.0</MicrosoftApplicationInsightsVersion> |
| 65 | + <MicrosoftAzureKeyVaultVersion>3.0.0</MicrosoftAzureKeyVaultVersion> |
| 66 | + <MicrosoftAzureServicesAppAuthenticationVersion>1.3.1</MicrosoftAzureServicesAppAuthenticationVersion> |
| 67 | + <MicrosoftDataAnalysisVersion>0.1.0</MicrosoftDataAnalysisVersion> |
| 68 | + <MicrosoftBuildVersion>15.7.179</MicrosoftBuildVersion> |
| 69 | + <MicrosoftBuildFrameworkVersion>15.7.179</MicrosoftBuildFrameworkVersion> |
| 70 | + <MicrosoftBuildTasksCoreVersion>15.7.179</MicrosoftBuildTasksCoreVersion> |
| 71 | + <MicrosoftBuildUtilitiesCoreVersion>15.7.179</MicrosoftBuildUtilitiesCoreVersion> |
| 72 | + <MicrosoftCodeAnalysisAnalyzersVersion>2.6.3</MicrosoftCodeAnalysisAnalyzersVersion> |
| 73 | + <MicrosoftCodeAnalysisCSharpVersion>2.9.0</MicrosoftCodeAnalysisCSharpVersion> |
| 74 | + <MsbuildTaskMicrosoftCodeAnalysisCSharpVersion>3.8.0</MsbuildTaskMicrosoftCodeAnalysisCSharpVersion> |
| 75 | + <MicrosoftIdentityModelClientsActiveDirectoryVersion>3.17.2</MicrosoftIdentityModelClientsActiveDirectoryVersion> |
| 76 | + <MicrosoftRestClientRuntimeVersion>2.3.13</MicrosoftRestClientRuntimeVersion> |
| 77 | + <MicrosoftExtensionsDependencyModelVersion>2.1.0</MicrosoftExtensionsDependencyModelVersion> |
| 78 | + <MicrosoftExtensionsDependencyInjectionAbstractionsVersion>2.1.1</MicrosoftExtensionsDependencyInjectionAbstractionsVersion> |
| 79 | + <MicrosoftExtensionsDependencyInjectionVersion>2.1.1</MicrosoftExtensionsDependencyInjectionVersion> |
| 80 | + <MicrosoftExtensionsFileSystemGlobbingVersion>2.0.0</MicrosoftExtensionsFileSystemGlobbingVersion> |
| 81 | + <MicrosoftExtensionsLoggingConsoleVersion>2.1.1</MicrosoftExtensionsLoggingConsoleVersion> |
| 82 | + <MicrosoftNETCorePlatformsVersion>2.1.0</MicrosoftNETCorePlatformsVersion> |
| 83 | + <MicrosoftNetCompilersToolsetVersion>4.0.0-1.21270.4</MicrosoftNetCompilersToolsetVersion> |
| 84 | + <MicrosoftNETILLinkTasksVersion>6.0.100-preview.5.21268.2</MicrosoftNETILLinkTasksVersion> |
| 85 | + <MonoOptionsVersion>5.3.0.1</MonoOptionsVersion> |
| 86 | + <McMasterExtensionsCommandLineUtils>2.3.0</McMasterExtensionsCommandLineUtils> |
| 87 | + <NewtonsoftJsonVersion>9.0.1</NewtonsoftJsonVersion> |
| 88 | + <SystemTextJsonVersion>4.7.0</SystemTextJsonVersion> |
| 89 | + <NuGetVersioningVersion>4.4.0</NuGetVersioningVersion> |
| 90 | + <NuGetVersion>5.6.0-preview.2.6489</NuGetVersion> |
| 91 | + <OctokitVersion>0.32.0</OctokitVersion> |
| 92 | + <DotNetSleetLibVersion>2.2.143</DotNetSleetLibVersion> |
| 93 | + <SwashbuckleAspNetCoreSwaggerVersion>3.0.0</SwashbuckleAspNetCoreSwaggerVersion> |
| 94 | + <SystemBuffersVersion>4.5.0</SystemBuffersVersion> |
| 95 | + <SystemDiagnosticsTraceSourceVersion>4.0.0</SystemDiagnosticsTraceSourceVersion> |
| 96 | + <SystemIOCompressionVersion>4.3.0</SystemIOCompressionVersion> |
| 97 | + <SystemIOPackagingVersion>4.5.0</SystemIOPackagingVersion> |
| 98 | + <SystemIOFileSystemPrimitivesVersion>4.3.0</SystemIOFileSystemPrimitivesVersion> |
| 99 | + <SystemMemoryVersion>4.5.3</SystemMemoryVersion> |
| 100 | + <SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion> |
| 101 | + <SystemRuntimeCompilerServicesUnsafeVersion>4.7.0</SystemRuntimeCompilerServicesUnsafeVersion> |
| 102 | + <SystemRuntimeInteropServicesRuntimeInformation>4.3.0</SystemRuntimeInteropServicesRuntimeInformation> |
| 103 | + <SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion> |
| 104 | + <SystemThreadingTasksExtensionVersion>4.5.2</SystemThreadingTasksExtensionVersion> |
| 105 | + <WindowsAzureStorageVersion>8.5.0</WindowsAzureStorageVersion> |
| 106 | + <XUnitVersion>2.4.1</XUnitVersion> |
| 107 | + <XUnitAbstractionsVersion>2.0.3</XUnitAbstractionsVersion> |
| 108 | + <XUnitVSRunnerVersion>2.4.1</XUnitVSRunnerVersion> |
| 109 | + <MicrosoftDotNetBuildTasksFeedVersion>6.0.0-beta.21264.2</MicrosoftDotNetBuildTasksFeedVersion> |
| 110 | + <MicrosoftDotNetSignToolVersion>6.0.0-beta.21264.2</MicrosoftDotNetSignToolVersion> |
| 111 | + <MicrosoftAzureDocumentDBVersion>1.22.0</MicrosoftAzureDocumentDBVersion> |
| 112 | + <MicrosoftAzureCosmosDBTableVersion>1.1.2</MicrosoftAzureCosmosDBTableVersion> |
| 113 | + <MicrosoftAspNetCoreAllVersion>2.0.0</MicrosoftAspNetCoreAllVersion> |
| 114 | + <MicrosoftDotNetGitHubIssueLabelerAssetsVersion>1.6.0</MicrosoftDotNetGitHubIssueLabelerAssetsVersion> |
| 115 | + <MicrosoftMLVersion>1.0.0</MicrosoftMLVersion> |
| 116 | + <MicrosoftVisualStudioWebCodeGenerationDesignVersion>2.0.4</MicrosoftVisualStudioWebCodeGenerationDesignVersion> |
| 117 | + <MicrosoftDotNetMaestroClientVersion>1.1.0-beta.20258.6</MicrosoftDotNetMaestroClientVersion> |
| 118 | + <MicrosoftSourceLinkGitHubVersion>1.1.0-beta-21228-01</MicrosoftSourceLinkGitHubVersion> |
| 119 | + <MicrosoftSourceLinkAzureReposGitVersion>1.1.0-beta-21228-01</MicrosoftSourceLinkAzureReposGitVersion> |
| 120 | + <MicrosoftDotNetSwaggerGeneratorMSBuildVersion>6.0.0-beta.21264.2</MicrosoftDotNetSwaggerGeneratorMSBuildVersion> |
| 121 | + <XliffTasksVersion>1.0.0-beta.21265.1</XliffTasksVersion> |
| 122 | + <MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.21228.1</MicrosoftDotNetMaestroTasksVersion> |
| 123 | + <MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.21264.3</MicrosoftDotNetXHarnessCLIVersion> |
| 124 | + <MicrosoftSymbolUploaderBuildTaskVersion>1.1.156402</MicrosoftSymbolUploaderBuildTaskVersion> |
| 125 | + <MicrosoftSymbolUploaderVersion>1.1.152002</MicrosoftSymbolUploaderVersion> |
| 126 | + <MicrosoftNetSdkWorkloadManifestReaderVersion>6.0.100-preview.5.21254.11</MicrosoftNetSdkWorkloadManifestReaderVersion> |
| 127 | + </PropertyGroup> |
| 128 | +</Project> |
0 commit comments