From b6c7916684c0d387eeb575720fb4f0eb8dab83d6 Mon Sep 17 00:00:00 2001 From: Phyxion Date: Tue, 5 Sep 2017 13:30:35 +0200 Subject: [PATCH] Added .NET 4.0 --- Facepunch.Steamworks/Facepunch.Steamworks.csproj | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Facepunch.Steamworks/Facepunch.Steamworks.csproj b/Facepunch.Steamworks/Facepunch.Steamworks.csproj index 8ad6677..a910c47 100644 --- a/Facepunch.Steamworks/Facepunch.Steamworks.csproj +++ b/Facepunch.Steamworks/Facepunch.Steamworks.csproj @@ -2,7 +2,7 @@ - netstandard2.0;net45;net35 + netstandard2.0;net45;net35;net40 true Facepunch.Steamworks @@ -30,7 +30,11 @@ - C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client - + 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 +