File tree Expand file tree Collapse file tree
src/components/BootstrapBlazor.AzureOpenAI Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Razor" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >9.0.0 </Version >
4+ <Version >9.0.1 </Version >
55 </PropertyGroup >
66
77 <PropertyGroup >
1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Azure.AI.OpenAI" Version =" 2.0 .0" />
13+ <PackageReference Include =" Azure.AI.OpenAI" Version =" 2.1 .0" />
1414 <PackageReference Include =" BootstrapBlazor" Version =" $(BBVersion)" />
1515 </ItemGroup >
1616
1717 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
18- <PackageReference Include =" System.Text.Json" Version =" 8.* " />
18+ <PackageReference Include =" System.Text.Json" Version =" 9.0.2 " />
1919 </ItemGroup >
2020
2121 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
22- <PackageReference Include =" System.Text.Json" Version =" 9.0.0-rc.2.* " />
22+ <PackageReference Include =" System.Text.Json" Version =" 9.0.2 " />
2323 </ItemGroup >
2424
2525</Project >
You can’t perform that action at this time.
0 commit comments