|
23 | 23 | <!-- Opt-in/out repo features --> |
24 | 24 | <UsingToolIbcOptimization>false</UsingToolIbcOptimization> |
25 | 25 | <UsingToolXliff>false</UsingToolXliff> |
| 26 | + <FlagNetStandard1XDependencies Condition="'$(FlagNetStandard1XDependencies)' == ''">true</FlagNetStandard1XDependencies> |
26 | 27 | <!-- Use SDK compilers in full source-build. --> |
27 | 28 | <UsingToolMicrosoftNetCompilers Condition="'$(DotNetBuildFromSourceFlavor)' != 'Product'">true</UsingToolMicrosoftNetCompilers> |
28 | 29 | </PropertyGroup> |
|
129 | 130 | <SystemIOFileSystemAccessControlVersion>5.0.0</SystemIOFileSystemAccessControlVersion> |
130 | 131 | <SystemMemoryVersion>4.5.5</SystemMemoryVersion> |
131 | 132 | <SystemReflectionMetadataVersion>7.0.0</SystemReflectionMetadataVersion> |
| 133 | + <SystemReflectionMetadataLoadContextVersion>7.0.0</SystemReflectionMetadataLoadContextVersion> |
132 | 134 | <SystemSecurityAccessControlVersion>6.0.0</SystemSecurityAccessControlVersion> |
133 | 135 | <SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion> |
134 | 136 | <SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion> |
|
163 | 165 | <optimizationlinuxarm64MIBCRuntimeVersion>1.0.0-prerelease.24071.2</optimizationlinuxarm64MIBCRuntimeVersion> |
164 | 166 | <optimizationPGOCoreCLRVersion>1.0.0-prerelease.24071.2</optimizationPGOCoreCLRVersion> |
165 | 167 | <!-- Not auto-updated. --> |
| 168 | + <MicrosoftDiaSymReaderVersion>2.0.0</MicrosoftDiaSymReaderVersion> |
166 | 169 | <MicrosoftDiaSymReaderNativeVersion>16.11.29-beta1.23404.4</MicrosoftDiaSymReaderNativeVersion> |
167 | 170 | <SystemCommandLineVersion>2.0.0-beta4.23407.1</SystemCommandLineVersion> |
168 | 171 | <TraceEventVersion>3.1.7</TraceEventVersion> |
|
186 | 189 | <MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.24066.3</MicrosoftDotNetXHarnessCLIVersion> |
187 | 190 | <MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>9.0.0-alpha.0.24065.1</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion> |
188 | 191 | <NUnitVersion>3.12.0</NUnitVersion> |
189 | | - <NUnitTestAdapterVersion>4.1.0</NUnitTestAdapterVersion> |
| 192 | + <NUnit3TestAdapterVersion>4.5.0</NUnit3TestAdapterVersion> |
190 | 193 | <CoverletCollectorVersion>6.0.0</CoverletCollectorVersion> |
191 | 194 | <NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion> |
192 | 195 | <NewtonsoftJsonBsonVersion>1.0.2</NewtonsoftJsonBsonVersion> |
193 | 196 | <SQLitePCLRawbundle_greenVersion>2.0.4</SQLitePCLRawbundle_greenVersion> |
194 | 197 | <MoqVersion>4.18.4</MoqVersion> |
195 | 198 | <FluentAssertionsVersion>6.7.0</FluentAssertionsVersion> |
196 | 199 | <FsCheckVersion>2.14.3</FsCheckVersion> |
| 200 | + <CommandLineParserVersion>2.9.1</CommandLineParserVersion> |
197 | 201 | <!-- Android gRPC client tests --> |
198 | 202 | <GoogleProtobufVersion>3.19.4</GoogleProtobufVersion> |
199 | 203 | <GrpcAspNetCoreVersion>2.46.0</GrpcAspNetCoreVersion> |
|
203 | 207 | <GrpcDotnetClientVersion>2.45.0</GrpcDotnetClientVersion> |
204 | 208 | <GrpcToolsVersion>2.45.0</GrpcToolsVersion> |
205 | 209 | <CompilerPlatformTestingVersion>1.1.2-beta1.23323.1</CompilerPlatformTestingVersion> |
| 210 | + <CompilerPlatformTestingDiffPlexVersion>1.7.2</CompilerPlatformTestingDiffPlexVersion> |
| 211 | + <CompilerPlatformTestingMicrosoftVisualBasicVersion>10.2.0</CompilerPlatformTestingMicrosoftVisualBasicVersion> |
| 212 | + <CompilerPlatformTestingMicrosoftVisualStudioCompositionVersion>17.0.46</CompilerPlatformTestingMicrosoftVisualStudioCompositionVersion> |
206 | 213 | <!-- Docs --> |
207 | 214 | <MicrosoftPrivateIntellisenseVersion>8.0.0-preview-20230918.1</MicrosoftPrivateIntellisenseVersion> |
208 | 215 | <!-- Mono Cecil --> |
|
0 commit comments