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

Implement FreeBSD support in various projects #2039

Merged
merged 1 commit into from
Jun 14, 2015

Conversation

josteink
Copy link
Member

SecureString and System.Diagnostics.Debug.

CC: @janhenke @stephentoub

@@ -22,6 +22,8 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'OSX_Release|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows_Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows_Release|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'FreeBSD_Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'FreeBSD_Release|AnyCPU' " />
Copy link
Member

Choose a reason for hiding this comment

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

A nit: If we want to keep alphabetic ordering, FreeBSD should come first before Linux.

- SecureString
- System.Diagnostics.Debug
@josteink
Copy link
Member Author

Nits addressed. Let's hope the CI shapes up eventually and gets this green :)

@stephentoub
Copy link
Member

LGTM

stephentoub added a commit that referenced this pull request Jun 14, 2015
Implement FreeBSD support in various projects
@stephentoub stephentoub merged commit af2416b into dotnet:master Jun 14, 2015
@josteink josteink deleted the freebsd branch June 14, 2015 14:08
@karelz karelz modified the milestone: 1.0.0-rtm Dec 3, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Implement FreeBSD support in various projects

Commit migrated from dotnet/corefx@af2416b
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.

5 participants