Skip to content

Commit

Permalink
[dotnet] add missing identity abstractions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jul 15, 2022
1 parent 21a39ab commit c7be1be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dotnet/src/webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ generated_assembly_info(
"@json.net//:Newtonsoft.Json",
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",
"@net//:System",
"@net//:System.Core",
"@net//:System.Data",
Expand Down Expand Up @@ -113,6 +114,7 @@ generated_assembly_info(
"@json.net//:Newtonsoft.Json",
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",
],
) for standard_version in SUPPORTED_NET_STANDARD_VERSIONS]

Expand Down Expand Up @@ -201,6 +203,7 @@ generated_assembly_info(
"@json.net//:Newtonsoft.Json",
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",
],
) for standard_version in SUPPORTED_NET_STANDARD_VERSIONS]

Expand All @@ -213,6 +216,7 @@ generated_assembly_info(
"@json.net//:Newtonsoft.Json",
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",
],
) for framework in SUPPORTED_NET_FRAMEWORKS]

Expand All @@ -226,6 +230,7 @@ generated_assembly_info(
"@json.net//:Newtonsoft.Json",
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",
],
) for framework in SUPPORTED_NET_FRAMEWORKS]

Expand Down

0 comments on commit c7be1be

Please sign in to comment.