Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 5af8d1b

Browse files
author
Nate McMaster
committed
Add missing reference to NETStandard.Library.NETFramework
1 parent 3d0d1fb commit 5af8d1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/Config.CustomConfigurationProviders.Sample/Config.CustomConfigurationProviders.Sample.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@
1414
<PackageReference Include="System.Collections.Immutable" Version="$(ImmutableCollectionsVersion)" />
1515
</ItemGroup>
1616

17+
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
18+
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" PrivateAssets="All" />
19+
</ItemGroup>
20+
1721
</Project>

0 commit comments

Comments
 (0)