- Automatically convert the project to
PackageReferece
- Remove unused dependencies for the project (I think I have an extension installed)
- Add the following to the project file:
<PropertyGroup>
<SkipValidatePackageReferences>true</SkipValidatePackageReferences>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>