79226794

Date: 2024-11-26 12:58:02
Score: 1
Natty:
Report link

On the off chance that this migration has taken you more than 10 years, the dotnet CLI is very versatile for this kind of stuff:

dotnet remove MyApp.csproj reference ../MyLibrary/MyLibrary.csproj
dotnet add MyApp.csproj package MyLibrary.NuGet --version 1.2.3
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Javier Pavier