diff --git a/LibreMetaverse.LslTools/LibreMetaverse.LslTools.csproj b/LibreMetaverse.LslTools/LibreMetaverse.LslTools.csproj index 1025d4cf..ee0007e7 100644 --- a/LibreMetaverse.LslTools/LibreMetaverse.LslTools.csproj +++ b/LibreMetaverse.LslTools/LibreMetaverse.LslTools.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net7.0;net8.0 + netstandard2.0;net8.0;net9.0 LibreMetaverse.LslTools LibreMetaverse.LslTools Lexer for LSL scrripting language diff --git a/LibreMetaverse.Rendering.Meshmerizer/LibreMetaverse.Rendering.Meshmerizer.csproj b/LibreMetaverse.Rendering.Meshmerizer/LibreMetaverse.Rendering.Meshmerizer.csproj index f8304ac7..be7e49dd 100644 --- a/LibreMetaverse.Rendering.Meshmerizer/LibreMetaverse.Rendering.Meshmerizer.csproj +++ b/LibreMetaverse.Rendering.Meshmerizer/LibreMetaverse.Rendering.Meshmerizer.csproj @@ -4,7 +4,7 @@ LibreMetaverse.Rendering.Meshmerizer Meshmerizer library for rendering mesh assets in LibreMetaverse LibreMetaverse.Rendering.Meshmerizer - netstandard2.0;net7.0;net8.0 + netstandard2.0;net8.0;net9.0 Library true true diff --git a/LibreMetaverse.Rendering.Simple/LibreMetaverse.Rendering.Simple.csproj b/LibreMetaverse.Rendering.Simple/LibreMetaverse.Rendering.Simple.csproj index ab1bb5cb..a5222e34 100644 --- a/LibreMetaverse.Rendering.Simple/LibreMetaverse.Rendering.Simple.csproj +++ b/LibreMetaverse.Rendering.Simple/LibreMetaverse.Rendering.Simple.csproj @@ -3,7 +3,7 @@ LibreMetaverse.Rendering.Simple Simple library for rendering mesh assets in LibreMetaverse LibreMetaverse.Rendering.Simple - netstandard2.0;net7.0;net8.0 + netstandard2.0;net8.0;net9.0 Library LibreMetaverse.Rendering.Simple true diff --git a/LibreMetaverse.StructuredData/LibreMetaverse.StructuredData.csproj b/LibreMetaverse.StructuredData/LibreMetaverse.StructuredData.csproj index 78b11d80..26b42708 100644 --- a/LibreMetaverse.StructuredData/LibreMetaverse.StructuredData.csproj +++ b/LibreMetaverse.StructuredData/LibreMetaverse.StructuredData.csproj @@ -3,7 +3,7 @@ LibreMetaverse.StructuredData LibreMetaverse structured data library LibreMetaverse.StructuredData - netstandard2.0;net7.0;net8.0 + netstandard2.0;net8.0;net9.0 Library LibreMetaverse.StructuredData true diff --git a/LibreMetaverse.Tests/LibreMetaverse.Tests.csproj b/LibreMetaverse.Tests/LibreMetaverse.Tests.csproj index d431557f..1488b5ec 100644 --- a/LibreMetaverse.Tests/LibreMetaverse.Tests.csproj +++ b/LibreMetaverse.Tests/LibreMetaverse.Tests.csproj @@ -1,7 +1,7 @@  LibreMetaverse.Tests - net481;net6.0;net7.0;net8.0 + net481;net8.0;net9.0 Library LibreMetaverse.Tests true diff --git a/LibreMetaverse.Types/LibreMetaverse.Types.csproj b/LibreMetaverse.Types/LibreMetaverse.Types.csproj index 3a716e61..97514553 100644 --- a/LibreMetaverse.Types/LibreMetaverse.Types.csproj +++ b/LibreMetaverse.Types/LibreMetaverse.Types.csproj @@ -3,7 +3,7 @@ LibreMetaverse.Types LibreMetaverse.Types LibreMetaverse type library - netstandard2.0;net7.0;net8.0 + netstandard2.0;net8.0;net9.0 Library LibreMetaverse true diff --git a/LibreMetaverse.Utilities/LibreMetaverse.Utilities.csproj b/LibreMetaverse.Utilities/LibreMetaverse.Utilities.csproj index afcbf871..deca267f 100644 --- a/LibreMetaverse.Utilities/LibreMetaverse.Utilities.csproj +++ b/LibreMetaverse.Utilities/LibreMetaverse.Utilities.csproj @@ -3,7 +3,7 @@ LibreMetaverse.Utilities LibreMetaverse.Utilities LibreMetaverse utility library - netstandard2.0;net7.0;net8.0 + netstandard2.0;net8.0;net9.0 Library LibreMetaverse.Utilities true diff --git a/LibreMetaverse.Voice.Vivox/LibreMetaverse.Voice.Vivox.csproj b/LibreMetaverse.Voice.Vivox/LibreMetaverse.Voice.Vivox.csproj index a56e6a7a..74a78533 100644 --- a/LibreMetaverse.Voice.Vivox/LibreMetaverse.Voice.Vivox.csproj +++ b/LibreMetaverse.Voice.Vivox/LibreMetaverse.Voice.Vivox.csproj @@ -4,7 +4,7 @@ Library interface for Vivox voice client Library LibreMetaverse - netstandard2.0;net7.0;net8.0 + netstandard2.0;net8.0;net9.0 true true snupkg diff --git a/LibreMetaverse/LibreMetaverse.csproj b/LibreMetaverse/LibreMetaverse.csproj index 5dd7e7d0..555eb78e 100644 --- a/LibreMetaverse/LibreMetaverse.csproj +++ b/LibreMetaverse/LibreMetaverse.csproj @@ -11,7 +11,7 @@ true snupkg $(NoWarn);CS8981;CS1591;CS1574 - netstandard2.0;net7.0;net8.0 + netstandard2.0;net8.0;net9.0 AnyCPU ..\bin\ diff --git a/PrimMesher/LibreMetaverse.PrimMesher.csproj b/PrimMesher/LibreMetaverse.PrimMesher.csproj index 9d4851d6..1bd790dc 100644 --- a/PrimMesher/LibreMetaverse.PrimMesher.csproj +++ b/PrimMesher/LibreMetaverse.PrimMesher.csproj @@ -4,7 +4,7 @@ LibreMetaverse.PrimMesher LibreMetaverse.PrimMesher Library - netstandard2.0;net7.0;net8.0 + netstandard2.0;net8.0;net9.0 Dhalia Trimble, Sjofn LLC, OpenMetaverse Developers true true diff --git a/Programs/GridProxy/GridProxy.csproj b/Programs/GridProxy/GridProxy.csproj index 9ef4d35c..cdafe2f1 100644 --- a/Programs/GridProxy/GridProxy.csproj +++ b/Programs/GridProxy/GridProxy.csproj @@ -5,7 +5,7 @@ Library GridProxy true - net6.0;net7.0;net8.0 + net8.0;net9.0 AnyCPU ..\..\bin\ false diff --git a/Programs/VivoxTest/VivoxTest.csproj b/Programs/VivoxTest/VivoxTest.csproj index 9f93f455..8ae3d9e4 100644 --- a/Programs/VivoxTest/VivoxTest.csproj +++ b/Programs/VivoxTest/VivoxTest.csproj @@ -3,7 +3,7 @@ Exe true ..\..\bin\ - net481;net7.0;net8.0 + net481;net8.0;net9.0 AnyCPU false VivoxTest diff --git a/Programs/examples/IRCGateway/IRCGateway.csproj b/Programs/examples/IRCGateway/IRCGateway.csproj index 88d228aa..a99a38f8 100644 --- a/Programs/examples/IRCGateway/IRCGateway.csproj +++ b/Programs/examples/IRCGateway/IRCGateway.csproj @@ -5,7 +5,7 @@ true Exe ..\..\..\bin\ - net6.0;net7.0;net8.0 + net8.0;net9.0 AnyCPU false diff --git a/Programs/examples/PacketDump/PacketDump.csproj b/Programs/examples/PacketDump/PacketDump.csproj index 967c5bf5..e46f214a 100644 --- a/Programs/examples/PacketDump/PacketDump.csproj +++ b/Programs/examples/PacketDump/PacketDump.csproj @@ -5,7 +5,7 @@ Exe true ..\..\..\bin\ - net6.0;net7.0;net8.0 + net8.0;net9.0 AnyCPU true snupkg diff --git a/Programs/examples/TestClient/TestClient.csproj b/Programs/examples/TestClient/TestClient.csproj index cb7e4ed0..6e1e9cda 100644 --- a/Programs/examples/TestClient/TestClient.csproj +++ b/Programs/examples/TestClient/TestClient.csproj @@ -4,7 +4,7 @@ Exe true ..\..\..\bin\ - net481;net7.0;net8.0 + net481;net8.0;net9.0 AnyCPU true snupkg diff --git a/Programs/mapgenerator/mapgenerator.csproj b/Programs/mapgenerator/mapgenerator.csproj index 4ba912f7..c5955ae8 100644 --- a/Programs/mapgenerator/mapgenerator.csproj +++ b/Programs/mapgenerator/mapgenerator.csproj @@ -5,7 +5,7 @@ true ..\..\bin\ LibreMetaverse.MapGenerator - net6.0;net7.0;net8.0 + net8.0;net9.0 AnyCPU true snupkg diff --git a/README.md b/README.md index b0b1b6e3..f6a671e8 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If all goes well, you should now have all dependent packages properly installed. - From the root, run `dotnet msbuild LibreMetaverse.Release.sln`, and enjoy the superfast Roslyn compiler at work 😄 It should finish after a few minutes, depending on the speed of your machine. -- Your binaries will be under `../bin/net6.0` or `../bin/net7.0` (there might be a few more directories under `../bin`), +- Your binaries will be under `../bin/net8.0` or `../bin/net9.0` (there might be a few more directories under `../bin`), depending on what runtimes you have installed on your system. Make sure you `cd` to the correct directory depending on the runtime you have, and then search for all your binaries there: they should be normal-looking executable files (with the `x` attribute set) and having the name of the appropriate test application (e.g. `TestClient` for the interactive testing tool).