-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersion.props
More file actions
166 lines (149 loc) · 12.9 KB
/
Version.props
File metadata and controls
166 lines (149 loc) · 12.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<Project>
<PropertyGroup Label="SDK Version (Auto-generated)">
<ANcpSdkPackageVersion>999.9.9</ANcpSdkPackageVersion>
</PropertyGroup>
<PropertyGroup Label=".NET SDK">
<DotNetSdkVersion>10.0.200</DotNetSdkVersion>
<DotNetSdkRollForward>latestMinor</DotNetSdkRollForward>
</PropertyGroup>
<PropertyGroup Label="Roslyn">
<RoslynVersion>5.3.0</RoslynVersion>
<RoslynAnalyzersVersion>5.3.0</RoslynAnalyzersVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES (Runtime package)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities">
<ANcpLuaRoslynUtilitiesVersion>2.0.2</ANcpLuaRoslynUtilitiesVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES.SOURCES (Source-only package for generators)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities.Sources">
<ANcpLuaRoslynUtilitiesSourcesVersion>2.0.2</ANcpLuaRoslynUtilitiesSourcesVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES.POLYFILLS (Source-only polyfills for netstandard2.0)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities.Polyfills">
<ANcpLuaRoslynUtilitiesPolyfillsVersion>2.0.2</ANcpLuaRoslynUtilitiesPolyfillsVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES.TESTING (Analyzer/CodeFix/Generator test infrastructure)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities.Testing">
<ANcpLuaRoslynUtilitiesTestingVersion>2.0.2</ANcpLuaRoslynUtilitiesTestingVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN ANALYZER TESTING
Used by: Roslyn.Utilities.Testing, Analyzers.Tests
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Analyzer Testing">
<AnalyzerTestingVersion>1.1.3</AnalyzerTestingVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
REFERENCE ASSEMBLIES
Used by: Roslyn.Utilities.Testing, Analyzers.Tests
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Reference Assemblies">
<BasicReferenceAssembliesVersion>1.8.5</BasicReferenceAssembliesVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
MEZIANTOU PACKAGES
Used by: SDK, Roslyn.Utilities
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Meziantou">
<MeziantouFrameworkVersion>5.0.15</MeziantouFrameworkVersion>
<MeziantouFullPathVersion>1.1.18</MeziantouFullPathVersion>
<MeziantouTemporaryDirectoryVersion>1.0.37</MeziantouTemporaryDirectoryVersion>
<MeziantouThreadingVersion>2.0.4</MeziantouThreadingVersion>
<MeziantouDependencyScanningVersion>2.0.20</MeziantouDependencyScanningVersion>
<MeziantouAnalyzerVersion>3.0.44</MeziantouAnalyzerVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
TESTING FRAMEWORKS
Used by: SDK, Roslyn.Utilities.Testing, Analyzers.Tests
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Testing">
<XunitV3Version>3.2.2</XunitV3Version>
<NUnitVersion>4.5.1</NUnitVersion>
<TUnitCoreVersion>1.34.5</TUnitCoreVersion>
<BunitVersion>2.7.2</BunitVersion>
<AwesomeAssertionsVersion>9.4.0</AwesomeAssertionsVersion>
<AwesomeAssertionsAnalyzersVersion>9.0.8</AwesomeAssertionsAnalyzersVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
MICROSOFT TESTING PLATFORM (MTP) EXTENSIONS
Used by: SDK (auto-injected for TUnit, NUnit MTP, MSTest MTP)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="MTP Extensions">
<MTPExtensionsVersion>2.1.0</MTPExtensionsVersion>
<CodeCoverageVersion>18.4.1</CodeCoverageVersion>
<TestSdkVersion>18.3.0</TestSdkVersion>
<DiagnosticsTestingVersion>10.4.0</DiagnosticsTestingVersion>
<GitHubActionsLoggerMTPVersion>3.0.3</GitHubActionsLoggerMTPVersion>
<GitHubActionsLoggerVSTestVersion>2.4.1</GitHubActionsLoggerVSTestVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
ANALYZERS (SDK-injected)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Analyzers">
<ANcpLuaAnalyzersVersion>1.23.0</ANcpLuaAnalyzersVersion>
<SbomTargetsVersion>4.1.5</SbomTargetsVersion>
<BannedApiAnalyzersVersion>4.14.0</BannedApiAnalyzersVersion>
<JonSkeetAnalyzersVersion>1.0.0-beta.6</JonSkeetAnalyzersVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
MICROSOFT.EXTENSIONS (BCL polyfills, diagnostics, AI abstractions)
Used by: Roslyn.Utilities (BCL polyfills), Roslyn.Utilities.Testing
(AI.Abstractions, Diagnostics.Testing, Mvc.Testing, OpenAI)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Microsoft.Extensions">
<MicrosoftExtensionsVersion>10.5.0</MicrosoftExtensionsVersion>
<MicrosoftExtensionsAIAbstractionsVersion>10.5.0</MicrosoftExtensionsAIAbstractionsVersion>
<AspNetCoreVersion>10.0.6</AspNetCoreVersion>
<BclAsyncInterfacesVersion>10.0.6</BclAsyncInterfacesVersion>
<BclHashCodeVersion>6.0.0</BclHashCodeVersion>
<SystemThreadingChannelsVersion>10.0.6</SystemThreadingChannelsVersion>
<OpenAIVersion>2.10.0</OpenAIVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
OPENTELEMETRY
Used by: Web projects (qyl ServiceDefaults)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="OpenTelemetry">
<OpenTelemetryVersion>1.15.0</OpenTelemetryVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
NUGET / BUILD TOOLS
Used by: SDK
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Build Tools">
<NuGetVersion>7.3.1</NuGetVersion>
<MSBuildStructuredLoggerVersion>2.3.154</MSBuildStructuredLoggerVersion>
<MicrosoftSourceLinkVersion>10.0.201</MicrosoftSourceLinkVersion>
<MicrosoftDeploymentDotNetReleasesVersion>1.0.1</MicrosoftDeploymentDotNetReleasesVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
OPENAPI / YAML
Used by: SDK (OpenAPI tooling)
Note: OpenApi.Readers stable 2.0+ doesn't exist, still on preview
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="OpenAPI">
<MicrosoftOpenApiVersion>3.3.1</MicrosoftOpenApiVersion>
<MicrosoftOpenApiReadersVersion>2.0.0-preview.13</MicrosoftOpenApiReadersVersion>
<YamlDotNetVersion>16.3.0</YamlDotNetVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
MISCELLANEOUS
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Misc">
<JetBrainsAnnotationsVersion>2025.2.4</JetBrainsAnnotationsVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
LEGACY ALIASES (backward compatibility)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Aliases">
<XunitMtpVersion>$(XunitV3Version)</XunitMtpVersion>
</PropertyGroup>
</Project>