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 d16e8b3 commit d5f80f5Copy full SHA for d5f80f5
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<!-- This should be passed from the VSTS build -->
4
- <MicrosoftIdentityAbstractionsVersion Condition="'$(MicrosoftIdentityAbstractionsVersion)' == ''">9.6.0</MicrosoftIdentityAbstractionsVersion>
+ <MicrosoftIdentityAbstractionsVersion Condition="'$(MicrosoftIdentityAbstractionsVersion)' == ''">10.0.0</MicrosoftIdentityAbstractionsVersion>
5
<!-- This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion -->
6
<Version>$(MicrosoftIdentityAbstractionsVersion)</Version>
7
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\build\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
0 commit comments