Skip to content

Commit 17ad66b

Browse files
committed
Remove explicit reference to reference assemblies package
1 parent 5bfaca5 commit 17ad66b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@
77
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\Packages\$(Configuration)\</PackageOutputPath>
88
<DefineConstants Condition=" '$(ExtraDefine)' != '' ">$(DefineConstants);$(ExtraDefine)</DefineConstants>
99
</PropertyGroup>
10-
11-
<ItemGroup>
12-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
13-
</ItemGroup>
10+
1411
</Project>

0 commit comments

Comments
 (0)