Maarten Balliauw 4/22/2020

Referencing a Specific Assembly from a NuGet Package

Read Original

This technical article details a solution for referencing a specific assembly (XamlStyler.Core) from a NuGet package (XamlStyler.Console) when developing a Rider plugin. It explains the challenge of framework compatibility (.NET Framework 4.6.1 vs. netcoreapp3.1) and provides a method to directly reference the required assembly from the package's global cache using MSBuild properties.

Referencing a Specific Assembly from a NuGet Package

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week