Azure / azure-relay-bridge

Azure Relay Bridge - A cross-platform command line tool to create VPN-less TCP tunnels from and to anywhere
MIT License
121 stars 48 forks source link

Upgrade to .Net 8 #78

Closed paveliak closed 8 months ago

paveliak commented 8 months ago

Few things in this PR: 1) .Net 6.0 -> .Net 8.0 upgrade 2) Azure.Identity package upgraded to 10.2 (minimum version that has no vulnerability) 3) Added build for osx-arm64 4) WiX tools upgraded to 3.14

Breaking changes: 1) Due to the changes in how .Net 8 manages RIDs all Linux distro-specific packages are folded into 2 RPMs for x64/arm64 and 2 DEBs for x64/arm64 2) OpenSUSE users would need to install from tarball due to the way OpenSUSE names OpenSSL package which makes RPM incompatible with it