Skip to content

Commit 84b25b1

Browse files
authored
update the version (#519)
correct the FL version in C# as the packages are centrally managed.
1 parent 6681e9c commit 84b25b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/cs/GettingStarted/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<OnnxRuntimeVersion>1.23.2</OnnxRuntimeVersion>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageVersion Include="Microsoft.AI.Foundry.Local" Version="0.9.*" />
9-
<PackageVersion Include="Microsoft.AI.Foundry.Local.WinML" Version="0.9.*" />
8+
<PackageVersion Include="Microsoft.AI.Foundry.Local" Version="0.9.0" />
9+
<PackageVersion Include="Microsoft.AI.Foundry.Local.WinML" Version="0.9.0" />
1010
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.10" />
1111
<PackageVersion Include="OpenAI" Version="2.5.0" />
1212
</ItemGroup>

0 commit comments

Comments
 (0)