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

Commit

Permalink
Fix System.Memory ns1.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj committed Feb 3, 2017
1 parent 0563b39 commit a0cfbca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/System.Memory/ref/Configurations.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<BuildConfigurations>
netstandard;
netstandard1.0;
</BuildConfigurations>
</PropertyGroup>
</Project>
3 changes: 3 additions & 0 deletions src/System.Memory/ref/System.Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
<ItemGroup>
<Compile Include="System.Memory.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)' == 'netstandard1.0'">
<Reference Include="System.Runtime" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>

0 comments on commit a0cfbca

Please sign in to comment.