.NET 8.0 Preview 2 release - .NET 8.0.0-preview.2 and SDK 8.0.100-preview.2 #3314
dotnet-sb-bot
announced in
Announcements
Replies: 1 comment 2 replies
-
Successful build on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please use the v8.0.100-preview.2 tag to source-build .NET version 8.0.0-preview.2 / 8.0.100-preview.2.
Virtual Mono Repository (VMR)
.NET is now buildable on Linux directly from the dotnet/dotnet repository. We're calling this new repository a Virtual Mono Repository (VMR). It has the benefits of a true monorepo but is a regularly-updated projection of the many existing repos that contributors work in (more efficiently) every day. We see this new approach as being a significant step forward in approachability for building .NET as a whole product from source.
See build instructions to build the VMR on your own machine.
Prebuilts
This release requires the following prebuilts. These prebuilts are retrieved by
prep.sh
in order to support building in an offline environment.Bootstrapping
Each major release of .NET requires bootstrapping. Because of the previously mentioned prebuilts, the stage 2 build (e.g. rebuilding) requires the following RID-specific prebuilt. This needs to be retrieved from your 7.0.3 source-built artifacts. If you haven't source-built 7.0.3 you won't be able to bootstrap 8.0 preview 2. This prebuilt is not required when building stage 1 (e.g. building with the Microsoft provided SDK). Place this package into the directory specified by the
build.sh --with-packages
option.<RID>
.7.0.3@dotnet/distro-maintainers
Beta Was this translation helpful? Give feedback.
All reactions