Closed LokiMidgard closed 6 years ago
Is there a reason Microsoft.NETCore.App is explicitly referenced?
Microsoft.NETCore.App
https://github.com/AArnott/CodeGeneration.Roslyn/blob/b889381999dd62ed03cc4051b07a2dd63dbedc88/src/CodeGeneration.Roslyn.Tool/CodeGeneration.Roslyn.Tool.csproj#L20
The compile issues warnings because of this because it is implicitly referenced.
Ya, it's an annoying warning. But it does serve a purpose: make the project work on Travis CI machines.
Is there a reason
Microsoft.NETCore.App
is explicitly referenced?https://github.com/AArnott/CodeGeneration.Roslyn/blob/b889381999dd62ed03cc4051b07a2dd63dbedc88/src/CodeGeneration.Roslyn.Tool/CodeGeneration.Roslyn.Tool.csproj#L20
The compile issues warnings because of this because it is implicitly referenced.