Merge pull request #18091 from michaelnebel/csharp/net9-3

C#: Bazel build should target .NET9 framework.
This commit is contained in:
Michael Nebel
2024-12-04 14:41:38 +01:00
committed by GitHub
6 changed files with 30 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ load("@rules_dotnet//dotnet:defs.bzl", "csharp_binary", "csharp_library", "cshar
load("@rules_pkg//pkg:mappings.bzl", "strip_prefix")
load("//misc/bazel:pkg.bzl", "codeql_pkg_files")
TARGET_FRAMEWORK = "net8.0"
TARGET_FRAMEWORK = "net9.0"
def _gen_assembly_info(name):
assembly_info_gen = name + "-assembly-info"