Skip to content

Commit

Permalink
Eliminate netstandard1.* references from application-insights (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons authored Jul 27, 2024
1 parent b6e39e9 commit d6e05f9
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Michael Simons <[email protected]>
Date: Fri, 26 Jul 2024 18:03:44 +0000
Subject: [PATCH] Update System.Diagnostics.DiagnosticSource to eliminate
NetStandard1.* dependencies

---
Directory.Build.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Directory.Build.props b/Directory.Build.props
index da394914..4faf4d07 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -13,7 +13,7 @@
</PropertyGroup>

<PropertyGroup Label="Package versions for System.Diagnostics.DiagnosticSource">
- <SystemDiagnosticsDiagnosticSourcePkgVer>5.0.0</SystemDiagnosticsDiagnosticSourcePkgVer>
+ <SystemDiagnosticsDiagnosticSourcePkgVer>8.0.0</SystemDiagnosticsDiagnosticSourcePkgVer>
<SystemDiagnosticsDiagnosticSourcePkgVer Condition="'$(Redfield)' == 'True'">4.7.0</SystemDiagnosticsDiagnosticSourcePkgVer>
</PropertyGroup>

0 comments on commit d6e05f9

Please sign in to comment.