Skip to content

Commit

Permalink
Update DiffEngine.Tests.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 26, 2023
1 parent eea1a10 commit a8a6c80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/DiffEngine.Tests/DiffEngine.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<PackageReference Include="ProjectDefaults" Version="1.0.87" PrivateAssets="all" />
<PackageReference Include="XunitContext" Version="3.2.5" />
<ProjectReference Include="..\DiffEngine\DiffEngine.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net7.0'">
<Compile Remove="DefinitionsTest.cs" />
<Compile Remove="DefinitionsTest.cs" Condition="'$(TargetFramework)' != 'net7.0'"/>
</ItemGroup>
</Project>

0 comments on commit a8a6c80

Please sign in to comment.