build: partial revert 58c333a173 (#75)

Removes the reference to JetBrains.dotCover.MSBuild.
This commit is contained in:
Oliver Booth 2023-04-02 19:40:18 +01:00
parent 2439b3a3cd
commit da220c2242
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 0 additions and 7 deletions

View File

@ -95,11 +95,4 @@
<ProjectReference Include="..\X10D.SourceGenerator\X10D.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.dotCover.MSBuild" Version="1.0.5-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>