From 0b93cb4893bc2a7d5d2b46cd1da093735712906b Mon Sep 17 00:00:00 2001 From: Sergio Pedri Date: Sat, 5 Mar 2022 03:21:29 +0100 Subject: [PATCH] Bump Notifications test project to .NET Core 3.1 --- .../UnitTests.Notifications.NetCore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/UnitTests.Notifications.NetCore/UnitTests.Notifications.NetCore.csproj b/UnitTests/UnitTests.Notifications.NetCore/UnitTests.Notifications.NetCore.csproj index 0af83573b18..129cb762893 100644 --- a/UnitTests/UnitTests.Notifications.NetCore/UnitTests.Notifications.NetCore.csproj +++ b/UnitTests/UnitTests.Notifications.NetCore/UnitTests.Notifications.NetCore.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp3.1