Skip to content

Commit d3fac03

Browse files
authored
Make the ANCM a conditional dependency (#838)
1 parent f4ea403 commit d3fac03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/MusicStore/MusicStore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Content Update="ForTesting\**\*" CopyToPublishDirectory="Never" Condition=" '$(PublishForTesting)' != 'true' " />
1515
</ItemGroup>
1616

17-
<ItemGroup>
17+
<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
1818
<PackageReference Include="Microsoft.AspNetCore.AspNetCoreModule" Version="$(MicrosoftAspNetCoreAspNetCoreModulePackageVersion)" />
1919
</ItemGroup>
2020

0 commit comments

Comments
 (0)