CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Remove package references to unused nuget packages #151

Closed CBielstein closed 12 months ago

CBielstein commented 12 months ago

Description

There are a few nuget packages that are not referenced or used in the code, though some of the dependencies of the dependencies are used. This removes the unused packages and adds an explicit dependency on what is required.

Changes

Validation