From 16617c9967289a046b775cb5e896f694324af878 Mon Sep 17 00:00:00 2001 From: Joseph Kempster Date: Tue, 12 Apr 2022 13:04:40 +0100 Subject: [PATCH] Make sure TRAMS test project runs in Visual Studio We need the `xunit.runner.visualstudio` package to run tests in Visual Studio. We've already included in most of the test projects, but it's missing in the TRAMS tests. --- Data.TRAMS.Tests/Data.TRAMS.Tests.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Data.TRAMS.Tests/Data.TRAMS.Tests.csproj b/Data.TRAMS.Tests/Data.TRAMS.Tests.csproj index 693de60e6..15721d6a5 100644 --- a/Data.TRAMS.Tests/Data.TRAMS.Tests.csproj +++ b/Data.TRAMS.Tests/Data.TRAMS.Tests.csproj @@ -14,6 +14,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +