Skip to content

Commit

Permalink
Updating .NET dependencies for Bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 16, 2020
1 parent 7b338ec commit e31b067
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dotnet/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def selenium_register_dotnet():
import_nuget_package(
name = "moq",
file = "third_party/dotnet/nuget/packages/moq.4.12.0.nupkg",
#sha256 = "056eec5d3d8b2a93f7ca5b026d34d9d5fe8c835b11e322faf1a2551da25c4e70",
sha256 = "339bbb71107e137a753a89c6b74adb5d9072f0916cf8f19f48b30ae29c41f434",
)

import_nuget_package(
Expand All @@ -32,6 +32,13 @@ def selenium_register_dotnet():
import_nuget_package(
name = "castle.core",
file = "third_party/dotnet/nuget/packages/castle.core.4.4.0.nupkg",
sha256 = "ee12c10079c1f9daebdb2538c37a34e5e317d800f2feb5cddd744f067d5dec66",
)

import_nuget_package(
name = "nunit",
file = "third_party/dotnet/nuget/packages/nunit.3.12.0.nupkg"
#sha256 = "056eec5d3d8b2a93f7ca5b026d34d9d5fe8c835b11e322faf1a2551da25c4e70",
)

#import_nuget_package(
Expand Down

0 comments on commit e31b067

Please sign in to comment.