Does it? I can't get the streamreader to work which throws some weird error.
Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 0100000d from typere
f (expected class 'System.IO.StreamReader' in assembly 'System.Runtime, Version=
6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a')
The streamreader works fine if I just use netstandard 2.1 or netcore 3.1. With that I mean I use those as my target framework:
net6.0