Skip to content

Commit

Permalink
Comment typographical error (bazelbuild#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stewart Henderson authored and tomaszstrejczek committed Jan 22, 2019
1 parent fb2c02e commit d8b5579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/platform/list.bzl
Expand Up @@ -29,7 +29,7 @@ DOTNETIMPL_OS_ARCH = (
# struct:
# 0. Version string - as required by TargetFrameworkAttribute
# 1. FacadedBy - for netstandard contains net framework which supports given version
# 2. Preprocesor directive
# 2. Preprocessor directive
# 3. Version number - as used in C:/Program Files (x86)/Reference Assemblies/Microsoft/Framework/.NETFramework/ (without 'v')
DOTNET_NET_FRAMEWORKS = {
"net45": (".NETFramework,Version=v4.5", None, "NET45", "4.5"),
Expand Down

0 comments on commit d8b5579

Please sign in to comment.