Skip to content

Commit

Permalink
Merge pull request #3635 from baronfel/runtimesetting-rollforward
Browse files Browse the repository at this point in the history
add roll-forward config to enable running on later major versions of the runtime
  • Loading branch information
forki authored Aug 10, 2019
2 parents e067c6d + d6a36ff commit 8a3bca2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Paket.preview3/runtimeconfig.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://gist.githubusercontent.com/natemcmaster/0bdee16450f8ec1823f2c11af880ceeb/raw/runtimeconfig.template.schema.json",
// '2' allows for major-version roll-forward
"rollForwardOnNoCandidateFx": 2
}

0 comments on commit 8a3bca2

Please sign in to comment.