Skip to content

Commit

Permalink
Removed unused stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjorgo committed Sep 2, 2020
1 parent f576eea commit 00e6a98
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="2.1.11" />
<PackageReference Include="System.IO.Ports" Version="4.7.0" />
</ItemGroup>

Expand Down
12 changes: 7 additions & 5 deletions src/HeboTech.ATLib.Tests/HeboTech.ATLib.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Moq" Version="4.14.5" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
<PackageReference Include="coverlet.collector" Version="1.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="coverlet.collector" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
83 changes: 0 additions & 83 deletions src/HeboTech.ATLib/Communication/Communicator.cs

This file was deleted.

4 changes: 0 additions & 4 deletions src/HeboTech.ATLib/HeboTech.ATLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.7" />
<PackageReference Include="Stateless" Version="5.1.2" />
<PackageReference Include="System.IO.Pipelines" Version="4.7.2" />
<PackageReference Include="System.IO.Ports" Version="4.7.0" />
<PackageReference Include="System.Threading.Channels" Version="4.7.1" />
</ItemGroup>

</Project>

0 comments on commit 00e6a98

Please sign in to comment.