-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate netstandard1.* references from application-insights (#345)
- Loading branch information
1 parent
b6e39e9
commit d6e05f9
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
patches/application-insights/0002-Update-System.Diagnostics.DiagnosticSource-to-elimin.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|