Skip to content

Commit

Permalink
Remove initial value for PreferPackageReference
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander committed May 5, 2020
1 parent 4935c96 commit dc57192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<IsPackable>false</IsPackable>
<MainLibraryPath>$(MSBuildThisFileDirectory)../src/System.Device.Gpio/</MainLibraryPath>
<IotBindingsLibraryPath>$(MSBuildThisFileDirectory)../src/Iot.Device.Bindings/</IotBindingsLibraryPath>
<PreferPackageReference>false</PreferPackageReference>
<PreferPackageReference></PreferPackageReference>
</PropertyGroup>

<ItemGroup Condition="'$(PreferPackageReference)' != 'true'">
Expand Down

0 comments on commit dc57192

Please sign in to comment.