File tree Expand file tree Collapse file tree
BootstrapBlazor.AzureOpenAI
BootstrapBlazor.AzureTranslator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <PackageReference Include =" BootstrapBlazor" Version =" $(BBVersion)" />
1111 </ItemGroup >
1212
13- <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
14- <PackageReference Include =" System.Text.Json" Version =" 9.0.2" />
15- </ItemGroup >
16-
17- <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
18- <PackageReference Include =" System.Text.Json" Version =" 9.0.2" />
19- </ItemGroup >
20-
2113</Project >
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 >
44 <PackageTags >Bootstrap Blazor Azure WebAssembly wasm Translator Components</PackageTags >
1111 <PackageReference Include =" BootstrapBlazor" Version =" $(BBVersion)" />
1212 </ItemGroup >
1313
14- <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
15- <PackageReference Include =" System.Text.Json" Version =" 8.0.*" />
16- </ItemGroup >
17-
18- <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
19- <PackageReference Include =" System.Text.Json" Version =" 8.0.*" />
20- </ItemGroup >
21-
22- <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
23- <PackageReference Include =" System.Text.Json" Version =" 10.0.*" />
24- </ItemGroup >
25-
26- <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
27- <PackageReference Include =" System.Text.Json" Version =" 10.0.*" />
28- </ItemGroup >
29-
30- <ItemGroup Condition =" '$(TargetFramework)' == 'net10.0'" >
31- <PackageReference Include =" System.Text.Json" Version =" 10.0.*" />
32- </ItemGroup >
33-
3414</Project >
You can’t perform that action at this time.
0 commit comments