Created
December 7, 2017 15:10
-
-
Save trailmax/1c5daf72c162e56777f149a50ac6adcc to your computer and use it in GitHub Desktop.
Conditional inclusion of nuget in .Net Core
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ItemGroup> | |
<Reference Include="System.ComponentModel.DataAnnotations" Condition="'$(TargetFramework)' == 'net4.5'" /> | |
</ItemGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment