Skip to content

Commit 8ef4c2c

Browse files
committed
Remove ImplicitUsings label, not supported by Net 6.0
1 parent bb47f5b commit 8ef4c2c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| Program.cs:0:0:0:0 | Program.cs |
2-
| obj/Debug/net9.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs:0:0:0:0 | obj/Debug/net9.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs |
3-
| obj/Debug/net9.0/autobuild.AssemblyInfo.cs:0:0:0:0 | obj/Debug/net9.0/autobuild.AssemblyInfo.cs |
2+
| obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs:0:0:0:0 | obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs |
3+
| obj/Debug/net5.0/autobuild.AssemblyInfo.cs:0:0:0:0 | obj/Debug/net5.0/autobuild.AssemblyInfo.cs |

csharp/ql/integration-tests/all-platforms/autobuild/autobuild.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
6-
<ImplicitUsings>enable</ImplicitUsings>
5+
<TargetFramework>net5.0</TargetFramework>
76
<Nullable>enable</Nullable>
87
</PropertyGroup>
98

0 commit comments

Comments
 (0)