An open API service indexing awesome lists of open source software.

https://github.com/felsokning/multinet

MultiNet is a Docker Container project, intended to provide legacy and current .NET versions in a Docker Container for use in building, testing, and publishing libraries and executables.
https://github.com/felsokning/multinet

Last synced: 3 months ago
JSON representation

MultiNet is a Docker Container project, intended to provide legacy and current .NET versions in a Docker Container for use in building, testing, and publishing libraries and executables.

Awesome Lists containing this project

README

        

# MultiNet
MultiNet is a Docker Container project, intended to provide legacy and current .NET versions in a Docker Container for use in building, testing, and publishing libraries and executables.

# Docker Container
The Docker Container that is built as a result of the [Dockerfile](https://github.com/felsokning/MultiNet/blob/main/Dockerfile) can be found [here](https://hub.docker.com/r/felsokning/multinet).

## Example
You can find a working example, which uses the container [here](https://github.com/felsokning/MultiNet-Example/actions/runs/5205563032/jobs/9391158607).

Source Code for the example is [here](https://github.com/felsokning/MultiNet-Example/blob/main/.github/workflows/multinet-example-build-by-docker.yaml).