-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use dotnet tool instead of csc directly
With newer dotnet distros, you're not supposed to use `csc` directly. Instead you're supposed to build projects with the `dotnet` tool. On Linux there isn't even a `csc` executable anymore. Update to newer dotnet practices: generate a project file and invoke `dotnet` to build our C# SML library. See #478.
- Loading branch information
1 parent
ec16f76
commit 7e95e66
Showing
1 changed file
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters