From 745361d7365b2108d86f7c1bff6b87296549c7c5 Mon Sep 17 00:00:00 2001 From: Badrish Chandramouli Date: Mon, 28 Feb 2022 10:49:42 -0800 Subject: [PATCH] remote netcoreapp2.1 from csproj --- cs/remote/test/FASTER.remote.test/FASTER.remote.test.csproj | 2 +- cs/test/FASTER.test.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cs/remote/test/FASTER.remote.test/FASTER.remote.test.csproj b/cs/remote/test/FASTER.remote.test/FASTER.remote.test.csproj index 619528a48..dcaffcc20 100644 --- a/cs/remote/test/FASTER.remote.test/FASTER.remote.test.csproj +++ b/cs/remote/test/FASTER.remote.test/FASTER.remote.test.csproj @@ -1,7 +1,7 @@  - net5.0;netcoreapp3.1;netcoreapp2.1;net461 + net5.0;netcoreapp3.1;net461 net5.0;netcoreapp3.1 AnyCPU;x64 latest diff --git a/cs/test/FASTER.test.csproj b/cs/test/FASTER.test.csproj index f5d51ae7e..8a5fa41e7 100644 --- a/cs/test/FASTER.test.csproj +++ b/cs/test/FASTER.test.csproj @@ -1,7 +1,7 @@  - net5.0;netcoreapp3.1;netcoreapp2.1;net461 + net5.0;netcoreapp3.1;net461 net5.0;netcoreapp3.1 AnyCPU;x64 latest