Skip to content

Commit

Permalink
Update Htmx.Tests project language version to preview
Browse files Browse the repository at this point in the history
The Htmx.Tests.csproj file has been modified to use the latest language version ("preview"). This will allow the use of the most recent C# language features in this project.
  • Loading branch information
khalidabuhakmeh committed Apr 22, 2024
1 parent b73aeba commit 3033ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Htmx.Tests/Htmx.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3033ce1

Please sign in to comment.