From 6fc15844b7b916ccd71af8d8a7e21f2a8d8a9d01 Mon Sep 17 00:00:00 2001 From: Mark Seemann Date: Mon, 16 Oct 2023 20:49:28 +0200 Subject: [PATCH] Add Microsoft.NET.Test.Sdk NuGet package This enables running unit tests on .NET (Core). The `false` line comes from this article by Andrew Lock: https://andrewlock.net/fixing-the-error-program-has-more-than-one-entry-point-defined-for-console-apps-containing-xunit-tests/ --- csharp/csharp.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csharp/csharp.csproj b/csharp/csharp.csproj index c14047dc..85b6f03d 100644 --- a/csharp/csharp.csproj +++ b/csharp/csharp.csproj @@ -3,6 +3,7 @@ net6.0 Exe false + false csharp csharp Copyright © 2017 @@ -18,6 +19,7 @@ +