-
-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathVersions.props
More file actions
17 lines (17 loc) · 680 Bytes
/
Copy pathVersions.props
File metadata and controls
17 lines (17 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project>
<PropertyGroup Label="Package Versions">
<!-- Core Libraries -->
<AspireVersion>13.1.0</AspireVersion>
<AspireUnstableVersion>13.1.0-preview.1.25616.3</AspireUnstableVersion>
<AspNetVersion>10.0.2</AspNetVersion>
<GrpcVersion>2.76.0</GrpcVersion>
<MassTransitVersion>8.5.7</MassTransitVersion>
<!-- Microsoft Packages -->
<MsExtVersion>10.2.0</MsExtVersion>
<MsTestVersion>2.0.2</MsTestVersion>
<ToolKitVersion>13.1.1</ToolKitVersion>
<AgentFrameworkVersion>1.0.0-preview.260121.1</AgentFrameworkVersion>
<!-- Observability & Health -->
<HealthChecksVersion>9.0.0</HealthChecksVersion>
</PropertyGroup>
</Project>