diff options
author | Xpl0itR <xpl0itr@outlook.com> | 2021-02-10 08:37:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 09:37:19 +0100 |
commit | e28a924501b7b94c8b5f42af5b5d44b47e6b82df (patch) | |
tree | 5f230e22ca92f16efa8881e07b3d823403eaa848 /global.json | |
parent | 94f93727cffc2249cae83b9582f82c843f25a652 (diff) |
Edit the global.json to allow use of dotnet sdk 5.0.XXX (#2008)
Diffstat (limited to 'global.json')
-rw-r--r-- | global.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global.json b/global.json index 2cb2ac9b..d129334e 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,6 @@ { "sdk": { - "version": "5.0.100" + "version": "5.0.100", + "rollForward": "latestFeature" } }
\ No newline at end of file |