Skip to content

Commit

Permalink
second stab; build still failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley committed Jun 28, 2017
1 parent 7e9535a commit 2fb2ba4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ReactiveUI/ReactiveUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<PackageId>reactiveui</PackageId>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'tizen30' ">
<TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Platforms\**\*.cs" />
<None Include="Platforms\**\*.cs" />
Expand Down

0 comments on commit 2fb2ba4

Please sign in to comment.