In a UWP library project (so old format instead of SDK format csproj) I added <LangVersion>8.0</LangVersion> and it lets me use C#8 features such as the alternate using statement (without braces). However, the System.Index type is not available. Why is this and how do I get it to work?