From 82eb0f37e01c0c16f433f5632a39287fe71ceb8b Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Tue, 27 Oct 2020 00:08:06 +0700 Subject: [PATCH] Fix unit test problem (#191) * Remove netcoreapp2.1 from unit test targt framework * Bump xunit.runner.visualstudio to 2.4.3 --- src/Hyperion.Tests/Hyperion.Tests.csproj | 4 ++-- src/common.props | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Hyperion.Tests/Hyperion.Tests.csproj b/src/Hyperion.Tests/Hyperion.Tests.csproj index 2247c51a..67fac9e7 100644 --- a/src/Hyperion.Tests/Hyperion.Tests.csproj +++ b/src/Hyperion.Tests/Hyperion.Tests.csproj @@ -3,7 +3,7 @@ Exe - net461;netcoreapp2.1;netcoreapp3.0 + net461;netcoreapp3.0 true latest Hyperion.Tests.Generator.Program @@ -14,7 +14,7 @@ - + diff --git a/src/common.props b/src/common.props index 82e2f636..c52dabb8 100644 --- a/src/common.props +++ b/src/common.props @@ -15,6 +15,7 @@ 2.4.1 + 2.4.3 16.7.1 1.2.2