]> git.deb.at Git - rhonda/impostor.git/commitdiff
Ditch net452 for the proxy
authorAeonLucid <aeonlucid@gmail.com>
Fri, 16 Oct 2020 22:36:18 +0000 (00:36 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Fri, 16 Oct 2020 22:36:18 +0000 (00:36 +0200)
src/Impostor.Tools.Proxy/Impostor.Tools.Proxy.csproj

index 1a89dbd5c6369ab6f7836283ff16cb71118c445e..044b5e6f5fe2ef3c06f40f7a22c5c56e760c6250 100644 (file)
@@ -2,7 +2,7 @@
 
     <PropertyGroup>
         <OutputType>Exe</OutputType>
-        <TargetFramework>net452</TargetFramework>
+        <TargetFramework>net5.0</TargetFramework>
     </PropertyGroup>
 
     <ItemGroup>