blob: 0b9263c5dc07f7ad0832e0055ae9a6fc9d6dfd88 [file] [log] [blame]
load("//tools/build_defs/dotnet:csharp.bzl", "csharp_binary")
csharp_binary(
name = "hello",
srcs = [
"Program.cs",
"Properties/AssemblyInfo.cs",
],
deps = [
"//examples/dotnet/example_lib:MyClass",
],
)