You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
local functions
switch expression
nullable reference types
'is not null' patterns
target-typed object creation
record struct
declaring a type inside an interface
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: