From e6026d246f0e2256fe8b034fab9848e973c1d669 Mon Sep 17 00:00:00 2001 From: "Erik A. Brandstadmoen" Date: Sun, 12 Sep 2021 18:32:48 +0200 Subject: [PATCH] Fixed warnings with different versions of System.* nuget packages (#439) --- product/roundhouse.console/roundhouse.console.csproj | 1 + product/roundhouse.tests/roundhouse.tests.csproj | 2 ++ 2 files changed, 3 insertions(+) diff --git a/product/roundhouse.console/roundhouse.console.csproj b/product/roundhouse.console/roundhouse.console.csproj index 0fd73481..48cd2c3e 100644 --- a/product/roundhouse.console/roundhouse.console.csproj +++ b/product/roundhouse.console/roundhouse.console.csproj @@ -50,6 +50,7 @@ + diff --git a/product/roundhouse.tests/roundhouse.tests.csproj b/product/roundhouse.tests/roundhouse.tests.csproj index 1b2c1bcf..f496ff42 100644 --- a/product/roundhouse.tests/roundhouse.tests.csproj +++ b/product/roundhouse.tests/roundhouse.tests.csproj @@ -32,6 +32,8 @@ + +