Skip to content

Commit

Permalink
Add framework preference for netcoreapp2.2 (fsprojects#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-felix authored and georgewfraser committed Dec 22, 2018
1 parent 787997f commit 66eea28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ProjectCracker/ProjectCracker.fs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ type JsonValue with
result

let private frameworkPreference = [
"netcoreapp2.2", ".NETCoreApp,Version=v2.2";
"netcoreapp2.1", ".NETCoreApp,Version=v2.1";
"netcoreapp2.0", ".NETCoreApp,Version=v2.0";
"netcoreapp1.1", ".NETCoreApp,Version=v1.1";
Expand Down

0 comments on commit 66eea28

Please sign in to comment.