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.
- Host: GitHub
- URL: https://github.com/felsokning/multinet
- Owner: felsokning
- License: mit
- Created: 2023-06-07T15:57:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T01:29:41.000Z (4 months ago)
- Last Synced: 2025-01-23T02:24:09.177Z (4 months ago)
- Language: Dockerfile
- Size: 9.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).