Skip to content

Commit

Permalink
Rolled back min required versions to .0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu2k4 committed Mar 17, 2024
1 parent e080946 commit 5c8c133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PinguApps.Blazor.QRCode/PinguApps.Blazor.QRCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.28" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.0" />
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.4" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.0" />
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.4" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.4" />
</ItemGroup>

Expand Down

0 comments on commit 5c8c133

Please sign in to comment.