-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersion.props
More file actions
241 lines (214 loc) · 18.3 KB
/
Version.props
File metadata and controls
241 lines (214 loc) · 18.3 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<Project>
<!--
═══════════════════════════════════════════════════════════════════════════
ANcpLua.NET.Sdk — Version.props (shipped via NuGet)
═══════════════════════════════════════════════════════════════════════════
This file is packed into the ANcpLua.NET.Sdk NuGet and imported automatically
for any project declaring <Project Sdk="ANcpLua.NET.Sdk">. Downstream repos
(ANcpLua.Roslyn.Utilities, ANcpLua.Analyzers, qyl, consumers) get these
`$(…Version)` properties for free via MSBuild SDK resolution.
DISTRIBUTION MODEL: NuGet, not symlinks. The SDK is the source of truth via
the published nupkg — downstream repos are NOT cross-repo-symlinked to this
file (git doesn't allow that cleanly across repositories).
LOCAL OVERRIDES: A downstream repo MAY keep its own root-level Version.props
to pin versions AHEAD of the currently-published SDK. The local file is
imported by that repo's Directory.Packages.props AFTER the SDK-shipped
values, so "last wins" — locals override. Prune local entries once the SDK
publishes with matching versions. Drift is a signal a consumer has stale
local overrides, not a broken symlink.
USAGE in a Directory.Packages.props:
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="$(RoslynVersion)"/>
EDIT RULE: bump versions here for cross-cutting changes (Roslyn, testing
frameworks, Microsoft.Extensions, Microsoft.Agents, etc.). Dependabot
groups and SDK publish pipeline handle propagation downstream.
-->
<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>
<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN / CODE ANALYSIS
Used by: SDK, Roslyn.Utilities, Analyzers
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn">
<RoslynVersion>5.3.0</RoslynVersion>
<RoslynAnalyzersVersion>5.3.0</RoslynAnalyzersVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES (Runtime package)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities">
<ANcpLuaRoslynUtilitiesVersion>1.52.0</ANcpLuaRoslynUtilitiesVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES.SOURCES (Source-only package for generators)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities.Sources">
<ANcpLuaRoslynUtilitiesSourcesVersion>1.52.0</ANcpLuaRoslynUtilitiesSourcesVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES.POLYFILLS (Source-only polyfills for netstandard2.0)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities.Polyfills">
<ANcpLuaRoslynUtilitiesPolyfillsVersion>1.52.0</ANcpLuaRoslynUtilitiesPolyfillsVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES.TESTING (Analyzer/CodeFix/Generator test infrastructure)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities.Testing">
<ANcpLuaRoslynUtilitiesTestingVersion>1.52.0</ANcpLuaRoslynUtilitiesTestingVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
ROSLYN.UTILITIES.TESTING.WORKFLOWS (MAF workflow test infrastructure)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Roslyn.Utilities.Testing.Workflows">
<ANcpLuaRoslynUtilitiesTestingWorkflowsVersion>1.52.0</ANcpLuaRoslynUtilitiesTestingWorkflowsVersion>
</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.10</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 (ASP.NET Core / Hosting / AI)
Used by: Web projects, Roslyn.Utilities
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Microsoft.Extensions">
<MicrosoftExtensionsVersion>10.5.0</MicrosoftExtensionsVersion>
<MicrosoftExtensionsAIAbstractionsVersion>10.5.0</MicrosoftExtensionsAIAbstractionsVersion>
<MicrosoftExtensionsAIOpenAIVersion>10.5.0</MicrosoftExtensionsAIOpenAIVersion>
<AspNetCoreVersion>10.0.6</AspNetCoreVersion>
<MicrosoftBclAsyncInterfacesVersion>10.0.6</MicrosoftBclAsyncInterfacesVersion>
<BclAsyncInterfacesVersion>10.0.6</BclAsyncInterfacesVersion>
<BclHashCodeVersion>6.0.0</BclHashCodeVersion>
<SystemThreadingChannelsVersion>10.0.6</SystemThreadingChannelsVersion>
</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>
<!-- ═══════════════════════════════════════════════════════════════════════
MICROSOFT AGENTS
Used by: Roslyn.Utilities.Testing (Agent test infrastructure),
Roslyn.Utilities.Testing.Workflows (Workflow test infrastructure)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Microsoft.Agents">
<MicrosoftAgentsAIVersion>1.1.0</MicrosoftAgentsAIVersion>
<MicrosoftAgentsAIHostingAGUIAspNetCoreVersion>1.0.0-preview.260402.1</MicrosoftAgentsAIHostingAGUIAspNetCoreVersion>
<MicrosoftAgentsAIWorkflowsVersion>1.1.0</MicrosoftAgentsAIWorkflowsVersion>
<MicrosoftAgentsAIWorkflowsDeclarativeVersion>1.0.0-rc6</MicrosoftAgentsAIWorkflowsDeclarativeVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
LLM PROVIDER SDKs
Used by: Roslyn.Utilities.Testing.AgentTesting (Conformance/Examples fixtures)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="LLM Providers">
<OpenAIVersion>2.10.0</OpenAIVersion>
<AzureAIOpenAIVersion>2.1.0</AzureAIOpenAIVersion>
<AzureIdentityVersion>1.21.0</AzureIdentityVersion>
<AnthropicSDKVersion>5.10.0</AnthropicSDKVersion>
<OllamaSharpVersion>5.4.25</OllamaSharpVersion>
<MsccGenerativeAIVersion>3.1.0</MsccGenerativeAIVersion>
<MsccGenerativeAIMicrosoftVersion>3.1.0</MsccGenerativeAIMicrosoftVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
WORKFLOW TEST DEPENDENCIES
Used by: Roslyn.Utilities.Testing.Workflows
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Workflow Testing">
<MoqVersion>4.20.72</MoqVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
MISCELLANEOUS
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Misc">
<JetBrainsAnnotationsVersion>2025.2.4</JetBrainsAnnotationsVersion>
</PropertyGroup>
<!-- ═══════════════════════════════════════════════════════════════════════
LEGACY ALIASES (backward compatibility)
═══════════════════════════════════════════════════════════════════════ -->
<PropertyGroup Label="Aliases">
<XunitMtpVersion>$(XunitV3Version)</XunitMtpVersion>
<MvcTestingVersion>$(AspNetCoreVersion)</MvcTestingVersion>
</PropertyGroup>
</Project>