File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments