Skip to content

Commit 9d2ef93

Browse files
author
fabien.menager
committed
Fix test projects
1 parent 77c36b8 commit 9d2ef93

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/EntityFrameworkCore.Projectables.CodeFixes.Tests/EntityFrameworkCore.Projectables.CodeFixes.Tests.csproj

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

33
<PropertyGroup>
44
<IsPackable>false</IsPackable>
5-
<OutputType>true</OutputType>
5+
<OutputType>exe</OutputType>
66
</PropertyGroup>
77

88
<ItemGroup>

tests/EntityFrameworkCore.Projectables.FunctionalTests/EntityFrameworkCore.Projectables.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
55
<IsPackable>false</IsPackable>
6-
<OutputType>true</OutputType>
6+
<OutputType>exe</OutputType>
77
</PropertyGroup>
88

99
<ItemGroup>

tests/EntityFrameworkCore.Projectables.Generator.Tests/EntityFrameworkCore.Projectables.Generator.Tests.csproj

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

33
<PropertyGroup>
44
<IsPackable>false</IsPackable>
5-
<OutputType>true</OutputType>
5+
<OutputType>exe</OutputType>
66
</PropertyGroup>
77

88
<ItemGroup>

tests/EntityFrameworkCore.Projectables.Tests/EntityFrameworkCore.Projectables.Tests.csproj

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

33
<PropertyGroup>
44
<IsPackable>false</IsPackable>
5-
<OutputType>true</OutputType>
5+
<OutputType>exe</OutputType>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)