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 roll-forward config to enable running on later major versions of the runtime #3635

Merged
merged 1 commit into from
Aug 10, 2019

Conversation

baronfel
Copy link
Contributor

@baronfel baronfel commented Aug 9, 2019

partially-addresses #3634 by adding a runtime config file that lets the tool run on 3.0 without having to have the user do anything. This file is pulled in by the build implicitly without being added to the project. The final result of the template file being taken into consideration is:

➜  netcoreapp2.1 git:(runtimesetting-rollforward) ✗ cat paket.runtimeconfig.json 
{
  "runtimeOptions": {
    "tfm": "netcoreapp2.1",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "2.1.0"
    },
    "$schema": "https://gist.githubusercontent.com/natemcmaster/0bdee16450f8ec1823f2c11af880ceeb/raw/runtimeconfig.template.schema.json",
    "rollForwardOnNoCandidateFx": 2
  }

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.

None yet

2 participants