Skip to content

Commit

Permalink
Revert "chore: Downgrade .NET SDK to 6.0.402, just for Bazel"
Browse files Browse the repository at this point in the history
This reverts commit d0d6829.
  • Loading branch information
jskeet committed Apr 27, 2023
1 parent 52c0c80 commit bd90c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules_csharp_gapic/csharp_compiler_repo.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

def _csharp_compiler_impl(ctx):
ctx.download_and_extract(
url="https://download.visualstudio.microsoft.com/download/pr/d3e46476-4494-41b7-a628-c517794c5a6a/6066215f6c0a18b070e8e6e8b715de0b/dotnet-sdk-6.0.402-linux-x64.tar.gz",
sha256="635f25082b1074f76dc6617062f339201908bb523d7fa6eba46795d6bca3ee85",
url="https://download.visualstudio.microsoft.com/download/pr/dd7d2255-c9c1-4c6f-b8ad-6e853d6bb574/c8e1b5f47bf17b317a84487491915178/dotnet-sdk-6.0.408-linux-x64.tar.gz",
sha256="1430024c646db07f97c102db12242f8eb140fa992eac5ff4480dc0228164eace",
output="dotnet_compiler",
)
ctx.file(
Expand Down

0 comments on commit bd90c4c

Please sign in to comment.