Commit f678945
authored
fix: change rollForward to "latestMinor" in global.json (#912)
**Currently it is impossible to build System.IO.Abstractions with the latest Visual Studio version (v17.4.0) :-(**
"latestMinor" means:
> Uses the highest installed minor, feature band, and patch level that matches the requested major with a minor, feature band, and patch level that is greater or equal than the specified value.
*See [Microsoft Documentation](https://learn.microsoft.com/en-us/dotnet/core/tools/global-json#rollforward)*1 parent 21e0270 commit f678945
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
0 commit comments