jaredpar / basic-reference-assemblies

Produce NuPkg files that have .NET Reference assemblies as resources
MIT License
96 stars 15 forks source link

Use Microsoft.CodeAnalysis.Common #11

Closed glopesdev closed 3 years ago

glopesdev commented 3 years ago

Apparently just swapping Microsoft.CodeAnalysis with Microsoft.CodeAnalysis.Common still builds just fine as long as we remove a dangling unused namespace.

Fixes #10


This change is Reviewable

jaredpar commented 3 years ago

Thanks for contributing this!