Skip to content

Commit 0c95dc9

Browse files
committed
Updating DiagnosticSource version and reflecting in vsintegraion projects
1 parent d502913 commit 0c95dc9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
8989
<SystemCollectionsImmutableVersion>6.0.0</SystemCollectionsImmutableVersion>
9090
<MicrosoftDiaSymReaderPortablePdbVersion>1.6.0</MicrosoftDiaSymReaderPortablePdbVersion>
91-
<SystemDiagnosticsDiagnosticSourceVersion>5.0.1</SystemDiagnosticsDiagnosticSourceVersion>
91+
<SystemDiagnosticsDiagnosticSourceVersion>6.0.0</SystemDiagnosticsDiagnosticSourceVersion>
9292
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
9393
<SystemReflectionEmitVersion>4.7.0</SystemReflectionEmitVersion>
9494
<SystemReflectionMetadataVersion>6.0.0</SystemReflectionMetadataVersion>

vsintegration/Directory.Build.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" PrivateAssets="all" ExcludeAssets="contentFiles;analyzers;native" />
1616
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" PrivateAssets="all" ExcludeAssets="contentFiles;analyzers;native" />
1717
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="$(SystemRuntimeCompilerServicesUnsafeVersion)" PrivateAssets="all" ExcludeAssets="contentFiles;analyzers;native" />
18+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticsDiagnosticSourceVersion)" PrivateAssets="all" ExcludeAssets="contentFiles;analyzers;native" />
1819
</ItemGroup>
1920

2021
<!-- New VS does not allow embedded interop assemblies ... this turns off the target that turns it on -->

0 commit comments

Comments
 (0)