Share via

Packaging tab missing in Project Properties in Visual Studio 2022 Community

Alex D 16 Reputation points
2024-03-29T11:18:59.57+00:00

Hello,

I'm trying to follow this tutorial to create a NuGet package Artifact in Azure DevOps:
https://www.youtube.com/watch?v=lLKVdg3Vff0

However, I cannot continue as the Packaging tab is missing from the project:User's image

I have tried deleting the .csproj file and replacing it with a new one generated from the "dotnet new classlib" command that only contains this:

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>

Still, no effect on the project in Visual Studio.

Any help would be welcome!

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.