Skip to content

Commit 16c335f

Browse files
authored
Update rules_dotnet (#13117)
1 parent 2448031 commit 16c335f

15 files changed

+95
-557
lines changed

WORKSPACE

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -167,17 +167,9 @@ pinned_maven_install()
167167

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

183175
load(

dotnet/0001-Include-more-of-the-SDK.patch

Lines changed: 0 additions & 18 deletions
This file was deleted.

dotnet/0002-Pass-through-information-about-location-of-the-nupkg.patch

Lines changed: 0 additions & 135 deletions
This file was deleted.

dotnet/0003-Make-Runfiles-library-compatible-with-net-standard-2-0.patch

Lines changed: 0 additions & 185 deletions
This file was deleted.

dotnet/0004-Ensure-data-runfiles-are-added-to-tests.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)