File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -43,3 +43,19 @@ These are some other repos for related projects:
43
43
## Code of conduct
44
44
45
45
See [ CODE-OF-CONDUCT] ( ./CODE-OF-CONDUCT.md )
46
+
47
+ ## Nightly builds
48
+
49
+ | Platform | Runtime (Installer) | Runtime (Binaries) | Hosting Bundle (Installer) |
50
+ | :--------- | :----------: | :----------: | :----------: |
51
+ | ** Windows x64** | [ Installer] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-x64.exe ) | [ Binaries] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-x64.zip ) | [ Installer] ( aka.ms/dotnet/9.0/daily/dotnet-hosting-win.exe ) |
52
+ | ** Windows x86** | [ Installer] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-x86.exe ) | [ Binaries] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-x86.zip ) | [ Installer] ( aka.ms/dotnet/9.0/daily/dotnet-hosting-win.exe ) |
53
+ | ** Windows arm64** | [ Installer] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-arm64.exe ) | [ Binaries] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-arm64.zip ) | [ Installer] ( aka.ms/dotnet/9.0/daily/dotnet-hosting-win.exe ) |
54
+ | ** macOS x64** | ** N/A** | [ Binaries] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-osx-x64.tar.gz ) | ** N/A** |
55
+ | ** macOS arm64** | ** N/A** | [ Binaries] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-osx-arm64.tar.gz ) | ** N/A** |
56
+ | ** Linux x64** | ** N/A** | [ Binaries] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-x64.tar.gz ) | ** N/A** |
57
+ | ** Linux arm** | ** N/A** | [ Binaries] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-arm.tar.gz ) | ** N/A** |
58
+ | ** Linux arm64** | ** N/A** | [ Binaries] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-arm64.tar.gz ) | ** N/A** |
59
+ | ** Linux-musl-x64** | ** N/A** | [ Binaries] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-musl-x64.tar.gz ) | ** N/A** |
60
+ | ** Linux-musl-arm** | ** N/A** | [ Binaries] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-musl-arm.tar.gz ) | ** N/A** |
61
+ | ** Linux-musl-arm64** | ** N/A** | [ Binaries] ( aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-musl-arm64.tar.gz ) | ** N/A** |
Original file line number Diff line number Diff line change @@ -44,3 +44,7 @@ These are available in the [Visual Studio Preview](https://www.visualstudio.com/
44
44
* * Enable source server support* in Visual should be enabled.
45
45
* * Enable Just My Code* should be disabled
46
46
* Under Symbols enable the * Microsoft Symbol Servers* setting.
47
+
48
+ ## Downloading daily builds of aspnetcore
49
+
50
+ Links to our daily builds can be found [ here] ( https://github.com/dotnet/aspnetcore/blob/main/README.md#nightly-builds ) .
You can’t perform that action at this time.
0 commit comments