martindevans / MumbleSharp

An implementation of the mumble voice chat protocol in C#
http://martindevans.me
MIT License
91 stars 28 forks source link

Update to NAudio 2.1.0, protobuf-net 2.4.7 and .NET 6 #64

Closed Meetsch closed 2 years ago

Meetsch commented 2 years ago

Note: updated the .NET framework target to .NET 4.8 because 4.5 is not supported by NAudio v2 anymore

martindevans commented 2 years ago

Should we drop explicit support for the old .Net framework? Netstandard2.0 should cover it already.

martindevans commented 2 years ago

Looks good to me 👍