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

Remove netstandard1.3 from code base #59177

Merged
merged 6 commits into from
Feb 7, 2022
Merged

Remove netstandard1.3 from code base #59177

merged 6 commits into from
Feb 7, 2022

Commits on Jan 31, 2022

  1. Remove netstandard1.3 from code base

    The remote debugger components moved to their minimum framework install
    to 4.6.2 where it was previously 2.0. That means we can remove the uses
    of `netstandard1.3` in our code base as they existed just to support
    this specific case.
    
    This means we can also remove our use of `net2.0` in the code base and
    replace it with `net462`. That is a more involved changed though and
    going to take that a piece at a time. Removing `netstandard1.3` is an
    important step because presently it's blocking us from updating to the
    latest System.Collections.Immutable as it dropped support for
    `netstandard1.3`
    jaredpar committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    f068458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89765cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9cd18b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Fix rebuild exclusion

    jaredpar committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    27e5492 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. test issues

    jaredpar committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    c8ff651 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. fix

    jaredpar committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    7c5bbdf View commit details
    Browse the repository at this point in the history