File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
# .NET SDK Container Building Tools
2
2
3
- This repo contains APIs and MSBuild Tasks for generating an OCI Container from a .NET project, as well as tests for the same .
3
+ This repo contains APIs and MSBuild Tasks for generating and testing an [ OCI Container] ( https://opencontainers.org/ ) from a .NET project.
4
4
5
- Getting started with the library in an existing project is as easy as
5
+ A basic start with the library in an existing project:
6
6
7
7
``` shell
8
8
dotnet add package Microsoft.NET.Build.Containers
@@ -15,9 +15,7 @@ You can learn more about the project from the project [Documentation](./docs).
15
15
16
16
## Prerequisites
17
17
18
- In order to build the project you will need [ .NET SDK 7.0.100, preview 7] ( https://dotnet.microsoft.com/download/dotnet/7.0 ) or greater installed.
19
- From there, you can simply ` dotnet build ` the repository and be good to go!
20
-
18
+ [ .NET SDK 7.0.100, preview 7] ( https://dotnet.microsoft.com/download/dotnet/7.0 ) or later
21
19
22
20
## Contributing
23
21
@@ -36,8 +34,7 @@ sdk-container-builds is a [.NET Foundation project](https://dotnetfoundation.org
36
34
37
35
## Related Projects
38
36
39
- You should take a look at these related projects:
40
-
37
+ - [ .NET docker-tools] ( https://github.com/dotnet/docker-tools )
41
38
- [ Konet] ( https://github.com/lippertmarkus/konet )
42
39
- [ ` dotnet build-image ` ] ( https://github.com/tmds/build-image )
43
- - [ .NET SDK] ( https://github.com/dotnet/sdk )
40
+ - [ .NET SDK] ( https://github.com/dotnet/sdk )
You can’t perform that action at this time.
0 commit comments