Skip to content

Commit dfb9cc3

Browse files
authored
Update Directory.Build.props (#3067)
1 parent 31eca67 commit dfb9cc3

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.0.0-localbuild</MicrosoftIdentityWebVersion>
5+
<MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">3.2.2-localbuild</MicrosoftIdentityWebVersion>
66
<!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
77
<Version>$(MicrosoftIdentityWebVersion)</Version>
88

@@ -77,7 +77,7 @@
7777
</PropertyGroup>
7878

7979
<PropertyGroup Label="Common dependency versions">
80-
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.1.1</MicrosoftIdentityModelVersion>
80+
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.1.2</MicrosoftIdentityModelVersion>
8181
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.65.0</MicrosoftIdentityClientVersion>
8282
<FxCopAnalyzersVersion>3.3.0</FxCopAnalyzersVersion>
8383
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>

0 commit comments

Comments
 (0)