Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Unnecessary PackageReferences #2037

Merged
merged 10 commits into from
May 28, 2024
10 changes: 0 additions & 10 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,15 @@
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
<SystemDiagnosticsDiagnosticSourceVersion>8.0.0</SystemDiagnosticsDiagnosticSourceVersion>
<SystemDiagnosticsProcessVersion>4.3.0</SystemDiagnosticsProcessVersion>
<SystemDiagnosticsTraceSourceVersion>4.3.0</SystemDiagnosticsTraceSourceVersion>
<SystemIOCompressionVersion>4.3.0</SystemIOCompressionVersion>
<SystemIOUnmanagedMemoryStreamVersion>4.3.0</SystemIOUnmanagedMemoryStreamVersion>
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
<SystemNetNameResolutionVersion>4.3.0</SystemNetNameResolutionVersion>
<SystemNetRequestsVersion>4.3.0</SystemNetRequestsVersion>
<SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion>
<SystemReflectionMetadataVersion>8.0.0</SystemReflectionMetadataVersion>
<SystemReflectionTypeExtensionsVersion>4.7.0</SystemReflectionTypeExtensionsVersion>
<SystemRuntimeVersion>4.3.1</SystemRuntimeVersion>
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>
<SystemRuntimeInteropServicesRuntimeInformationVersion></SystemRuntimeInteropServicesRuntimeInformationVersion>
<SystemSecurityCryptographyAlgorithmsVersion>4.3.1</SystemSecurityCryptographyAlgorithmsVersion>
<SystemTextEncodingsWebVersion>8.0.0</SystemTextEncodingsWebVersion>
<SystemTextJsonVersion>8.0.1</SystemTextJsonVersion>
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
<SystemThreadingTasksParallelVersion>4.3.0</SystemThreadingTasksParallelVersion>
<SystemThreadingThreadVersion>4.3.0</SystemThreadingThreadVersion>
</PropertyGroup>

<!-- ClrMD -->
Expand Down
10 changes: 0 additions & 10 deletions src/TraceEvent/Microsoft.Diagnostics.Tracing.TraceEvent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,9 @@
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Win32.Registry" version="$MicrosoftWin32RegistryVersion$" />
<dependency id="System.Collections.Immutable" version="$SystemCollectionsImmutableVersion$" />
<dependency id="System.Diagnostics.Process" version="$SystemDiagnosticsProcessVersion$" />
<dependency id="System.Diagnostics.TraceSource" version="$SystemDiagnosticsTraceSourceVersion$" />
<dependency id="System.IO.Compression" version="$SystemIOCompressionVersion$" />
<dependency id="System.IO.UnmanagedMemoryStream" version="$SystemIOUnmanagedMemoryStreamVersion$" />
<dependency id="System.Net.Requests" version="$SystemNetRequestsVersion$" />
<dependency id="System.Net.NameResolution" version="$SystemNetNameResolutionVersion$" />
<dependency id="System.Reflection.Metadata" version="$SystemReflectionMetadataVersion$" />
<dependency id="System.Reflection.TypeExtensions" version="$SystemReflectionTypeExtensionsVersion$" />
<dependency id="System.Runtime" version="$SystemRuntimeVersion$" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="$SystemRuntimeCompilerServicesUnsafeVersion$" />
<dependency id="System.Security.Cryptography.Algorithms" version="$SystemSecurityCryptographyAlgorithmsVersion$" />
<dependency id="System.Threading.Tasks.Parallel" version="$SystemThreadingTasksParallelVersion$" />
<dependency id="System.Threading.Thread" version="$SystemThreadingThreadVersion$" />
</group>
</dependencies>
</metadata>
Expand Down
1 change: 0 additions & 1 deletion src/TraceEvent/TraceEvent.Tests/TraceEvent.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<ItemGroup>
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVisualstudioVersion)" PrivateAssets="all" />
<PackageReference Include="System.IO.Compression" Version="$(SystemIOCompressionVersion)" />
</ItemGroup>

<ItemGroup Condition="'$(MicrosoftDiagnosticsRuntimeVersion)' != 'local'">
Expand Down
20 changes: 0 additions & 20 deletions src/TraceEvent/TraceEvent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,9 @@
<NuspecProperties>$(NuspecProperties);OutDir=$(OutputPath)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);MicrosoftWin32RegistryVersion=$(MicrosoftWin32RegistryVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemCollectionsImmutableVersion=$(SystemCollectionsImmutableVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemDiagnosticsProcessVersion=$(SystemDiagnosticsProcessVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemDiagnosticsTraceSourceVersion=$(SystemDiagnosticsTraceSourceVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemIOCompressionVersion=$(SystemIOCompressionVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemIOUnmanagedMemoryStreamVersion=$(SystemIOUnmanagedMemoryStreamVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemNetRequestsVersion=$(SystemNetRequestsVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemNetNameResolutionVersion=$(SystemNetNameResolutionVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemReflectionMetadataVersion=$(SystemReflectionMetadataVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemReflectionTypeExtensionsVersion=$(SystemReflectionTypeExtensionsVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemRuntimeVersion=$(SystemRuntimeVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemRuntimeCompilerServicesUnsafeVersion=$(SystemRuntimeCompilerServicesUnsafeVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemSecurityCryptographyAlgorithmsVersion=$(SystemSecurityCryptographyAlgorithmsVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemThreadingTasksParallelVersion=$(SystemThreadingTasksParallelVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);SystemThreadingThreadVersion=$(SystemThreadingThreadVersion)</NuspecProperties>
</PropertyGroup>
</Target>

Expand All @@ -64,19 +54,9 @@
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles" Version="$(MicrosoftDiagnosticsTracingTraceEventSupportFilesVersion)" />
<PackageReference Include="Microsoft.Win32.Registry" Version="$(MicrosoftWin32RegistryVersion)" />
<PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" />
<PackageReference Include="System.Diagnostics.Process" Version="$(SystemDiagnosticsProcessVersion)" />
<PackageReference Include="System.Diagnostics.TraceSource" Version="$(SystemDiagnosticsTraceSourceVersion)" />
<PackageReference Include="System.IO.Compression" Version="$(SystemIOCompressionVersion)" />
<PackageReference Include="System.IO.UnmanagedMemoryStream" Version="$(SystemIOUnmanagedMemoryStreamVersion)" />
<PackageReference Include="System.Net.Requests" Version="$(SystemNetRequestsVersion)" />
<PackageReference Include="System.Net.NameResolution" Version="$(SystemNetNameResolutionVersion)" />
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="$(SystemReflectionTypeExtensionsVersion)" />
<PackageReference Include="System.Runtime" Version="$(SystemRuntimeVersion)" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="$(SystemRuntimeCompilerServicesUnsafeVersion)" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="$(SystemSecurityCryptographyAlgorithmsVersion)" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="$(SystemThreadingTasksParallelVersion)" />
<PackageReference Include="System.Threading.Thread" Version="$(SystemThreadingThreadVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down