Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 20:25
· 25 commits to master since this release

Using Bzlmod with Bazel 7 and above

Requirements:

  • Bazel 7.0.0 or later
  • Bzlmod must be enabled
  1. Add to your MODULE.bazel file:
bazel_dep(name = "rules_dotnet", version = "0.15.0")

dotnet = use_extension("@rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "8.0.200")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@dotnet_toolchains//:all")

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0