From aee79ecfedda2a5c8233df098e8049698a26dd50 Mon Sep 17 00:00:00 2001 From: cinder Date: Thu, 2 Jan 2025 14:16:36 -0600 Subject: [PATCH] Suppress missing xmldoc args warning in TestClient --- LibreMetaverse/LibreMetaverse.csproj | 20 +++++++++---------- .../examples/TestClient/TestClient.csproj | 15 +++++++------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/LibreMetaverse/LibreMetaverse.csproj b/LibreMetaverse/LibreMetaverse.csproj index 4e461456..f6d1fe82 100644 --- a/LibreMetaverse/LibreMetaverse.csproj +++ b/LibreMetaverse/LibreMetaverse.csproj @@ -1,19 +1,19 @@  LibreMetaverse - LibreMetaverse - LibreMetaverse allows your code to read and work with data send across a SecondLife, Halcyon, OpenSimulator, or related connection. + LibreMetaverse + LibreMetaverse allows your code to read and work with data send across a SecondLife, Halcyon, OpenSimulator, or related connection. Library LibreMetaverse true - true - true - true - snupkg + true + true + true + snupkg $(NoWarn);CS0419;CS8981;CS1591;CS1574 netstandard2.0;net8.0;net9.0 AnyCPU - ..\bin\ + ..\bin\ TRACE;DEBUG @@ -42,8 +42,8 @@ - - - + + + \ No newline at end of file diff --git a/Programs/examples/TestClient/TestClient.csproj b/Programs/examples/TestClient/TestClient.csproj index 5c7573e9..a3d45371 100644 --- a/Programs/examples/TestClient/TestClient.csproj +++ b/Programs/examples/TestClient/TestClient.csproj @@ -1,13 +1,14 @@  - TestClient - Exe + TestClient + Exe true ..\..\..\bin\ net481;net8.0;net9.0 AnyCPU - true - snupkg + true + snupkg + $(NoWarn);CS1591 TRACE;DEBUG @@ -33,8 +34,8 @@ - - - + + + \ No newline at end of file