This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
src/System.IO.FileSystem/tests Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 8
8
<OutputType >Library</OutputType >
9
9
<AssemblyName >System.IO.FileSystem.Tests</AssemblyName >
10
10
<TestCategories >InnerLoop;OuterLoop</TestCategories >
11
- <!-- Setting temporarily until we can publish a new package drop of Runtime.Extensions -->
12
- <TestWithLocalLibraries >true</TestWithLocalLibraries >
13
11
</PropertyGroup >
14
12
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
15
13
<DebugSymbols >true</DebugSymbols >
30
28
<Name >System.IO.FileSystem</Name >
31
29
<Private >True</Private >
32
30
</ProjectReference >
31
+
32
+ <!--
33
+ Until an updated packages is published, temporarily copy the locally built System.Runtime.Extensions library
34
+ but still reference the contract from the package for compiling.
35
+ Issue https://github.com/dotnet/corefx/issues/2519 is tracking the removal of this ProjectReference
36
+ -->
37
+ <ProjectReference Include =" ..\..\System.Runtime.Extensions\src\System.Runtime.Extensions.CoreCLR.csproj" >
38
+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
39
+ <OutputItemType >Content</OutputItemType >
40
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
41
+ <Targets >Build;DebugSymbolsProjectOutputGroup</Targets >
42
+ </ProjectReference >
33
43
</ItemGroup >
34
44
<ItemGroup >
35
45
<!-- Rewritten -->
You can’t perform that action at this time.
0 commit comments