From 4b9eba285a1070c14faa49d60f9f28645f383bf5 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Thu, 11 Apr 2019 16:05:18 +0100 Subject: [PATCH] Dropped net35 supoport --- Facepunch.Steamworks/Facepunch.Steamworks.csproj | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Facepunch.Steamworks/Facepunch.Steamworks.csproj b/Facepunch.Steamworks/Facepunch.Steamworks.csproj index e95d6dc..3d29d21 100644 --- a/Facepunch.Steamworks/Facepunch.Steamworks.csproj +++ b/Facepunch.Steamworks/Facepunch.Steamworks.csproj @@ -2,7 +2,7 @@ - netstandard2.0;net45;net35;net40 + netstandard2.0;net45;net40 true Facepunch.Steamworks @@ -44,11 +44,7 @@ Always - - - C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client - - + C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client Garry Newman