From e3a1ad7cfecb41219b072e43e3fa30edd7e6b2cb Mon Sep 17 00:00:00 2001 From: ForeverZer0 Date: Mon, 23 Aug 2021 00:18:05 -0400 Subject: [PATCH] Added .csproj file for tests project --- SharpNBT.Tests/SharpNBT.Tests.csproj | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 SharpNBT.Tests/SharpNBT.Tests.csproj diff --git a/SharpNBT.Tests/SharpNBT.Tests.csproj b/SharpNBT.Tests/SharpNBT.Tests.csproj new file mode 100644 index 0000000..0c1cb63 --- /dev/null +++ b/SharpNBT.Tests/SharpNBT.Tests.csproj @@ -0,0 +1,35 @@ + + + + net5.0 + + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + PreserveNewest + + + PreserveNewest + + + + + + + +