-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Milestone
Description
We're currently pinning the version of the C# compiler to use to make sure we're using a new enough one for new C# 10 features. We should make sure a new enough compiler is flowing in and then stop pinning it; otherwise, we're missing out on compiler fixes/improvements.
Lines 20 to 21 in 3e3b00c
<!-- TODO: Upgrade compiler version to enable Static Abstracts in Interfaces, interpolated string handlers, and caller arg expressions; remove this once the employed SDK uses a new enough version. --> | |
<MicrosoftNetCompilersToolsetVersion>4.0.0-3.21376.12</MicrosoftNetCompilersToolsetVersion> |