icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
102 stars 13 forks source link

Use source link package included with .NET 8 SDK #4017

Closed pepone closed 6 days ago

pepone commented 2 months ago

We include source link package here:

https://github.com/icerpc/icerpc-csharp/blob/042a03404e0378832076f22a1ce1e07232c5d012/src/Directory.Build.props#L11

Seems this is now part of the SDK and can be removed:

https://github.com/dotnet/reproducible-builds/issues/44