Skip to content

Commit 509dfab

Browse files
committed
Fix warning CS7022 "The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point."
1 parent beb677f commit 509dfab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ExampleTester/ExampleTester.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<GenerateProgramFile>false</GenerateProgramFile>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)