We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2e3ff commit 913b2c7Copy full SHA for 913b2c7
src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/app.config
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+ <runtime>
4
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5
+ <dependentAssembly>
6
+ <assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
7
+ <bindingRedirect oldVersion="0.0.0.0-2.28.3.860" newVersion="2.28.3.860" />
8
+ </dependentAssembly>
9
+ </assemblyBinding>
10
+ </runtime>
11
+</configuration>
0 commit comments