Skip to content

Commit 201ea92

Browse files
CopilotYoussef1313
andcommitted
Remove IsTestingPlatformApplication 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 58d1dcc commit 201ea92

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
@@ -9,7 +9,6 @@
99
<Nullable>enable</Nullable>
1010

1111
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
12-
<IsTestingPlatformApplication>true</IsTestingPlatformApplication>
1312
</PropertyGroup>
1413

1514
<ItemGroup>

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

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

1111
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
12-
<IsTestingPlatformApplication>true</IsTestingPlatformApplication>
1312
</PropertyGroup>
1413

1514
<ItemGroup>

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

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

1111
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
12-
<IsTestingPlatformApplication>true</IsTestingPlatformApplication>
1312
</PropertyGroup>
1413

1514
<ItemGroup>

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

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

1111
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
12-
<IsTestingPlatformApplication>true</IsTestingPlatformApplication>
1312
</PropertyGroup>
1413

1514
<ItemGroup>

0 commit comments

Comments
 (0)