We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5da9c commit 45c50c3Copy full SHA for 45c50c3
1 file changed
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.6.2</MicrosoftIdentityWebVersion>
+ <MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">3.8.0</MicrosoftIdentityWebVersion>
6
<!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
7
<Version>$(MicrosoftIdentityWebVersion)</Version>
8
0 commit comments