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

Move TargetFramework settings to IceRpc.Version.props #3988

Closed pepone closed 4 months ago

pepone commented 4 months ago

This PR moves the .NET version for TargetFramework and .NET Nuget packages to build/IceRpc.Version.props

To build with the latest .NET 9 preview update build/IceRpc.Version.props:

<TargetFramework>net9.0</TargetFramework>
<NetRuntimeVersion>9.0.*-preview*</NetRuntimeVersion>