Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Csajtai committed Nov 26, 2017
1 parent 9bf810b commit 93df372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trybot/trybot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.0'">
<AssemblyTitle>Trybot .NET Standard 1.0</AssemblyTitle>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'portable-net45+win8+wpa81+wp8'">
<PropertyGroup Condition="'$(TargetFramework)' == 'portable-net45+win8+wpa81+wp8' And '$(MSBuildRuntimeType)' == 'Full'">
<AssemblyTitle>Trybot Portable</AssemblyTitle>
<IncludeProjectPriFile>false</IncludeProjectPriFile>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
Expand Down

0 comments on commit 93df372

Please sign in to comment.