Skip to content

Commit

Permalink
Update rules_dotnet (#13117)
Browse files Browse the repository at this point in the history
  • Loading branch information
purkhusid committed Nov 8, 2023
1 parent 2448031 commit 16c335f
Show file tree
Hide file tree
Showing 15 changed files with 95 additions and 557 deletions.
14 changes: 3 additions & 11 deletions WORKSPACE
Expand Up @@ -167,17 +167,9 @@ pinned_maven_install()

http_archive(
name = "rules_dotnet",
patch_args = ["-p1"],
patches = [
"//dotnet:0001-Include-more-of-the-SDK.patch",
"//dotnet:0002-Pass-through-information-about-location-of-the-nupkg.patch",
"//dotnet:0003-Make-Runfiles-library-compatible-with-net-standard-2-0.patch",
"//dotnet:0004-Ensure-data-runfiles-are-added-to-tests.patch",
"//dotnet:0005-Ensure-csharp_library-files-are-unique.patch",
],
sha256 = "f445400dac566eed9d7895aa0fb168a5453a07e5128dc1c4852cd9c537e0ca60",
strip_prefix = "rules_dotnet-0.10.7",
url = "https://github.com/bazelbuild/rules_dotnet/releases/download/v0.10.7/rules_dotnet-v0.10.7.tar.gz",
sha256 = "718cb2c3431523aaf3df7feed0e997e4ded002abbf56ac37d9c0536a812d6276",
strip_prefix = "rules_dotnet-0.12.0",
url = "https://github.com/bazelbuild/rules_dotnet/releases/download/v0.12.0/rules_dotnet-v0.12.0.tar.gz",
)

load(
Expand Down
18 changes: 0 additions & 18 deletions dotnet/0001-Include-more-of-the-SDK.patch

This file was deleted.

135 changes: 0 additions & 135 deletions dotnet/0002-Pass-through-information-about-location-of-the-nupkg.patch

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions dotnet/0004-Ensure-data-runfiles-are-added-to-tests.patch

This file was deleted.

0 comments on commit 16c335f

Please sign in to comment.