We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b458382 commit 730ff8bCopy full SHA for 730ff8b
1 file changed
src/Directory.build.targets
@@ -18,6 +18,8 @@
18
<PropertyGroup Condition="'$(TargetFramework)' == 'MonoAndroid70'">
19
<DefineConstants>$(DefineConstants);MONO;ANDROID</DefineConstants>
20
</PropertyGroup>
21
+ <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp1.0'">
22
+ </PropertyGroup>
23
24
<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' ">
25
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform " Version="5.2.2" />
0 commit comments