Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build support for .NET Core #152

Merged
merged 10 commits into from
Aug 17, 2015
Merged

Conversation

dsplaisted
Copy link
Member

This PR allows us to target .NET Core (#140) and to track progress towards compiling successfully for .NET Core

  • Adds configurations to build for .NET Core
  • Ports Microsoft.Build.Framework to build successfully for .NET Core
  • Starts porting Microsoft.Build to .NET Core
  • Adds compilation constants and MSBuild defines for features not available in .NET Core (we will need to add more as we hit them while porting)
  • Adds Port-Progress configuration to build against .NET 4.6 but using the features flags targeting .NET Core, so we can successfully compile and track our porting progress with ApiPort. Added batch file to run ApiPort against this build

@dnfclas
Copy link

dnfclas commented Aug 17, 2015

Hi @dsplaisted, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@AndyGerlicher
Copy link
Contributor

LGTM. We'll need to fix the CI build though. It would be good to at least have something in place.

dsplaisted added a commit that referenced this pull request Aug 17, 2015
Add build support for .NET Core
@dsplaisted dsplaisted merged commit 16ed627 into dotnet:xplat Aug 17, 2015
radical pushed a commit to radical/msbuild that referenced this pull request Nov 14, 2019
…6:45 AM -06:00 (dotnet#152)

```
Microsoft.NET.Sdk: 3.1.100-preview3.19553.1 (from 3.1.100-preview2.19528.2)
Microsoft.NET.Sdk.Razor: 3.1.0-preview3.19553.1 (from 3.1.0-preview2.19528.1)
Microsoft.NET.Sdk.Web: 3.1.100-preview3.19554.3 (from 3.1.100-preview2.19529.1)
Microsoft.DotNet.Cli.Runtime: 3.1.100-preview3.19554.3 (from 3.1.100-preview2.19529.1)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants