File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<!-- This should be passed from the VSTS build-->
4
4
<!-- This needs to be greater than or equal to the validation baseline version -->
5
- <MicrosoftIdentityWebVersion Condition =" '$(MicrosoftIdentityWebVersion)' == ''" >3.9.1 </MicrosoftIdentityWebVersion >
5
+ <MicrosoftIdentityWebVersion Condition =" '$(MicrosoftIdentityWebVersion)' == ''" >3.9.2 </MicrosoftIdentityWebVersion >
6
6
<!-- This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
7
7
<Version >$(MicrosoftIdentityWebVersion)</Version >
8
8
78
78
</PropertyGroup >
79
79
80
80
<PropertyGroup Label =" Common dependency versions" >
81
- <MicrosoftIdentityModelVersion Condition =" '$(MicrosoftIdentityModelVersion)' == ''" >8.10 .0</MicrosoftIdentityModelVersion >
81
+ <MicrosoftIdentityModelVersion Condition =" '$(MicrosoftIdentityModelVersion)' == ''" >8.11 .0</MicrosoftIdentityModelVersion >
82
82
<MicrosoftIdentityClientVersion Condition =" '$(MicrosoftIdentityClientVersion)' == ''" >4.72.1</MicrosoftIdentityClientVersion >
83
83
<FxCopAnalyzersVersion >3.3.0</FxCopAnalyzersVersion >
84
84
<SystemTextEncodingsWebVersion >4.7.2</SystemTextEncodingsWebVersion >
You can’t perform that action at this time.
0 commit comments