We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71866b7 commit af4ef11Copy full SHA for af4ef11
src/DiffEngineTray/DiffEngineTray.csproj
@@ -35,10 +35,5 @@
35
<PackageReference Include="System.Text.Json" />
36
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
37
<ProjectReference Include="..\DiffEngine\DiffEngine.csproj" />
38
- <!-- not sure why, but the below are needing so dotnet tool can resolve the assemblies -->
39
- <PackageReference Include="System.Globalization.Extensions" PrivateAssets="none" />
40
- <PackageReference Include="System.IO.Compression" />
41
- <PackageReference Include="System.Net.Http" />
42
- <PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" />
43
</ItemGroup>
44
</Project>
0 commit comments