Skip to content

v0.15.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 12:54
· 5 commits to master since this release
c42412a

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.1")

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

Full Changelog: v0.15.0...v0.15.1