apereo / dotnet-cas-client

Apereo .NET CAS Client
Apache License 2.0
234 stars 172 forks source link

Fix Issue 77 #78

Closed TheHokieCoder closed 6 years ago

TheHokieCoder commented 6 years ago

These changes to the .csproj file clean up unused assembly references:

They also consolidate the following common references across all frameworks into a non-conditional item group:

Finally, the NuGet spec file is updated to reflect these changes. Note that the project still has implicit references to unused assemblies that are caused by the reference to the .NET SDK.

Fixes #77.

phantomtypist commented 6 years ago

Reference my comments in #77.