PackageReferenceUpgrader icon indicating copy to clipboard operation
PackageReferenceUpgrader copied to clipboard

A VS2017 Extension that helps legacy apps migrate off of packages.config.

Results 7 PackageReferenceUpgrader issues
Sort by recently updated
recently updated
newest added

### Installed product versions - Visual Studio: Visual Studio Enterprise 2022 - This extension: 1.0.1 ### Description Currently the extension does not work with VS2022, when trying to install the...

Hi, Can you please review this fix for vb.net packages.config? Thanks & Regards Anand Majethia

### Installed product versions - Visual Studio: 2017 Enterprise - This extension: 1.0.1 ### Description In a .sln file, I have a couple VB.Net projects (of type Class Library). Each...

Could not get this to work in my VB.NET project until I added these checks. And apologies if this pull request generated work (forgive a newbie). Changes to NuGetUpgraderPackage.cs are...

I wasn't able to build after upgrade because C# targets were removed by your `.csproj` rewriter: It looks like this bit of code in [NuGetUpgraderPackage.cs](https://github.com/CloudNimble/PackageReferenceUpgrader/blob/master/src/CloudNimble.PackageReferenceUpgrader/NuGetUpgraderPackage.cs): 186 //RWM: Remove any Package...

### Installed product versions - Visual Studio: 2017 (15.5.0) ### Description This page https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files says > Important At present, package references are supported in Visual Studio 2017 only, for .NET...

by design
missing references
awaiting details

Fix installation for VS 2019. Addendum to #13 Fixes #12 ![image](https://github.com/CloudNimble/PackageReferenceUpgrader/assets/905878/23cfa3b6-8282-4556-819f-c53be085e71d) To load this extension, we need to allow synchronous autoload: https://learn.microsoft.com/en-us/visualstudio/extensibility/synchronously-autoloaded-extensions?view=vs-2022 > VS options dialog -> Environment -> Extensions...