Skip to content

Commit

Permalink
Fix pre-release warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Mar 14, 2024
1 parent c7b8743 commit ce1c2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Statiq.Alerts/Statiq.Alerts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Statiq.Web" Version="1.0.0-beta.60" />
<PackageReference Include="Statiq.Web" Version="[1.0.0-beta.60, )" NoWarn="NU5104"/>
</ItemGroup>

</Project>

0 comments on commit ce1c2bf

Please sign in to comment.