30 lines
1.2 KiB
Diff
30 lines
1.2 KiB
Diff
From f8861719b8a4a64df0228bb63dcec72ceb08d562 Mon Sep 17 00:00:00 2001
|
|
From: "build@apk-groulx" <build@apk-groulx.praxis>
|
|
Date: Thu, 3 Jun 2021 20:10:24 +0000
|
|
Subject: [PATCH] Fixed problematic version of ApplicationInsights-dotnet,
|
|
pushed to v2.2.0
|
|
|
|
---
|
|
eng/Version.Details.xml | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
|
|
index 0b7309c6..bc626e4b 100644
|
|
--- a/eng/Version.Details.xml
|
|
+++ b/eng/Version.Details.xml
|
|
@@ -73,9 +73,9 @@
|
|
<Sha>0e89c2116ad28e404ba56c14d1c3f938caa25a01</Sha>
|
|
<RepoName>clicommandlineparser</RepoName>
|
|
</Dependency>
|
|
- <Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">
|
|
+ <Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">
|
|
- <Uri>https://github.com/Microsoft/ApplicationInsights-dotnet</Uri>
|
|
+ <Uri>https://github.com/SergeyRazmyslov/ApplicationInsights-dotnet</Uri>
|
|
- <Sha>53b80940842204f78708a538628288ff5d741a1d</Sha>
|
|
+ <Sha>53b80940842204f78708a538628288ff5d741a1d</Sha>
|
|
<RepoName>application-insights</RepoName>
|
|
</Dependency>
|
|
<!-- once https://github.com/dotnet/arcade/issues/3099 is fixed this should have a coherency parent. -->
|
|
--
|
|
2.30.2
|
|
|