Skip to content

Commit d454bf0

Browse files
committed
Add DependsOnNETStandard to test project as well
1 parent 41c76a2 commit d454bf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Azure.Functions.Cli.Tests/Azure.Functions.Cli.Tests.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
88
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
99
<ProjectGuid>{C57EBA1F-1C48-451A-80D6-F6AA7C881CF8}</ProjectGuid>
10+
<DependsOnNETStandard>true</DependsOnNETStandard>
1011
<OutputType>Library</OutputType>
1112
<AppDesignerFolder>Properties</AppDesignerFolder>
1213
<RootNamespace>Azure.Functions.Cli.Tests</RootNamespace>
@@ -541,4 +542,4 @@
541542
<Target Name="AfterBuild">
542543
</Target>
543544
-->
544-
</Project>
545+
</Project>

0 commit comments

Comments
 (0)