We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085ce57 commit 51510a6Copy full SHA for 51510a6
Directory.Build.props
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<!--This should be passed from the VSTS build-->
4
<!-- This needs to be greater than or equal to the validation baseline version -->
5
- <MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">3.12.1</MicrosoftIdentityWebVersion>
+ <MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">3.13.0</MicrosoftIdentityWebVersion>
6
<!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
7
<Version>$(MicrosoftIdentityWebVersion)</Version>
8
0 commit comments