From 5f495f7b60d606db7ec55f0e8f705cb05f3ab13d Mon Sep 17 00:00:00 2001 From: SibianDG <36513938+SibianDG@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:39:21 +0200 Subject: [PATCH] Update Banking.Tests.csproj Update netcoreapp from 3.0 to 3.1 --- Banking.Tests/Banking.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Banking.Tests/Banking.Tests.csproj b/Banking.Tests/Banking.Tests.csproj index 0cd7447..2a540cd 100644 --- a/Banking.Tests/Banking.Tests.csproj +++ b/Banking.Tests/Banking.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0 + netcoreapp3.1 false