Skip to content

Fix componentize-dotnet for Linux #55

@jsturtevant

Description

@jsturtevant

Currently the package only pulls in the Windows version of the runtime packages:

runtime.win-x64.Microsoft.DotNet.ILCompiler.LLVM 

It should do this for the version that it is running against. #54 is trying to solve that issue

Workaround

The work around is is to add the package then run:

dotnet add runtime.linux-x64.Microsoft.DotNet.ILCompiler.LLVM 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions