我安装了一个 NuGet 包,它没有添加程序集和引用,而是将一个未编译的类文件放在包目录中。
使用类的正确方法是什么,以便它仍然可以由 NuGet 管理以进行更新等?
参考结构:
SolutionDir
|
-Packages (nuget)
|
- ContentDir (cs file here)
|
-ProjetDir (the project that needs it)
|
-OtherProjectDir