Skip to content

Commit d6e05f9

Browse files
Eliminate netstandard1.* references from application-insights (#345)
1 parent b6e39e9 commit d6e05f9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2+
From: Michael Simons <[email protected]>
3+
Date: Fri, 26 Jul 2024 18:03:44 +0000
4+
Subject: [PATCH] Update System.Diagnostics.DiagnosticSource to eliminate
5+
NetStandard1.* dependencies
6+
7+
---
8+
Directory.Build.props | 2 +-
9+
1 file changed, 1 insertion(+), 1 deletion(-)
10+
11+
diff --git a/Directory.Build.props b/Directory.Build.props
12+
index da394914..4faf4d07 100644
13+
--- a/Directory.Build.props
14+
+++ b/Directory.Build.props
15+
@@ -13,7 +13,7 @@
16+
</PropertyGroup>
17+
18+
<PropertyGroup Label="Package versions for System.Diagnostics.DiagnosticSource">
19+
- <SystemDiagnosticsDiagnosticSourcePkgVer>5.0.0</SystemDiagnosticsDiagnosticSourcePkgVer>
20+
+ <SystemDiagnosticsDiagnosticSourcePkgVer>8.0.0</SystemDiagnosticsDiagnosticSourcePkgVer>
21+
<SystemDiagnosticsDiagnosticSourcePkgVer Condition="'$(Redfield)' == 'True'">4.7.0</SystemDiagnosticsDiagnosticSourcePkgVer>
22+
</PropertyGroup>
23+

0 commit comments

Comments
 (0)