|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. --> |
3 | 3 | <Project Sdk="Microsoft.NET.Sdk"> |
4 | 4 |
|
|
56 | 56 | <NuspecProperty Include="MicrosoftBuildUtilitiesCorePackageVersion=$(MicrosoftBuildUtilitiesCoreVersion)" /> |
57 | 57 | <NuspecProperty Include="SystemBuffersPackageVersion=$(SystemBuffersVersion)" /> |
58 | 58 | <NuspecProperty Include="SystemCollectionsImmutablePackageVersion=$(SystemCollectionsImmutableVersion)" /> |
59 | | - <NuspecProperty Include="SystemDiagnosticsProcessPackageVersion=$(SystemDiagnosticsProcessVersion)" /> |
60 | | - <NuspecProperty Include="SystemDiagnosticsTraceSourcePackageVersion=$(SystemDiagnosticsTraceSourceVersion)" /> |
61 | | - <NuspecProperty Include="SystemLinqExpressionsPackageVersion=$(SystemLinqExpressionsVersion)" /> |
62 | | - <NuspecProperty Include="SystemLinqQueryablePackageVersion=$(SystemLinqQueryableVersion)" /> |
63 | 59 | <NuspecProperty Include="SystemMemoryPackageVersion=$(SystemMemoryVersion)" /> |
64 | | - <NuspecProperty Include="SystemNetRequestsPackageVersion=$(SystemNetRequestsVersion)" /> |
65 | | - <NuspecProperty Include="SystemNetSecurityPackageVersion=$(SystemNetSecurityVersion)" /> |
66 | 60 | <NuspecProperty Include="SystemReflectionEmitPackageVersion=$(SystemReflectionEmitVersion)" /> |
67 | 61 | <NuspecProperty Include="SystemReflectionMetadataPackageVersion=$(SystemReflectionMetadataVersion)" /> |
68 | | - <NuspecProperty Include="SystemReflectionTypeExtensionsPackageVersion=$(SystemReflectionTypeExtensionsVersion)" /> |
69 | | - <NuspecProperty Include="SystemRuntimePackageVersion=$(SystemRuntimeVersion)" /> |
70 | | - <NuspecProperty Include="SystemRuntimeInteropServicesPackageVersion=$(SystemRuntimeInteropServicesVersion)" /> |
71 | | - <NuspecProperty Include="SystemRuntimeLoaderPackageVersion=$(SystemRuntimeLoaderVersion)" /> |
72 | | - <NuspecProperty Include="SystemSecurityClaimsPackageVersion=$(SystemSecurityClaimsVersion)" /> |
73 | | - <NuspecProperty Include="SystemSecurityCryptographyAlgorithmsPackageVersion=$(SystemSecurityCryptographyAlgorithmsVersion)" /> |
74 | | - <NuspecProperty Include="SystemSecurityPrincipalPackageVersion=$(SystemSecurityPrincipalVersion)" /> |
75 | | - <NuspecProperty Include="SystemThreadingTasksParallelPackageVersion=$(SystemThreadingTasksParallelVersion)" /> |
76 | | - <NuspecProperty Include="SystemThreadingThreadPackageVersion=$(SystemThreadingThreadVersion)" /> |
77 | | - <NuspecProperty Include="SystemThreadingThreadPoolPackageVersion=$(SystemThreadingThreadPoolVersion)" /> |
78 | 62 | <NuspecProperty Include="SystemRuntimeCompilerServicesUnsafePackageVersion=$(SystemRuntimeCompilerServicesUnsafeVersion)" /> |
79 | 63 | </ItemGroup> |
80 | 64 |
|
|
432 | 416 | <Compile Include="Service\ItemKey.fsi" /> |
433 | 417 | <Compile Include="Service\ItemKey.fs" /> |
434 | 418 | <Compile Include="Service\SemanticClassificationKey.fsi" /> |
435 | | - <Compile Include="Service\SemanticClassificationKey.fs" /> |
436 | | - <Compile Include="Service\FSharpSource.fsi" /> |
| 419 | + <Compile Include="Service\SemanticClassificationKey.fs" /> |
| 420 | + <Compile Include="Service\FSharpSource.fsi" /> |
437 | 421 | <Compile Include="Service\FSharpSource.fs" /> |
438 | 422 | <Compile Include="Service\IncrementalBuild.fsi" /> |
439 | 423 | <Compile Include="Service\IncrementalBuild.fs" /> |
|
501 | 485 | </ItemGroup> |
502 | 486 |
|
503 | 487 | <ItemGroup> |
504 | | - <PackageReference Include="System.Runtime.Loader" Version="$(SystemRuntimeLoaderVersion)" /> |
505 | 488 | <PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" /> |
506 | | - <PackageReference Include="System.Diagnostics.Process" Version="$(SystemDiagnosticsProcessVersion)" /> |
507 | | - <PackageReference Include="System.Diagnostics.TraceSource" Version="$(SystemDiagnosticsTraceSourceVersion)" /> |
508 | | - <PackageReference Include="System.Linq.Expressions" Version="$(SystemLinqExpressionsVersion)" /> |
509 | | - <PackageReference Include="System.Linq.Queryable" Version="$(SystemLinqExpressionsVersion)" /> |
510 | | - <PackageReference Include="System.Net.Requests" Version="$(SystemNetRequestsVersion)" /> |
511 | | - <PackageReference Include="System.Net.Security" Version="$(SystemNetSecurityVersion)" /> |
512 | 489 | <PackageReference Include="System.Reflection.Emit" Version="$(SystemReflectionEmitVersion)" /> |
513 | 490 | <PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" /> |
514 | | - <PackageReference Include="System.Reflection.TypeExtensions" Version="$(SystemReflectionTypeExtensionsVersion)" /> |
515 | | - <PackageReference Include="System.Runtime" Version="$(SystemRuntimeVersion)" /> |
516 | | - <PackageReference Include="System.Runtime.InteropServices" Version="$(SystemRuntimeInteropServicesVersion)" /> |
517 | | - <PackageReference Include="System.Security.Claims" Version="$(SystemSecurityClaimsVersion)" /> |
518 | | - <PackageReference Include="System.Security.Cryptography.Algorithms" Version="$(SystemSecurityCryptographyAlgorithmsVersion)" /> |
519 | | - <PackageReference Include="System.Security.Principal" Version="$(SystemSecurityPrincipalVersion)" /> |
520 | | - <PackageReference Include="System.Threading.Tasks.Parallel" Version="$(SystemThreadingTasksParallelVersion)" /> |
521 | | - <PackageReference Include="System.Threading.Thread" Version="$(SystemThreadingThreadVersion)" /> |
522 | | - <PackageReference Include="System.Threading.ThreadPool" Version="$(SystemThreadingThreadPoolVersion)" /> |
523 | 491 | <PackageReference Include="System.Buffers" Version="$(SystemBuffersVersion)" /> |
524 | 492 | <PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" /> |
525 | 493 | <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="$(SystemRuntimeCompilerServicesUnsafeVersion)" /> |
|
0 commit comments