Skip to content

Commit 730ff8b

Browse files
author
t-jekor
committed
Add empty property group for netcoreapp1.0
1 parent b458382 commit 730ff8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Directory.build.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<PropertyGroup Condition="'$(TargetFramework)' == 'MonoAndroid70'">
1919
<DefineConstants>$(DefineConstants);MONO;ANDROID</DefineConstants>
2020
</PropertyGroup>
21+
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp1.0'">
22+
</PropertyGroup>
2123

2224
<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' ">
2325
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform " Version="5.2.2" />

0 commit comments

Comments
 (0)