Skip to content

Commit a00bfb1

Browse files
committed
update project
1 parent 6bbc328 commit a00bfb1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

test/FluentCommand.Entities/FluentCommand.Entities.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
<TargetFrameworks>netstandard2.0;net8.0;net9.0</TargetFrameworks>
44
<IsPackable>false</IsPackable>
55
<LangVersion>latest</LangVersion>
6+
</PropertyGroup>
7+
8+
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
69
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
710
</PropertyGroup>
11+
812
<ItemGroup>
913
<ProjectReference Include="..\..\src\FluentCommand.Generators\FluentCommand.Generators.csproj">
1014
<OutputItemType>Analyzer</OutputItemType>

test/FluentCommand.Tests/FluentCommand.Tests.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<OutputType>Exe</OutputType>
55
<IsPackable>false</IsPackable>
6+
</PropertyGroup>
7+
8+
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
69
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
710
</PropertyGroup>
11+
812
<ItemGroup>
913
<Compile Remove="TestResults\**" />
1014
<EmbeddedResource Remove="TestResults\**" />
1115
<None Remove="TestResults\**" />
1216
</ItemGroup>
17+
1318
<ItemGroup>
1419
<PackageReference Include="coverlet.collector">
1520
<PrivateAssets>all</PrivateAssets>
@@ -21,6 +26,7 @@
2126
</PackageReference>
2227
<PackageReference Include="xunit.v3" />
2328
</ItemGroup>
29+
2430
<ItemGroup>
2531
<ProjectReference Include="..\..\src\FluentCommand.Generators\FluentCommand.Generators.csproj">
2632
<OutputItemType>Analyzer</OutputItemType>
@@ -30,6 +36,7 @@
3036
<ProjectReference Include="..\..\src\FluentCommand\FluentCommand.csproj" />
3137
<ProjectReference Include="..\FluentCommand.Entities\FluentCommand.Entities.csproj" />
3238
</ItemGroup>
39+
3340
<ItemGroup>
3441
<Using Include="Xunit" />
3542
</ItemGroup>

0 commit comments

Comments
 (0)