Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit f764bf5

Browse files
committed
Update Application Insights to 2.3.0 (#302)
Progress on NuGet/Engineering#2527
1 parent 791fa77 commit f764bf5

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

src/NuGet.Services.Logging/NuGet.Services.Logging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<PrivateAssets>all</PrivateAssets>
6767
</PackageReference>
6868
<PackageReference Include="Microsoft.ApplicationInsights">
69-
<Version>2.1.0</Version>
69+
<Version>2.3.0</Version>
7070
</PackageReference>
7171
<PackageReference Include="Microsoft.Extensions.Logging">
7272
<Version>1.0.0</Version>

tests/NuGet.Services.Logging.Tests/App.config

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,4 @@
33
<startup>
44
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
55
</startup>
6-
<runtime>
7-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8-
<dependentAssembly>
9-
<assemblyIdentity name="Microsoft.ApplicationInsights" publicKeyToken="31bf3856ad364e35" culture="neutral" />
10-
<bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
11-
</dependentAssembly>
12-
</assemblyBinding>
13-
</runtime>
146
</configuration>

0 commit comments

Comments
 (0)