提交 27d98ca7 编写于 作者: J Jared Parsons

Fix the copying of ref assemblies

上级 4af58580
......@@ -115,6 +115,14 @@
<PackageReference Include="xunit" Version="$(xunitVersion)" />
<PackageReference Include="xunit.analyzers" Version="$(xunitanalyzersVersion)" />
<PackageReference Include="xunit.runner.console" Version="$(xunitrunnerconsoleVersion)" />
<!-- This reference is necessary to pull down the assemblies we compile + run against
in the compiler layer when running on CoreClr. Don't actually want to reference
anything here, just have it available -->
<PackageReference Include="NETStandard.Library" Version="$(NETStandardLibraryFixedVersion)" Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
<PrivateAssets>all</PrivateAssets>
<ExcludeAssets>all</ExcludeAssets>
</PackageReference>
</ItemGroup>
<ProjectExtensions />
</Project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册