|
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.8.5</MicrosoftIdentityWebVersion> |
| 5 | + <MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">3.9.1</MicrosoftIdentityWebVersion> |
6 | 6 | <!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion--> |
7 | 7 | <Version>$(MicrosoftIdentityWebVersion)</Version> |
8 | 8 |
|
|
44 | 44 | <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> |
45 | 45 | </PropertyGroup> |
46 | 46 |
|
47 | | - <PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == 'NET6_0_OR_GREATER'"> |
48 | | - <IsTrimmable>true</IsTrimmable> |
49 | | - </PropertyGroup> |
50 | | - |
51 | | - <PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == 'NET8_0_OR_GREATER'"> |
52 | | - <EnableMicrosoftExtensionsConfigurationBinderSourceGenerator>true</EnableMicrosoftExtensionsConfigurationBinderSourceGenerator> |
53 | | - </PropertyGroup> |
54 | | - |
55 | 47 | <PropertyGroup Condition="'$(TF_BUILD)' == 'true'"> |
56 | 48 | <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
57 | 49 | </PropertyGroup> |
|
86 | 78 | </PropertyGroup> |
87 | 79 |
|
88 | 80 | <PropertyGroup Label="Common dependency versions"> |
89 | | - <MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.8.0</MicrosoftIdentityModelVersion> |
90 | | - <MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.71.0</MicrosoftIdentityClientVersion> |
| 81 | + <MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.10.0</MicrosoftIdentityModelVersion> |
| 82 | + <MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.72.1</MicrosoftIdentityClientVersion> |
91 | 83 | <FxCopAnalyzersVersion>3.3.0</FxCopAnalyzersVersion> |
92 | 84 | <SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion> |
93 | 85 | <AzureSecurityKeyVaultSecretsVersion>4.6.0</AzureSecurityKeyVaultSecretsVersion> |
94 | 86 | <AzureIdentityVersion>1.11.4</AzureIdentityVersion> |
95 | 87 | <AzureSecurityKeyVaultCertificatesVersion>4.6.0</AzureSecurityKeyVaultCertificatesVersion> |
96 | 88 | <MicrosoftGraphVersion>4.36.0</MicrosoftGraphVersion> |
97 | 89 | <MicrosoftGraphBetaVersion>4.57.0-preview</MicrosoftGraphBetaVersion> |
98 | | - <MicrosoftIdentityAbstractionsVersion>9.0.0</MicrosoftIdentityAbstractionsVersion> |
| 90 | + <MicrosoftIdentityAbstractionsVersion>9.1.0</MicrosoftIdentityAbstractionsVersion> |
99 | 91 | <!--CVE-2024-43485--> |
100 | 92 | <SystemTextJsonVersion>8.0.5</SystemTextJsonVersion> |
101 | 93 | <!--CVE-2023-29331--> |
|
0 commit comments