Open
Description
@KirillOsenkov Given the inputs to Program.cs are hardcoded (#52), once this is fixed, it makes sense to package RoslynQuoter as a .NET Core CLI Tool. Doing would also therefore require packaging it as a netcoreapp3.1 TargetFramework in additional to legacy .NET Framework.
RoslynQuoter/src/Quoter/Quoter.csproj
Lines 3 to 7 in f218513
Suggested XML:
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
<PackAsTool>true</PackAsTool>
<ToolCommandName>dotnet-quote</ToolCommandName>
</PropertyGroup>
Metadata
Metadata
Assignees
Labels
No labels