might as well use .NET8 for Sandbox, since we use it for CodeGen and Benchmark
net470 isn't really a thing I think, see https://learn.microsoft.com/en-us/dotnet/standard/frameworks. net47 would be the correct way for .NET Framework 4.7.0. I think it was kind of interpreted correctly but I did see some weird behavior in Visual Studio's test window where tests showed up for both "net47" and "net470"... anyway thought we might as well go to 4.7.2 with net472. Guess one could also do net481.
might as well use .NET8 for Sandbox, since we use it for CodeGen and Benchmark
net470
isn't really a thing I think, see https://learn.microsoft.com/en-us/dotnet/standard/frameworks.net47
would be the correct way for .NET Framework 4.7.0. I think it was kind of interpreted correctly but I did see some weird behavior in Visual Studio's test window where tests showed up for both "net47" and "net470"... anyway thought we might as well go to 4.7.2 withnet472
. Guess one could also donet481
.