Skip to content

Commit 4ce212e

Browse files
Reference ApplicationInsights package in the dotnet aieval tool
1 parent 8e32d98 commit 4ce212e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

eng/packages/General.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageVersion Include="Azure.AI.Inference" Version="1.0.0-beta.5" />
88
<PackageVersion Include="DnsClient" Version="1.8.0" />
99
<PackageVersion Include="ICSharpCode.Decompiler" Version="9.1.0.7988" />
10+
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.23.0" />
1011
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
1112
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="$(MicrosoftCodeAnalysisAnalyzersVersion)" />
1213
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="$(MicrosoftCodeAnalysisVersion)" />

src/Libraries/Microsoft.Extensions.AI.Evaluation.Console/Microsoft.Extensions.AI.Evaluation.Console.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
<ItemGroup>
3838
<PackageReference Include="Azure.Identity" />
3939
<PackageReference Include="Azure.Storage.Files.DataLake" />
40-
<PackageReference Include="System.CommandLine" />
40+
<PackageReference Include="Microsoft.ApplicationInsights" />
4141
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
42+
<PackageReference Include="System.CommandLine" />
4243
</ItemGroup>
4344

4445
<ItemGroup>

0 commit comments

Comments
 (0)