tforkmann / Fumble

Thin F# API for Sqlite for easy data access to sqlite database with functional seasoning on top
https://tforkmann.github.io/Fumble/
MIT License
97 stars 2 forks source link

Add rollForward to the global.json config #2

Closed FoggyFinder closed 4 years ago

FoggyFinder commented 4 years ago

Currently exactly the same version of .net core as defined in the global.json is required.

The roll-forward policy to use when selecting an SDK version, either as a fallback when a specific SDK version is missing or as a directive to use a higher version.

https://docs.microsoft.com/en-us/dotnet/core/tools/global-json?tabs=netcore3x#rollforward

With, for example, rollforward = feature those who have newer version of SDK than one that is specified will be able to load project without error.

tforkmann commented 4 years ago

Hi there, added rollForward now to the global.json. Does that work for you now?

FoggyFinder commented 4 years ago

Yep, thanks