# Dotnet Nuget

> NuGet and .NET package management: dependency management and modernization.

- Skill: `autohandai-community-skills/dotnet-nuget` (Agent Skill)
- Install (CLI): `npx skillmds@latest add autohandai-community-skills/dotnet-nuget`
- Raw SKILL.md: https://api.skillmd.com/api/skills/autohandai-community-skills/dotnet-nuget/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: autohandai (https://skillmd.com/u/autohandai-community-skills)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/autohandai-community-skills/dotnet-nuget

---


# dotnet-nuget

## Overview

Use this skill for NuGet package management, dependency upgrades, central package management, restore failures, lock files, feeds, and package modernization with guidance from [dotnet/skills](https://github.com/dotnet/skills).

## Workflow

1. Inspect package references, `Directory.Packages.props`, lock files, NuGet config, feeds, and CI restore commands.
2. Identify direct and transitive dependencies before changing versions.
3. Preserve compatibility ranges, target frameworks, package source mapping, and private-feed configuration.
4. Validate with restore, build, tests, and package vulnerability checks where available.

## Guardrails

- Do not update unrelated packages in the same change.
- Avoid leaking private feed URLs, credentials, or tokens in output.
- Call out breaking changes and package downgrade or conflict risks.

## Expected Output

Return package changes or guidance with dependency rationale and validation results.

