Skip to content

Commit 58d1dcc

Browse files
CopilotYoussef1313
andcommitted
Remove GenerateProgramFile property from test csproj files
The property is not needed and was removed from all four csproj files in the test assets. Co-authored-by: Youssef1313 <[email protected]>
1 parent f6c5440 commit 58d1dcc

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

test/TestAssets/TestProjects/MultiTestProjectSolutionWithPlatforms/OtherTestProject/OtherTestProject.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
1010

11-
<GenerateProgramFile>false</GenerateProgramFile>
1211
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
1312
<IsTestingPlatformApplication>true</IsTestingPlatformApplication>
1413
</PropertyGroup>

test/TestAssets/TestProjects/MultiTestProjectSolutionWithPlatforms/TestProject/TestProject.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
1010

11-
<GenerateProgramFile>false</GenerateProgramFile>
1211
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
1312
<IsTestingPlatformApplication>true</IsTestingPlatformApplication>
1413
</PropertyGroup>

test/TestAssets/TestProjects/MultiTestProjectSolutionWithSharedProject/OtherTestProject/OtherTestProject.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
1010

11-
<GenerateProgramFile>false</GenerateProgramFile>
1211
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
1312
<IsTestingPlatformApplication>true</IsTestingPlatformApplication>
1413
</PropertyGroup>

test/TestAssets/TestProjects/MultiTestProjectSolutionWithSharedProject/TestProject/TestProject.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
1010

11-
<GenerateProgramFile>false</GenerateProgramFile>
1211
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
1312
<IsTestingPlatformApplication>true</IsTestingPlatformApplication>
1413
</PropertyGroup>

0 commit comments

Comments
 (0)