aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/dotnet/dotnet.WORKSPACE
blob: e2ffd93881cab616db9524b7791b8fdc46e8db06 (plain)
1
2
3
4
5
6
7
new_http_archive(
    name = "nunit",
    build_file = "tools/build_defs/dotnet/BUILD.nunit",
    sha256 = "1bd925514f31e7729ccde40a38a512c2accd86895f93465f3dfe6d0b593d7170",
    type = "zip",
    url = "https://github.com/nunit/nunitv2/releases/download/2.6.4/NUnit-2.6.4.zip",
)