Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
steveharter committed Feb 27, 2019
1 parent 3cb1f7e commit cd2031f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/System.Text.Json/src/System.Text.Json.csproj
Expand Up @@ -163,7 +163,6 @@
<Reference Include="System.Runtime" />
<Reference Include="System.Runtime.Extensions" />
<Reference Include="System.Text.Encoding.Extensions" />
<Reference Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Buffers" />
Expand All @@ -172,6 +171,7 @@
<Reference Include="System.Memory" />
<Reference Include="System.Numerics.Vectors" />
<Reference Include="System.Runtime.CompilerServices.Unsafe" />
<Reference Include="System.Threading.Tasks" />
</ItemGroup>

<!-- The Source Package will call into this target in order to retrieve the compiled resources file as
Expand Down
Expand Up @@ -3,7 +3,7 @@
// See the LICENSE file in the project root for more information.

// Exclude until we determine the dependency should work on System.IO.Pipelines
#if !BUILDING_INBOX_LIBRARY
#if false

using System.Buffers;
using System.Collections.Generic;
Expand Down
Expand Up @@ -4,7 +4,7 @@


// Exclude until we determine the dependency should work on System.IO.Pipelines
#if !BUILDING_INBOX_LIBRARY
#if false

using System.Collections.Generic;
using System.IO.Pipelines;
Expand Down

0 comments on commit cd2031f

Please sign in to comment.