mick29ca / Neon-City.Org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET SDK Container Building Tools

This repo contains APIs and MSBuild Tasks for generating and testing an OCI Container from a .NET project.

A basic start with the library in an existing project:

dotnet add package Microsoft.NET.Build.Containers
dotnet publish --os linux --arch x64 -c Release -p:PublishProfile=DefaultContainer

You can learn more about the project from the project Documentation.

.NET

Prerequisites

.NET SDK 7.0.100, preview 7 or later

Contributing

See CONTRIBUTING.md for information on contributing to this project.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

License

This project is licensed with the MIT license.

.NET Foundation

sdk-container-builds is a .NET Foundation project.

Related Projects

About

License:MIT License


Languages

Language:C# 100.0%