|
29 | 29 | <UtilitiesVersion>$(ReleaseVersion)</UtilitiesVersion> |
30 | 30 | </PropertyGroup> |
31 | 31 |
|
32 | | - <!-- Support files and analyzers --> |
| 32 | + <!-- ClrMD version handling --> |
33 | 33 | <PropertyGroup> |
34 | | - <PerfViewSupportFilesVersion>1.0.8</PerfViewSupportFilesVersion> |
35 | | - <MicrosoftDiagnosticsTracingTraceEventSupportFilesVersion>1.0.30</MicrosoftDiagnosticsTracingTraceEventSupportFilesVersion> |
36 | | - <MicrosoftDiagnosticsTracingTraceEventAutomatedAnalysisAnalyzersVersion>0.1.2</MicrosoftDiagnosticsTracingTraceEventAutomatedAnalysisAnalyzersVersion> |
37 | | - </PropertyGroup> |
38 | | - |
39 | | - <!-- External dependencies --> |
40 | | - <PropertyGroup> |
41 | | - <AzureCoreVersion>1.38.0</AzureCoreVersion> |
42 | | - <AzureIdentityVersion>1.11.4</AzureIdentityVersion> |
43 | | - <MicroBuildCoreVersion>0.3.1</MicroBuildCoreVersion> |
44 | | - <MicrosoftDiagnosticsNETCoreClientVersion>0.2.510501</MicrosoftDiagnosticsNETCoreClientVersion> |
45 | | - <MicrosoftIdentityClientVersion>4.61.3</MicrosoftIdentityClientVersion> |
46 | | - <MicrosoftIdentityClientExtensionsMsalVersion>4.61.3</MicrosoftIdentityClientExtensionsMsalVersion> |
47 | | - <MicrosoftIdentityModelAbstractionsVersion>7.1.2</MicrosoftIdentityModelAbstractionsVersion> |
48 | | - <MicrosoftIdentityModelTokensVersion>7.1.2</MicrosoftIdentityModelTokensVersion> |
49 | | - <MicrosoftIdentityModelJsonWebTokensVersion>7.1.2</MicrosoftIdentityModelJsonWebTokensVersion> |
50 | | - <MicrosoftSourceLinkGitHubVersion>8.0.0</MicrosoftSourceLinkGitHubVersion> |
51 | | - <MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion> |
52 | | - <MicrosoftWebWebView2Version>1.0.2792.45</MicrosoftWebWebView2Version> |
53 | | - <SystemBuffersVersion>4.5.1</SystemBuffersVersion> |
54 | | - <SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion> |
55 | | - <SystemDiagnosticsDiagnosticSourceVersion>8.0.0</SystemDiagnosticsDiagnosticSourceVersion> |
56 | | - <SystemMemoryVersion>4.5.5</SystemMemoryVersion> |
57 | | - <SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion> |
58 | | - <SystemReflectionMetadataVersion>8.0.0</SystemReflectionMetadataVersion> |
59 | | - <SystemReflectionTypeExtensionsVersion>4.7.0</SystemReflectionTypeExtensionsVersion> |
60 | | - <SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion> |
61 | | - <SystemRuntimeInteropServicesRuntimeInformationVersion></SystemRuntimeInteropServicesRuntimeInformationVersion> |
62 | | - <SystemSecurityCryptographyAlgorithmsVersion>4.3.1</SystemSecurityCryptographyAlgorithmsVersion> |
63 | | - <SystemSecurityCryptographyProtectedDataVersion>4.7.0</SystemSecurityCryptographyProtectedDataVersion> |
64 | | - <SystemTextEncodingsWebVersion>8.0.0</SystemTextEncodingsWebVersion> |
65 | | - <SystemTextJsonVersion>8.0.5</SystemTextJsonVersion> |
66 | | - <SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion> |
67 | | - </PropertyGroup> |
68 | | - |
69 | | - <!-- ClrMD --> |
70 | | - <PropertyGroup> |
71 | | - <MicrosoftDiagnosticsRuntimeVersion>4.0.0-beta.24314.3</MicrosoftDiagnosticsRuntimeVersion> |
72 | | - <!-- If we set MicrosoftDiagnosticsRuntimeVersion to 'local' instead of the version below, it will build PerfView with a locally built ClrMD. --> |
| 34 | + <!-- If we set MicrosoftDiagnosticsRuntimeVersion to 'local', it will build PerfView with a locally built ClrMD. --> |
73 | 35 | <!-- This particular path assume clrmd is cloned side-by-side with PerfView, feel free to change as needed. --> |
74 | 36 | <!-- |
75 | 37 | <MicrosoftDiagnosticsRuntimeVersion>local</MicrosoftDiagnosticsRuntimeVersion> |
76 | 38 | <MicrosoftDiagnosticsRuntimePath>$(MSBuildThisFileDirectory)\..\..\clrmd\artifacts\bin\Microsoft.Diagnostics.Runtime\$(Configuration)\netstandard2.0\Microsoft.Diagnostics.Runtime.dll</MicrosoftDiagnosticsRuntimePath> |
77 | 39 | --> |
78 | 40 | </PropertyGroup> |
79 | 41 |
|
80 | | - <!-- Test dependencies --> |
81 | | - <PropertyGroup> |
82 | | - <MicrosoftVisualStudioThreadingVersion>17.8.14</MicrosoftVisualStudioThreadingVersion> |
83 | | - <XunitVersion>2.6.5</XunitVersion> |
84 | | - <XunitExtensibilityCoreVersion>2.6.5</XunitExtensibilityCoreVersion> |
85 | | - <XunitExtensibilityExecutionVersion>2.6.5</XunitExtensibilityExecutionVersion> |
86 | | - <XunitRunnerVisualstudioVersion>2.5.6</XunitRunnerVisualstudioVersion> |
87 | | - <XunitStaFactVersion>0.3.2</XunitStaFactVersion> |
88 | | - </PropertyGroup> |
89 | | - |
90 | 42 | <PropertyGroup> |
91 | 43 | <!-- |
92 | 44 | Make sure any documentation comments which are included in code get checked for syntax during the build, but do |
|
0 commit comments