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

Commits on Nov 15, 2015

  1. Core CLR conversion

    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)
    mgravell committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    209b5a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dea8a5b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. Drop "System.Collections.Immutable" dependency back to "1.1.36" - was…

    …n't reliably available from NuGet
    mgravell committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    a65a97c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. Transition to rc1 / 23516

    mgravell committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    c2ad0d7 View commit details
    Browse the repository at this point in the history
  2. Widen support to netstandard 1.2; be less specific about dependencies…

    … (had to be previously to yank pre-release libs)
    mgravell committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    5936d5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c09a2b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2015

  1. Configuration menu
    Copy the full SHA
    29cb5cb View commit details
    Browse the repository at this point in the history