File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 4545 </ItemGroup >
4646
4747 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
48- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 6.0.29 " />
49- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 6.0.0 " />
48+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 6.0.36 " />
49+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 6.0.1 " />
5050 </ItemGroup >
5151
5252 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
53- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.4 " />
53+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.11 " />
5454 <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 8.0.0" />
5555 </ItemGroup >
5656
57+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0' " >
58+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.0" />
59+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.0" />
60+ </ItemGroup >
61+
5762</Project >
You can’t perform that action at this time.
0 commit comments