From ab6cbb8ee9be949768135e6a662e88dd07fce9be Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Sat, 17 Oct 2020 00:36:18 +0200 Subject: [PATCH] Ditch net452 for the proxy --- src/Impostor.Tools.Proxy/Impostor.Tools.Proxy.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Impostor.Tools.Proxy/Impostor.Tools.Proxy.csproj b/src/Impostor.Tools.Proxy/Impostor.Tools.Proxy.csproj index 1a89dbd..044b5e6 100644 --- a/src/Impostor.Tools.Proxy/Impostor.Tools.Proxy.csproj +++ b/src/Impostor.Tools.Proxy/Impostor.Tools.Proxy.csproj @@ -2,7 +2,7 @@ Exe - net452 + net5.0 -- 2.39.5