Skip to content

Commit 9db1366

Browse files
committed
Change target framework to 4.0 for mono
1 parent f1adb43 commit 9db1366

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

csharp/ql/integration-tests/all-platforms/msbuild/Program.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
namespace Test
1+
using System;
2+
3+
namespace Test
24
{
35
public class Program
46
{

csharp/ql/integration-tests/all-platforms/msbuild/test.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
6-
<ImplicitUsings>enable</ImplicitUsings>
7-
<Nullable>enable</Nullable>
5+
<TargetFramework>net4.0</TargetFramework>
86
</PropertyGroup>
97
</Project>

0 commit comments

Comments
 (0)