From de94d788e9a47432a7630a8215896b8dd3628599 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 8 Jan 2023 16:01:54 -0500 Subject: Reorder + analyzer cleanup --- lib/Utils/tests/VNLib.UtilsTests.csproj | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 lib/Utils/tests/VNLib.UtilsTests.csproj (limited to 'lib/Utils/tests/VNLib.UtilsTests.csproj') diff --git a/lib/Utils/tests/VNLib.UtilsTests.csproj b/lib/Utils/tests/VNLib.UtilsTests.csproj new file mode 100644 index 0000000..89b3124 --- /dev/null +++ b/lib/Utils/tests/VNLib.UtilsTests.csproj @@ -0,0 +1,36 @@ + + + + net6.0 + enable + enable + + false + + true + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + -- cgit