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

https://github.com/devteam/dotnetsdk


https://github.com/devteam/dotnetsdk

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Docker image for building .NET applications

The docker image: [nikolayp/dotnetsdk](https://hub.docker.com/r/nikolayp/dotnetsdk)

## latest, 9.0

Contains:
- [.NET SDK 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
- [.NET Runtime 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
- [.NET Runtime 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- [.NET Runtime 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
- [Docker Engine](https://docs.docker.com/engine/)
- [Docker CLI](https://github.com/docker/cli)

```
docker pull nikolayp/dotnetsdk
```

## 8.0

Contains:
- [.NET SDK 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
- [.NET Runtime 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- [.NET Runtime 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
- [Docker Engine](https://docs.docker.com/engine/)
- [Docker CLI](https://github.com/docker/cli)

```
docker pull nikolayp/dotnetsdk:8.0
```