|
12 | 12 | <VersionPrefix>2.0.0</VersionPrefix>
|
13 | 13 | <PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
14 | 14 | <AssemblyVersion>1.0.0.0</AssemblyVersion>
|
15 |
| - <!--ML.NET Core dependencies--> |
16 |
| - <NewtonsoftJsonPackageVersion>10.0.3</NewtonsoftJsonPackageVersion> |
17 |
| - <SystemCodeDomPackageVersion>4.5.0</SystemCodeDomPackageVersion> |
18 |
| - <SystemReflectionEmitLightweightPackageVersion>4.3.0</SystemReflectionEmitLightweightPackageVersion> |
19 |
| - <SystemThreadingChannelsPackageVersion>4.7.1</SystemThreadingChannelsPackageVersion> |
20 |
| - <!-- Other/External dependencies --> |
21 |
| - <GoogleProtobufPackageVersion>3.19.4</GoogleProtobufPackageVersion> |
22 |
| - <LightGBMPackageVersion>2.3.1</LightGBMPackageVersion> |
23 |
| - <MicrosoftExtensionsPackageVersion>2.1.0</MicrosoftExtensionsPackageVersion> |
24 |
| - <MicrosoftMLOnnxRuntimePackageVersion>1.10.0</MicrosoftMLOnnxRuntimePackageVersion> |
25 |
| - <MlNetMklDepsPackageVersion>0.0.0.12</MlNetMklDepsPackageVersion> |
26 |
| - <ParquetDotNetPackageVersion>2.1.3</ParquetDotNetPackageVersion> |
27 |
| - <SystemDrawingCommonPackageVersion>4.5.0</SystemDrawingCommonPackageVersion> |
| 15 | + |
| 16 | + <!-- .NET Runtime product dependencies --> |
| 17 | + <MicrosoftBclAsyncInterfacesVersion>6.0.0</MicrosoftBclAsyncInterfacesVersion> |
| 18 | + <MicrosoftExtensionsVersion>2.1.0</MicrosoftExtensionsVersion> |
| 19 | + <MicrosoftExtensionsDependencyInjectionVersion>6.0.0</MicrosoftExtensionsDependencyInjectionVersion> |
| 20 | + <SystemBuffersVersion>4.5.0</SystemBuffersVersion> |
| 21 | + <SystemCodeDomVersion>4.5.0</SystemCodeDomVersion> |
| 22 | + <SystemCollectionsImmutableVersion>1.5.0</SystemCollectionsImmutableVersion> |
| 23 | + <SystemDrawingCommonVersion>4.5.0</SystemDrawingCommonVersion> |
28 | 24 | <SystemIOFileSystemAccessControl>4.5.0</SystemIOFileSystemAccessControl>
|
| 25 | + <SystemMemoryVersion>4.5.3</SystemMemoryVersion> |
| 26 | + <SystemReflectionEmitLightweightVersion>4.3.0</SystemReflectionEmitLightweightVersion> |
| 27 | + <SystemReflectionEmitVersion>4.3.0</SystemReflectionEmitVersion> |
| 28 | + <SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion> |
29 | 29 | <SystemSecurityPrincipalWindows>4.5.0</SystemSecurityPrincipalWindows>
|
30 |
| - <TensorFlowVersion>2.3.1</TensorFlowVersion> |
31 |
| - <TensorFlowMajorVersion>2</TensorFlowMajorVersion> |
32 |
| - <TensorflowDotNETVersion>0.20.1</TensorflowDotNETVersion> |
33 |
| - <MicrosoftCodeAnalysisCSharpInternalAnalyzerVersion>3.3.1</MicrosoftCodeAnalysisCSharpInternalAnalyzerVersion> |
34 |
| - <MicrosoftDotNetInteractiveVersion>1.0.0-beta.22103.1</MicrosoftDotNetInteractiveVersion> |
35 |
| - <MicrosoftDotNetInteractiveFormattingVersion>1.0.0-beta.22103.1</MicrosoftDotNetInteractiveFormattingVersion> |
| 30 | + <SystemTextEncodingsWebVersion>6.0.0</SystemTextEncodingsWebVersion> |
| 31 | + <SystemTextJsonVersion>6.0.1</SystemTextJsonVersion> |
| 32 | + <SystemThreadingChannelsVersion>4.7.1</SystemThreadingChannelsVersion> |
| 33 | + |
| 34 | + <!-- Other product dependencies --> |
36 | 35 | <ApacheArrowVersion>2.0.0</ApacheArrowVersion>
|
37 |
| - <SystemTextEncodingVersion>4.3.0</SystemTextEncodingVersion> |
38 |
| - <MicrosoftCSharpVersion>4.5.0</MicrosoftCSharpVersion> |
39 |
| - <SystemCompositionVersion>1.2.0</SystemCompositionVersion> |
40 |
| - <FluentAssertionVersion>5.10.2</FluentAssertionVersion> |
41 |
| - <ApprovalTestVersion>5.4.7</ApprovalTestVersion> |
| 36 | + <GoogleProtobufVersion>3.19.4</GoogleProtobufVersion> |
| 37 | + <LightGBMVersion>2.3.1</LightGBMVersion> |
| 38 | + <MicrosoftCodeAnalysisAnalyzersVersion>3.3.0</MicrosoftCodeAnalysisAnalyzersVersion> |
| 39 | + <MicrosoftCodeAnalysisCSharpVersion>3.9.0</MicrosoftCodeAnalysisCSharpVersion> |
| 40 | + <MicrosoftDotNetInteractiveFormattingVersion>1.0.0-beta.22103.1</MicrosoftDotNetInteractiveFormattingVersion> |
| 41 | + <MicrosoftDotNetInteractiveVersion>1.0.0-beta.22103.1</MicrosoftDotNetInteractiveVersion> |
| 42 | + <MicrosoftMLFeaturizersVersion>0.4.1</MicrosoftMLFeaturizersVersion> |
| 43 | + <MicrosoftMLOnnxRuntimeVersion>1.10.0</MicrosoftMLOnnxRuntimeVersion> |
| 44 | + <MlNetMklDepsVersion>0.0.0.12</MlNetMklDepsVersion> |
| 45 | + <MSTestTestAdapterVersion>2.1.0</MSTestTestAdapterVersion> |
| 46 | + <MSTestTestFrameworkVersion>2.1.0</MSTestTestFrameworkVersion> |
| 47 | + <NewtonsoftJsonVersion>10.0.3</NewtonsoftJsonVersion> |
| 48 | + <ParquetDotNetVersion>2.1.3</ParquetDotNetVersion> |
| 49 | + <SharpZipLibVersion>1.3.3</SharpZipLibVersion> |
| 50 | + <TensorflowDotNETVersion>0.20.1</TensorflowDotNETVersion> |
| 51 | + <TensorFlowMajorVersion>2</TensorFlowMajorVersion> |
| 52 | + <TensorFlowVersion>2.3.1</TensorFlowVersion> |
| 53 | + |
42 | 54 | <!-- Build/infrastructure Dependencies -->
|
43 |
| - <PublishSymbolsPackageVersion>1.0.0-beta-62824-02</PublishSymbolsPackageVersion> |
44 | 55 | <CodecovVersion>1.12.4</CodecovVersion>
|
45 | 56 | <CoverletCollectorVersion>1.2.1</CoverletCollectorVersion>
|
46 |
| - <ReportGeneratorVersion>4.3.6</ReportGeneratorVersion> |
47 |
| - <MicrosoftDotNetApiCompatPackageVersion>1.0.0-beta.19225.5</MicrosoftDotNetApiCompatPackageVersion> |
| 57 | + <CoverletMsbuildVersion>2.9.0</CoverletMsbuildVersion> |
| 58 | + <MicrosoftCodeAnalysisCSharpInternalAnalyzerVersion>3.3.1</MicrosoftCodeAnalysisCSharpInternalAnalyzerVersion> |
| 59 | + <MicrosoftCSharpVersion>4.5.0</MicrosoftCSharpVersion> |
| 60 | + <MicrosoftDotNetApiCompatVersion>1.0.0-beta.19225.5</MicrosoftDotNetApiCompatVersion> |
48 | 61 | <MicrosoftSourceLinkVersion>1.1.0-beta-20206-02</MicrosoftSourceLinkVersion>
|
49 |
| - <BuildToolsPackageVersion>3.0.0-preview4-04926-01</BuildToolsPackageVersion> |
| 62 | + <MicrosoftSymbolUploaderBuildTaskVersion>1.1.225302</MicrosoftSymbolUploaderBuildTaskVersion> |
| 63 | + <ReportGeneratorVersion>4.3.6</ReportGeneratorVersion> |
| 64 | + <SystemCompositionVersion>1.2.0</SystemCompositionVersion> |
| 65 | + |
50 | 66 | <!-- Test-only Dependencies -->
|
| 67 | + <ApprovalTestsVersion>5.4.7</ApprovalTestsVersion> |
51 | 68 | <BenchmarkDotNetVersion>0.12.0</BenchmarkDotNetVersion>
|
| 69 | + <DotNetRuntime21Version>2.1.0</DotNetRuntime21Version> |
| 70 | + <DotNetRuntime31Version>3.1.0</DotNetRuntime31Version> |
| 71 | + <FluentAssertionVersion>5.10.2</FluentAssertionVersion> |
52 | 72 | <MicrosoftCodeAnalysisTestingVersion>1.0.1-beta1.20374.2</MicrosoftCodeAnalysisTestingVersion>
|
53 |
| - <MicrosoftExtensionsTestPackageVersion>3.0.1</MicrosoftExtensionsTestPackageVersion> |
54 |
| - <MicrosoftMLTestDatabasesPackageVersion>0.0.6-test</MicrosoftMLTestDatabasesPackageVersion> |
55 |
| - <MicrosoftMLTestModelsPackageVersion>0.0.7-test</MicrosoftMLTestModelsPackageVersion> |
56 |
| - <MicrosoftMLTensorFlowTestModelsVersion>0.0.13-test</MicrosoftMLTensorFlowTestModelsVersion> |
| 73 | + <MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.22215.2</MicrosoftDotNetXUnitExtensionsVersion> |
| 74 | + <MicrosoftExtensionsDependencyModelVersion>2.1.0</MicrosoftExtensionsDependencyModelVersion> |
| 75 | + <MicrosoftExtensionsTestVersion>3.0.1</MicrosoftExtensionsTestVersion> |
57 | 76 | <MicrosoftMLOnnxTestModelsVersion>0.0.6-test</MicrosoftMLOnnxTestModelsVersion>
|
| 77 | + <MicrosoftMLTensorFlowTestModelsVersion>0.0.13-test</MicrosoftMLTensorFlowTestModelsVersion> |
| 78 | + <MicrosoftMLTestDatabasesVersion>0.0.6-test</MicrosoftMLTestDatabasesVersion> |
| 79 | + <MicrosoftMLTestModelsVersion>0.0.7-test</MicrosoftMLTestModelsVersion> |
58 | 80 | <SystemDataSqlClientVersion>4.6.1</SystemDataSqlClientVersion>
|
59 |
| - <XunitCombinatorialVersion>1.2.7</XunitCombinatorialVersion> |
60 | 81 | <SystemDataSQLiteCoreVersion>1.0.112.2</SystemDataSQLiteCoreVersion>
|
61 |
| - <MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.22215.2</MicrosoftDotNetXUnitExtensionsVersion> |
| 82 | + <XunitCombinatorialVersion>1.2.7</XunitCombinatorialVersion> |
| 83 | + <XUnitVersion>2.4.2-pre.9</XUnitVersion> |
| 84 | + |
62 | 85 | <!-- Opt-out repo features -->
|
63 | 86 | <UsingToolXliff>false</UsingToolXliff>
|
64 |
| - <UsingToolNetFrameworkReferenceAssemblies Condition="'$(DotNetBuildFromSource)' != 'true'">true</UsingToolNetFrameworkReferenceAssemblies> |
65 |
| - <!-- Libs --> |
66 |
| - <CommandLineParserVersion>2.2.1</CommandLineParserVersion> |
67 |
| - <CredentialManagementVersion>1.0.2</CredentialManagementVersion> |
68 |
| - <MicrosoftCciVersion>4.0.0-rc3-24214-00</MicrosoftCciVersion> |
69 |
| - <HandlebarsNetVersion>1.10.1</HandlebarsNetVersion> |
70 |
| - <LibGit2SharpVersion>0.25.2</LibGit2SharpVersion> |
71 |
| - <log4netVersion>2.0.8</log4netVersion> |
72 |
| - <SystemNetHttpVersion>4.3.4</SystemNetHttpVersion> |
73 |
| - <AzureStorageBlobsVersion>12.3.0</AzureStorageBlobsVersion> |
74 |
| - <MicrosoftAzureKeyVaultVersion>3.0.0</MicrosoftAzureKeyVaultVersion> |
75 |
| - <MicrosoftAzureServicesAppAuthenticationVersion>1.3.1</MicrosoftAzureServicesAppAuthenticationVersion> |
76 |
| - <MicrosoftDataAnalysisVersion>0.1.0</MicrosoftDataAnalysisVersion> |
77 |
| - <MicrosoftBuildVersion>15.7.179</MicrosoftBuildVersion> |
78 |
| - <MicrosoftBuildFrameworkVersion>15.7.179</MicrosoftBuildFrameworkVersion> |
79 |
| - <MicrosoftBuildTasksCoreVersion>15.7.179</MicrosoftBuildTasksCoreVersion> |
80 |
| - <MicrosoftBuildUtilitiesCoreVersion>15.7.179</MicrosoftBuildUtilitiesCoreVersion> |
81 |
| - <MicrosoftCodeAnalysisAnalyzersVersion>2.6.3</MicrosoftCodeAnalysisAnalyzersVersion> |
82 |
| - <MicrosoftCodeAnalysisCSharpVersion>3.9.0</MicrosoftCodeAnalysisCSharpVersion> |
83 |
| - <MsbuildTaskMicrosoftCodeAnalysisCSharpVersion>3.4.0</MsbuildTaskMicrosoftCodeAnalysisCSharpVersion> |
84 |
| - <MicrosoftIdentityModelClientsActiveDirectoryVersion>3.19.8</MicrosoftIdentityModelClientsActiveDirectoryVersion> |
85 |
| - <MicrosoftRestClientRuntimeVersion>2.3.13</MicrosoftRestClientRuntimeVersion> |
86 |
| - <MicrosoftExtensionsDependencyModelVersion>2.1.0</MicrosoftExtensionsDependencyModelVersion> |
87 |
| - <MicrosoftExtensionsFileSystemGlobbingVersion>2.0.0</MicrosoftExtensionsFileSystemGlobbingVersion> |
88 |
| - <MicrosoftNETCorePlatformsVersion>2.1.0</MicrosoftNETCorePlatformsVersion> |
89 |
| - <MicrosoftNETCore3PlatformsVersion>3.1.0</MicrosoftNETCore3PlatformsVersion> |
90 |
| - <MicrosoftNetCompilersToolsetVersion>3.8.0-3.20460.2</MicrosoftNetCompilersToolsetVersion> |
91 |
| - <MoqVersion>4.8.3</MoqVersion> |
92 |
| - <MonoOptionsVersion>5.3.0.1</MonoOptionsVersion> |
93 |
| - <McMasterExtensionsCommandLineUtils>2.3.0</McMasterExtensionsCommandLineUtils> |
94 |
| - <MicrosoftExtensionsDependencyInjectionVersion>6.0.0</MicrosoftExtensionsDependencyInjectionVersion> |
95 |
| - <NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion> |
96 |
| - <SystemTextJsonVersion>6.0.1</SystemTextJsonVersion> |
97 |
| - <NuGetVersioningVersion>4.4.0</NuGetVersioningVersion> |
98 |
| - <NuGetVersion>5.6.0-preview.2.6489</NuGetVersion> |
99 |
| - <OctokitVersion>0.32.0</OctokitVersion> |
100 |
| - <DotNetSleetLibVersion>2.2.143</DotNetSleetLibVersion> |
101 |
| - <SwashbuckleAspNetCoreSwaggerVersion>3.0.0</SwashbuckleAspNetCoreSwaggerVersion> |
102 |
| - <SystemBuffersVersion>4.5.0</SystemBuffersVersion> |
103 |
| - <SystemCollectionsImmutableVersion>1.5.0</SystemCollectionsImmutableVersion> |
104 |
| - <SystemDiagnosticsTraceSourceVersion>4.0.0</SystemDiagnosticsTraceSourceVersion> |
105 |
| - <SystemIOCompressionVersion>4.3.0</SystemIOCompressionVersion> |
106 |
| - <SystemIOPackagingVersion>4.5.0</SystemIOPackagingVersion> |
107 |
| - <SystemIOFileSystemPrimitivesVersion>4.3.0</SystemIOFileSystemPrimitivesVersion> |
108 |
| - <SystemMemoryVersion>4.5.3</SystemMemoryVersion> |
109 |
| - <SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion> |
110 |
| - <SystemReflectionMetadataVersion>1.6.0</SystemReflectionMetadataVersion> |
111 |
| - <SystemRuntimeCompilerServicesUnsafeVersion>4.7.0</SystemRuntimeCompilerServicesUnsafeVersion> |
112 |
| - <SystemRuntimeInteropServicesRuntimeInformation>4.3.0</SystemRuntimeInteropServicesRuntimeInformation> |
113 |
| - <SystemTextEncodingsWebVersion>4.5.0</SystemTextEncodingsWebVersion> |
114 |
| - <SystemThreadingTasksExtensionVersion>4.5.2</SystemThreadingTasksExtensionVersion> |
115 |
| - <SystemValueTupleVersion>4.4.0</SystemValueTupleVersion> |
116 |
| - <WindowsAzureStorageVersion>8.5.0</WindowsAzureStorageVersion> |
117 |
| - <XUnitVersion>2.4.2-pre.9</XUnitVersion> |
118 |
| - <MicrosoftDotNetBuildTasksFeedVersion>7.0.0-beta.22215.2</MicrosoftDotNetBuildTasksFeedVersion> |
119 |
| - <MicrosoftDotNetSignToolVersion>7.0.0-beta.22215.2</MicrosoftDotNetSignToolVersion> |
120 |
| - <MicrosoftAzureDocumentDBVersion>1.22.0</MicrosoftAzureDocumentDBVersion> |
121 |
| - <MicrosoftAzureCosmosDBTableVersion>1.1.2</MicrosoftAzureCosmosDBTableVersion> |
122 |
| - <MicrosoftAspNetCoreAllVersion>2.0.0</MicrosoftAspNetCoreAllVersion> |
123 |
| - <MicrosoftDotNetGitHubIssueLabelerAssetsVersion>1.6.0</MicrosoftDotNetGitHubIssueLabelerAssetsVersion> |
124 |
| - <MicrosoftMLVersion>1.0.0</MicrosoftMLVersion> |
125 |
| - <MicrosoftVisualStudioWebCodeGenerationDesignVersion>2.0.4</MicrosoftVisualStudioWebCodeGenerationDesignVersion> |
126 |
| - <MicrosoftDiaSymReaderConverterVersion>1.1.0-beta2-19575-01</MicrosoftDiaSymReaderConverterVersion> |
127 |
| - <MicrosoftDiaSymReaderPdb2PdbVersion>1.1.0-beta2-19575-01</MicrosoftDiaSymReaderPdb2PdbVersion> |
128 |
| - <MicrosoftDiaSymReaderNativeVersion>1.7.0</MicrosoftDiaSymReaderNativeVersion> |
129 |
| - <MicrosoftDotNetMaestroClientVersion>1.1.0-beta.20074.1</MicrosoftDotNetMaestroClientVersion> |
130 |
| - <MicrosoftSourceLinkGitHubVersion>1.1.0-beta-20464-02</MicrosoftSourceLinkGitHubVersion> |
131 |
| - <MicrosoftSourceLinkAzureReposGitVersion>1.1.0-beta-20464-02</MicrosoftSourceLinkAzureReposGitVersion> |
132 |
| - <MicrosoftDotNetSwaggerGeneratorMSBuildVersion>7.0.0-beta.22215.2</MicrosoftDotNetSwaggerGeneratorMSBuildVersion> |
133 |
| - <MicrosoftDotNetXliffTasksVersion>1.0.0-beta.21376.1</MicrosoftDotNetXliffTasksVersion> |
134 |
| - <MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.20074.1</MicrosoftDotNetMaestroTasksVersion> |
135 |
| - <MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.21254.2</MicrosoftDotNetXHarnessCLIVersion> |
136 |
| - <MicrosoftSymbolUploaderBuildTaskVersion>1.1.225302</MicrosoftSymbolUploaderBuildTaskVersion> |
137 | 87 | </PropertyGroup>
|
138 | 88 | </Project>
|
0 commit comments