Skip to content

Commit 4dffb3b

Browse files
committed
Change integration test to specify .net 6.0 as target framework
1 parent f16aa03 commit 4dffb3b

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/integration-tests/all-platforms/cshtml_standalone_net6

1 file changed

+1
-1
lines changed

csharp/ql/integration-tests/all-platforms/cshtml_standalone_net6/cshtml.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

0 commit comments

Comments
 (0)