-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Description
We're currently manually pinning the C# compiler version:
Lines 55 to 56 in ce13258
| <!-- TODO: Remove pinned compiler version once arcade supplies runtime with a compiler capable of handling !! --> | |
| <MicrosoftNetCompilersToolsetVersion>4.2.0-2.22105.4</MicrosoftNetCompilersToolsetVersion> |
as the version currently specified from dotnet/arcade is too old:
4.1.0-2.21609.7 (81831342)
We need to ensure the compiler bits are flowing appropriately and unpin.
Metadata
Metadata
Assignees
Type
Projects
Status
Done