Set versions of Microsoft.AspNetCore.Components to auto-update

This commit is contained in:
Matija Koželj 2023-03-15 10:30:18 +01:00
parent 30a1e7924c
commit 651b866f05

View File

@ -28,7 +28,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="7.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="7.0.*-*" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.*-*" />
</ItemGroup>