Skip to content

Commit

Permalink
Add DependsOnNETStandard to test project as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Oct 31, 2017
1 parent 41c76a2 commit d454bf0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C57EBA1F-1C48-451A-80D6-F6AA7C881CF8}</ProjectGuid>
<DependsOnNETStandard>true</DependsOnNETStandard>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Azure.Functions.Cli.Tests</RootNamespace>
Expand Down Expand Up @@ -541,4 +542,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit d454bf0

Please sign in to comment.