Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3183

how to add local nuget package in the project file(.csproj)

$
0
0

I want to source some classes into another project. So, i have created a nuget package and want to use it in the project file(.csproj) file. So, that when i build my project it automatically uses the nuget package.

How do i provide the path for my local nuget package in the project file?

I have tried the below, but it didn't work?

<ItemGroup><ProjectReference Include="..\LocalNugetPackages\MyTestNuget-0.0.1.nupkg" /></ItemGroup>

Viewing all articles
Browse latest Browse all 3183

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>