|
1 | 1 | <Project>
|
| 2 | + |
| 3 | + <!-- Core Product Dependencies --> |
2 | 4 | <PropertyGroup>
|
3 |
| - <GoogleProtobufPackageVersion>3.5.1</GoogleProtobufPackageVersion> |
4 | 5 | <NewtonsoftJsonPackageVersion>10.0.3</NewtonsoftJsonPackageVersion>
|
5 |
| - <ParquetDotNetPackageVersion>2.1.3</ParquetDotNetPackageVersion> |
6 |
| - <SystemThreadingTasksDataflowPackageVersion>4.8.0</SystemThreadingTasksDataflowPackageVersion> |
7 | 6 | <SystemCodeDomPackageVersion>4.4.0</SystemCodeDomPackageVersion>
|
| 7 | + <SystemCollectionsImmutableVersion>1.5.0</SystemCollectionsImmutableVersion> |
| 8 | + <SystemMemoryVersion>4.5.1</SystemMemoryVersion> |
8 | 9 | <SystemReflectionEmitLightweightPackageVersion>4.3.0</SystemReflectionEmitLightweightPackageVersion>
|
9 |
| - <PublishSymbolsPackageVersion>1.0.0-beta-62824-02</PublishSymbolsPackageVersion> |
| 10 | + <SystemThreadingTasksDataflowPackageVersion>4.8.0</SystemThreadingTasksDataflowPackageVersion> |
| 11 | + </PropertyGroup> |
| 12 | + |
| 13 | + <!-- Other/Non-Core Product Dependencies --> |
| 14 | + <PropertyGroup> |
| 15 | + <GoogleProtobufPackageVersion>3.5.1</GoogleProtobufPackageVersion> |
10 | 16 | <LightGBMPackageVersion>2.2.1.1</LightGBMPackageVersion>
|
| 17 | + <MicrosoftMLScoring>1.1.0</MicrosoftMLScoring> |
11 | 18 | <MlNetMklDepsPackageVersion>0.0.0.7</MlNetMklDepsPackageVersion>
|
| 19 | + <ParquetDotNetPackageVersion>2.1.3</ParquetDotNetPackageVersion> |
12 | 20 | <SystemDrawingCommonPackageVersion>4.5.0</SystemDrawingCommonPackageVersion>
|
13 |
| - <BenchmarkDotNetVersion>0.11.1</BenchmarkDotNetVersion> |
| 21 | + <SystemIOFileSystemAccessControl>4.5.0</SystemIOFileSystemAccessControl> |
| 22 | + <SystemSecurityPrincipalWindows>4.5.0</SystemSecurityPrincipalWindows> |
14 | 23 | <TensorFlowVersion>1.10.0</TensorFlowVersion>
|
15 |
| - <SystemCollectionsImmutableVersion>1.5.0</SystemCollectionsImmutableVersion> |
16 |
| - <SystemMemoryVersion>4.5.1</SystemMemoryVersion> |
| 24 | + </PropertyGroup> |
| 25 | + |
| 26 | + <!-- Code Analyzer Dependencies --> |
| 27 | + <PropertyGroup> |
17 | 28 | <MicrosoftCodeAnalysisCSharpVersion>2.9.0</MicrosoftCodeAnalysisCSharpVersion>
|
18 | 29 | <MicrosoftCSharpVersion>4.5.0</MicrosoftCSharpVersion>
|
19 | 30 | <SystemCompositionVersion>1.2.0</SystemCompositionVersion>
|
20 |
| - <MicrosoftMLScoring>1.1.0</MicrosoftMLScoring> |
21 |
| - <SystemIOFileSystemAccessControl>4.5.0</SystemIOFileSystemAccessControl> |
22 |
| - <SystemSecurityPrincipalWindows>4.5.0</SystemSecurityPrincipalWindows> |
23 | 31 | </PropertyGroup>
|
| 32 | + |
| 33 | + <!-- Build/infrastructure Dependencies --> |
| 34 | + <PropertyGroup> |
| 35 | + <PublishSymbolsPackageVersion>1.0.0-beta-62824-02</PublishSymbolsPackageVersion> |
| 36 | + </PropertyGroup> |
| 37 | + |
| 38 | + <!-- Test-only Dependencies --> |
| 39 | + <PropertyGroup> |
| 40 | + <BenchmarkDotNetVersion>0.11.1</BenchmarkDotNetVersion> |
| 41 | + <MicrosoftMLTestModelsPackageVersion>0.0.2-test</MicrosoftMLTestModelsPackageVersion> |
| 42 | + </PropertyGroup> |
| 43 | + |
24 | 44 | </Project>
|
0 commit comments