Merge all changes
This commit is contained in:
@@ -8,8 +8,14 @@
|
||||
<LangVersion>preview</LangVersion>
|
||||
<IsPackable>false</IsPackable>
|
||||
<IsTestProject>true</IsTestProject>
|
||||
<!-- Prevent including source from main project to avoid duplicate types (CS0436) -->
|
||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- Only include test files, not Models or Commands from main project -->
|
||||
<Compile Include="*Tests.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="FixtureHarvester.csproj" />
|
||||
|
||||
Reference in New Issue
Block a user