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

Core CLR conversion #12

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Conversation

mgravell
Copy link

The main project builds for NET40, DNX451 and DNXCORE50

The test project builds for DNX451 and DNXCORE50, mainly due to switch to xunit (supported by DNX tooling; nunit isn't) - the current xunit stuff doesn't support NET40

I've left the non-DNX solution alone - the cheeky TestBridge.cs makes the tests translate without too many code changes (just the ExpectedException stuff)

Note this will need updating when DNX RTM happens

The main project builds for NET40, DNX451 and DNXCORE50

The test project builds for DNX451 and DNXCORE50, mainly due to switch to xunit (supported by DNX tooling; nunit isn't)

I've left the non-DNX solution alone - the cheeky TestBridge.cs makes the tests translate without too many code changes (just the ExpectedException stuff)
… (had to be previously to yank pre-release libs)
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.

1 participant