diff --git a/src/Frameworks.props b/src/Frameworks.props index c82eddc..53ba2c6 100644 --- a/src/Frameworks.props +++ b/src/Frameworks.props @@ -1,17 +1,13 @@ - - net6.0;net7.0;net8.0;net9.0 - - - + net6.0;net7.0;net8.0;net9.0;net10.0 8.0.* 9.0.* - 10.0.0-rc* + 10.0.* diff --git a/src/Longbow.Modbus/Longbow.Modbus.csproj b/src/Longbow.Modbus/Longbow.Modbus.csproj index f6bb2a3..2a6f451 100644 --- a/src/Longbow.Modbus/Longbow.Modbus.csproj +++ b/src/Longbow.Modbus/Longbow.Modbus.csproj @@ -1,7 +1,7 @@  - 9.1.1 + 10.0.0 @@ -10,8 +10,8 @@ - - + + diff --git a/src/Longbow.SerialPorts/Longbow.SerialPorts.csproj b/src/Longbow.SerialPorts/Longbow.SerialPorts.csproj index cf8a132..90f7bf5 100644 --- a/src/Longbow.SerialPorts/Longbow.SerialPorts.csproj +++ b/src/Longbow.SerialPorts/Longbow.SerialPorts.csproj @@ -1,7 +1,7 @@ - 9.0.2 + 10.0.0 @@ -20,12 +20,12 @@ - + - + diff --git a/src/Longbow.Sockets/Longbow.Sockets.csproj b/src/Longbow.Sockets/Longbow.Sockets.csproj index eb0ab53..0083e4f 100644 --- a/src/Longbow.Sockets/Longbow.Sockets.csproj +++ b/src/Longbow.Sockets/Longbow.Sockets.csproj @@ -1,7 +1,7 @@  - 9.0.4 + 10.0.0 @@ -18,11 +18,11 @@ - + - + diff --git a/src/Longbow.TcpSocket/Longbow.TcpSocket.csproj b/src/Longbow.TcpSocket/Longbow.TcpSocket.csproj index cb07c01..9e7ab48 100644 --- a/src/Longbow.TcpSocket/Longbow.TcpSocket.csproj +++ b/src/Longbow.TcpSocket/Longbow.TcpSocket.csproj @@ -1,7 +1,7 @@  - 9.0.13 + 10.0.0 @@ -18,11 +18,11 @@ - + - + @@ -30,7 +30,7 @@ - + diff --git a/src/Longbow.UdpSocket/Longbow.UdpSocket.csproj b/src/Longbow.UdpSocket/Longbow.UdpSocket.csproj index a7e80f6..6199ce0 100644 --- a/src/Longbow.UdpSocket/Longbow.UdpSocket.csproj +++ b/src/Longbow.UdpSocket/Longbow.UdpSocket.csproj @@ -1,7 +1,7 @@  - 9.0.0 + 10.0.0 @@ -18,11 +18,11 @@ - + - + @@ -30,7 +30,7 @@ - + diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 17e3c9d..15bfece 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -3,7 +3,7 @@ - net9.0 + net10.0 diff --git a/test/Version.props b/test/Version.props index eafd867..33ea25c 100644 --- a/test/Version.props +++ b/test/Version.props @@ -1,17 +1,13 @@ - - net9.0 - - - + net10.0 8.0.* 9.0.* - 10.0.0-rc* + 10.0.*