N3developertoolkit / neo-test

Neo N3 smart contract unit test framework
MIT License
6 stars 2 forks source link

BuildTools being compiled with C# 10 instead of 7.3 #40

Open devhawk opened 1 year ago

devhawk commented 1 year ago

BuildTools targets .NET Framework 4.72 and .NET Standard 2.0. The latest supported version of C# that targets these .NET frameworks is 7.3. However, this repo specifies C# 10 in the src/Directory.Build.props file.

Build Tools is currently using a few C# 8 and above features

devhawk commented 1 year ago

See https://github.com/Sergio0694/PolySharp