Skip to content

Commit 3033ce1

Browse files
Update Htmx.Tests project language version to preview
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.
1 parent b73aeba commit 3033ce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Htmx.Tests/Htmx.Tests.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
<IsPackable>false</IsPackable>
6+
<LangVersion>preview</LangVersion>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)