Skip to content

Commit 77819a2

Browse files
Update README.md
1 parent 57e7cdb commit 77819a2

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A basic start with tooling
77
- for existing web project (the package is part of `Microsoft.NET.SDK.Web):
88

99
```shell
10-
dotnet publish --os linux --arch x64 -c Release /p:PublishProfile=DefaultContainer /p:EnableSDKContainerSupport=true
10+
dotnet publish --os linux --arch x64 -c Release /p:PublishProfile=DefaultContainer
1111
```
1212

1313
- for existing non-web project:
@@ -19,19 +19,14 @@ dotnet publish --os linux --arch x64 -c Release /t:PublishContainer
1919

2020
You can learn more about the project from the project [Documentation](./docs).
2121

22-
23-
> **Note**
24-
> The source code for these tools has been moved to the [dotnet/sdk](https://github.com/dotnet/sdk/tree/main/src/Containers) repo.
25-
> For easier development, please use the [containers.slnf](https://github.com/dotnet/sdk/blob/main/containers.slnf) solution filter when working on containers-only code.
26-
27-
This repo only contains documentation and issues for the project.
28-
2922
## Prerequisites
3023

3124
[.NET SDK 7.0.100, preview 7](https://dotnet.microsoft.com/download/dotnet/7.0) or later
3225

3326
## Contributing
3427

28+
This repo only contains documentation and issues for the project.
29+
3530
The source code was moved to [dotnet/sdk](https://github.com/dotnet/sdk/tree/main/src/Containers) repo.
3631
For easiness, please use [containers.slnf](https://github.com/dotnet/sdk/blob/main/containers.slnf) filter in case the intention is only to build and debug containers source code.
3732

0 commit comments

Comments
 (0)