summaryrefslogtreecommitdiff
path: root/Source/Graph/Graph.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Graph/Graph.csproj')
-rw-r--r--Source/Graph/Graph.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Graph/Graph.csproj b/Source/Graph/Graph.csproj
index b9ecfe88..b4adf6e4 100644
--- a/Source/Graph/Graph.csproj
+++ b/Source/Graph/Graph.csproj
@@ -34,7 +34,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
+ <TargetFrameworkProfile Condition=" '$(OS)' == 'Windows_NT'" >Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>