Skip to content

Commit d8397e9

Browse files
authored
Update M.IM 8.11 (#3373)
* Update M.IM 8.11 * Update Directory.Build.props
1 parent e48283a commit d8397e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!--This should be passed from the VSTS build-->
44
<!-- 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>
66
<!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
77
<Version>$(MicrosoftIdentityWebVersion)</Version>
88

@@ -78,7 +78,7 @@
7878
</PropertyGroup>
7979

8080
<PropertyGroup Label="Common dependency versions">
81-
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.10.0</MicrosoftIdentityModelVersion>
81+
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.11.0</MicrosoftIdentityModelVersion>
8282
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.72.1</MicrosoftIdentityClientVersion>
8383
<FxCopAnalyzersVersion>3.3.0</FxCopAnalyzersVersion>
8484
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>

0 commit comments

Comments
 (0)