Skip to content

Pub-Dev/Dotnet-nuget

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages