Skip to content

Commit 21bc097

Browse files
authored
Remove explicit framework ref assembly ref (#4407)
The SDK brings this implicitly when targeting a net4* TFM
1 parent 21bd70d commit 21bc097

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Directory.Build.targets

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
<TargetFramework Condition=" '$(TargetFramework)' != '' ">$(NetCurrent)</TargetFramework>
1212
</PropertyGroup>
1313

14-
<!-- Allows build of .NET Framework assemblies on MacOS and Linux https://github.com/dotnet/designs/pull/33#issuecomment-489264196 -->
15-
<ItemGroup>
16-
<PackageReference Condition=" '$(OS)' != 'Windows_NT' " Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
17-
</ItemGroup>
18-
1914
<!-- Test project settings -->
2015
<Choose>
2116
<When Condition="$(TestProject) == 'true'">

0 commit comments

Comments
 (0)