Skip to content

Commit 327f780

Browse files
committed
Ensure a couple more assemblies are available
- don't seem to be copied into test folder in CI builds
1 parent 549c16c commit 327f780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/System.Net.Http.Formatting.Test/System.Net.Http.Formatting.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
3333
<HintPath>..\..\packages\System.Memory.4.5.5\lib\netstandard2.0\System.Memory.dll</HintPath>
3434
<SpecificVersion>False</SpecificVersion>
35-
<Private>False</Private>
35+
<Private>True</Private>
3636
</Reference>
3737
<Reference Include="System.Net.Http" />
3838
<Reference Include="System.Net.Http.WebRequest" />
@@ -45,7 +45,7 @@
4545
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
4646
<HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
4747
<SpecificVersion>False</SpecificVersion>
48-
<Private>False</Private>
48+
<Private>True</Private>
4949
</Reference>
5050
<Reference Include="System.XML" />
5151
<Reference Include="System.Xml.Linq" />

0 commit comments

Comments
 (0)