python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2'
Visual Studio 2022
I recently created an automation framework "prototype" project for my work. I created a nuget package for this framework following these instructions. I then created a new...
user1818298
Votes: 0
Answers: 1
Why the NuGet doesn't copy some dlls as in packages.config
I have a problem where I want to copy Google.Authenticator.dll nuget from C:\ProjectX\packages into C:\ProjectX\project.Web\Bin.
Here what I done so far:
cleared the nuget cache
update the nuget ...
Hasan Gharaibeh
Votes: 0
Answers: 0
How to change or reference Nuget Package Version on props file
I am building a Nuget Package that will only contain a pre built CLI Tool and as part of this package I need to move such tool to the bin folder of the project that referenced it. I am accomplishing b...
Jonas Stawski
Votes: 0
Answers: 1
.NET NuGet Package Validation does not show any output on breaking changes
I have a .NET project that creates a nuget package and I wanted to add PackageValidation as described here:
https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/overview
I have the...
PainElemental
Votes: 0
Answers: 1