mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
docs(dotnet): add a note on how to install a custom .NET version in Docker (#28672)
Fixes https://github.com/microsoft/playwright-dotnet/issues/2698 Relates https://github.com/microsoft/playwright/issues/28667
This commit is contained in:
parent
dfd8f25e6c
commit
665bce64ae
@ -131,6 +131,15 @@ We currently publish images based on the following [Ubuntu](https://hub.docker.c
|
||||
|
||||
Browser builds for Firefox and WebKit are built for the [glibc](https://en.wikipedia.org/wiki/Glibc) library. Alpine Linux and other distributions that are based on the [musl](https://en.wikipedia.org/wiki/Musl) standard library are not supported.
|
||||
|
||||
## Using a different .NET version
|
||||
* langs: csharp
|
||||
|
||||
You can use the [.NET install script](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script) in order to install different SDK versions:
|
||||
|
||||
```bash
|
||||
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --install-dir /usr/share/dotnet --channel 6.0
|
||||
```
|
||||
|
||||
## Development
|
||||
* langs: js
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user