Skip to content

Commit

Permalink
chore: use non-prerelease Falco
Browse files Browse the repository at this point in the history
  • Loading branch information
dpraimeyuu committed Jan 10, 2024
1 parent 9152042 commit ccb4603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Falco.Htmx/Falco.Htmx.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Falco" Version="4.0.0-beta2" />
<PackageReference Include="Falco" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Falco.Htmx.Tests/Falco.Htmx.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Falco" Version="4.0.0-beta2" />
<PackageReference Include="Falco" Version="4.0.0" />
<PackageReference Include="FsUnit.Xunit" Version="4.0.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.*" />
<PackageReference Include="xunit" Version="2.4.*" />
Expand Down

0 comments on commit ccb4603

Please sign in to comment.