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
Don't use Unsafe.As or Unsafe.ReadUnaligned
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Nov 27, 2017
1 parent 711798b commit f86df6c
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 69 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
<ItemGroup Condition="'$(TargetGroup)' == 'netstandard1.0'">
<Reference Include="System.Runtime" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Runtime.CompilerServices.Unsafe" />
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)' == 'netcoreapp' OR '$(TargetGroup)' == 'uap'">
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
<Reference Include="System.Globalization" />
<Reference Include="System.Resources.ResourceManager" />
<Reference Include="System.Runtime" />
<Reference Include="System.Runtime.CompilerServices.Unsafe" />
<Reference Include="System.Runtime.Extensions" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit f86df6c

Please sign in to comment.