infer/test/TestAllCompilerOptions
Jonathan Tims b904a5beb9
Add .net6.0-windows as a target (#433)
Add .net6.0-windows as a target so that Visualizer features are available on .NET 6.0 when targeting Windows (while preserving the cross-platform net6.0 target).

I have changed our minimum .NET 4xx dependency from net462 to net472 because this is the minimum version supported by the version of the automatic graph layout package that supports net6.0-windows.

It is possible to still use net462 and in this case to use the previous version of automatic graph layout; but the increased complexity doesn't seem worth it.
2023-01-06 10:19:03 +00:00
..
CompilerOptionsTestUtils.cs Move compiler options test to separate net461 process (#310) 2021-03-18 09:21:27 +00:00
Program.cs Move compiler options test to separate net461 process (#310) 2021-03-18 09:21:27 +00:00
TestAllCompilerOptions.csproj Add .net6.0-windows as a target (#433) 2023-01-06 10:19:03 +00:00