Skip to content

Commit b8829f4

Browse files
committed
remove package reference Microsoft.VisualStudio.Shell.15.0
1 parent 2537163 commit b8829f4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

FineCodeCoverage/FineCodeCoverage.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@
144144
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="16.0.206" ExcludeAssets="runtime">
145145
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
146146
</PackageReference>
147-
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0">
148-
<Version>16.10.31225.38</Version>
149-
</PackageReference>
150147
<PackageReference Include="Microsoft.VisualStudio.TestWindow.Interfaces">
151148
<Version>11.0.61030</Version>
152149
</PackageReference>

SharedProject/Core/FCCEngine.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using FineCodeCoverage.Impl;
1212
using FineCodeCoverage.Options;
1313
using FineCodeCoverage.Output;
14-
using Microsoft.VisualStudio.Shell;
1514

1615
namespace FineCodeCoverage.Engine
1716
{

0 commit comments

Comments
 (0)