Skip to content

Commit ed38c8e

Browse files
authored
Update Microsoft.Extensions.AI to 9.8.0 (#1689)
Updating to the latest package version for Microsoft.Extensions.AI 9.8.0 bringing the latest features introduced in the new version. This change is also welcomed for the packages that rely on latest MEAI versions to support ONNX runtime. i.e: Semantic Kernel ONNX Connector. CC: @baijumeswani
1 parent 53cf212 commit ed38c8e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

nuget/Microsoft.ML.OnnxRuntimeGenAI.Managed.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
<tags>ONNX;ONNX Runtime;ONNX Runtime Gen AI;Machine Learning</tags>
1515
<dependencies>
1616
<group targetFramework="net8.0">
17-
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.7.0" />
17+
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.8.0" />
1818
</group>
1919
<group targetFramework="netstandard2.0">
20-
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.7.0" />
20+
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.8.0" />
2121
</group>
2222
<group targetFramework="net8.0-android31.0">
23-
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.7.0" />
23+
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.8.0" />
2424
</group>
2525
<group targetFramework="net8.0-ios15.4">
26-
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.7.0" />
26+
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.8.0" />
2727
</group>
2828
<group targetFramework="net8.0-maccatalyst14.0">
29-
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.7.0" />
29+
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.8.0" />
3030
</group>
3131
</dependencies>
3232
</metadata>

src/csharp/Microsoft.ML.OnnxRuntimeGenAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
</ItemGroup>
124124

125125
<ItemGroup>
126-
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.7.0" />
126+
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.8.0" />
127127
</ItemGroup>
128128

129129
</Project>

0 commit comments

Comments
 (0)