We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1adb43 commit 9db1366Copy full SHA for 9db1366
2 files changed
csharp/ql/integration-tests/all-platforms/msbuild/Program.cs
@@ -1,4 +1,6 @@
1
-namespace Test
+using System;
2
+
3
+namespace Test
4
{
5
public class Program
6
csharp/ql/integration-tests/all-platforms/msbuild/test.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>net7.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
7
- <Nullable>enable</Nullable>
+ <TargetFramework>net4.0</TargetFramework>
8
</PropertyGroup>
9
</Project>
0 commit comments