Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.04 KB

README.md

File metadata and controls

61 lines (44 loc) · 2.04 KB

Contributors Forks Stargazers Issues nuget-url

Dotnet-nuget

This project has as the main goal to show how to create project using .net core 6, pack and publish it on https://www.nuget.org/

Packing the project

dotnet pack .\PubDev.Nuget.HttpMiddleware.csproj --configuration Release -p:Version=[VERSION]

Installing package on your project

Install-Package PubDev.HttpMiddleware

Use the package

var app = builder.Build();
...
app.UsePubDev();
...

Package Link on nuget

References

Contact