Skip to content

Commit 9070dab

Browse files
Sergey KanzhelevSergey Kanzhelev
authored andcommitted
update to 2.2 agent nuget
1 parent 64dc2f4 commit 9070dab

8 files changed

+8
-8
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

SimpleConsoleApp/SimpleConsoleApp.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
<Prefer32Bit>true</Prefer32Bit>
5454
</PropertyGroup>
5555
<ItemGroup>
56-
<Reference Include="Microsoft.AI.Agent.Intercept, Version=2.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
57-
<HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
56+
<Reference Include="Microsoft.AI.Agent.Intercept, Version=2.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
57+
<HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.7\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
60-
<Reference Include="Microsoft.ApplicationInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
61-
<HintPath>..\packages\Microsoft.ApplicationInsights.2.2.0-beta6\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
60+
<Reference Include="Microsoft.ApplicationInsights, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
61+
<HintPath>..\packages\Microsoft.ApplicationInsights.2.3.0-beta1\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
6464
<Reference Include="System" />

SimpleConsoleApp/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.ApplicationInsights" version="2.2.0-beta6" targetFramework="net46" />
4-
<package id="Microsoft.ApplicationInsights.Agent.Intercept" version="2.0.6" targetFramework="net46" />
5-
<package id="Microsoft.ApplicationInsights.Agent_x64" version="2.0.6" targetFramework="net46" />
6-
<package id="Microsoft.ApplicationInsights.Agent_x86" version="2.0.6" targetFramework="net46" />
3+
<package id="Microsoft.ApplicationInsights" version="2.3.0-beta1" targetFramework="net46" />
4+
<package id="Microsoft.ApplicationInsights.Agent.Intercept" version="2.0.7" targetFramework="net46" />
5+
<package id="Microsoft.ApplicationInsights.Agent_x64" version="2.2.0" targetFramework="net46" />
6+
<package id="Microsoft.ApplicationInsights.Agent_x86" version="2.2.0" targetFramework="net46" />
77
</packages>

0 commit comments

Comments
 (0)