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

Update Unsafe configuratations #28395

Merged
merged 1 commit into from
Mar 23, 2018

Conversation

weshaggard
Copy link
Member

Add netcoreapp2.0 configuration to package to optimize a few parts
of the Unsafe APIs. https://github.com/dotnet/corefx/issues/26145

Add netcoreapp configuration so that netcoreapp vertical still builds
without needing the netcoreapp2.0 targeting pack.

Fixes https://github.com/dotnet/corefx/issues/26145

cc @ahsonkhan @jkotas @ericstj

netstandard1.0;
netstandard;
</BuildConfigurations>
</Packageconfigurations>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capital c

@@ -4,10 +4,16 @@
<PropertyGroup>
<DocumentationFile>$(MSBuildThisFileDirectory)System.Runtime.CompilerServices.Unsafe.xml</DocumentationFile>
<ProjectGuid>{04BA3E3C-6979-4792-B19E-C797AD607F42}</ProjectGuid>
<IlasmFlags>$(IlasmFlags) -INCLUDE=include\$(TargetGroup)</IlasmFlags>
<IncludePath>include\$(TargetGroup)</IncludePath>
<Includepath Condition="'$(TargetGroup)' == 'netcoreapp2.0'">include\netcoreapp</Includepath>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capital p

Add netcoreapp2.0 configuration to package to optimize a few parts
of the Unsafe APIs. https://github.com/dotnet/corefx/issues/26145

Add netcoreapp configuration so that netcoreapp vertical still builds
without needing the netcoreapp2.0 targeting pack.
@weshaggard weshaggard force-pushed the UpdateUnsafeConfigurations branch from 768aa11 to a89fa1b Compare March 23, 2018 15:17
@weshaggard weshaggard merged commit 6f85d0d into dotnet:master Mar 23, 2018
@karelz karelz added this to the 2.1.0 milestone Mar 27, 2018
@weshaggard weshaggard deleted the UpdateUnsafeConfigurations branch May 1, 2018 23:08
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…nfigurations

Update Unsafe configuratations

Commit migrated from dotnet/corefx@6f85d0d
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants