-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
77 lines (60 loc) · 3.1 KB
/
Directory.Packages.props
File metadata and controls
77 lines (60 loc) · 3.1 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
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<!-- MediatR / CQRS -->
<PackageVersion Include="MediatR" Version="12.4.1" />
<PackageVersion Include="MediatR.Contracts" Version="2.0.1" />
<!-- Validation -->
<PackageVersion Include="FluentValidation" Version="11.11.0" />
<PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="11.11.0" />
<!-- Azure Cosmos DB -->
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.43.1" />
<!-- Azure Service Bus -->
<PackageVersion Include="Azure.Messaging.ServiceBus" Version="7.18.2" />
<!-- Azure Blob Storage -->
<PackageVersion Include="Azure.Storage.Blobs" Version="12.22.2" />
<!-- Redis -->
<PackageVersion Include="StackExchange.Redis" Version="2.8.16" />
<!-- PostgreSQL + EF Core -->
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.3" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1" />
<!-- gRPC -->
<PackageVersion Include="Grpc.Net.Client" Version="2.67.0" />
<PackageVersion Include="Grpc.Net.ClientFactory" Version="2.67.0" />
<PackageVersion Include="Google.Protobuf" Version="3.28.3" />
<PackageVersion Include="Grpc.Tools" Version="2.67.0" />
<!-- SignalR -->
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Common" Version="9.0.0" />
<!-- Auth -->
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.0" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.3.0" />
<PackageVersion Include="Isopoh.Cryptography.Argon2" Version="2.0.0" />
<!-- API Gateway -->
<PackageVersion Include="Yarp.ReverseProxy" Version="2.2.0" />
<!-- OpenAPI -->
<PackageVersion Include="Swashbuckle.AspNetCore" Version="7.2.0" />
<!-- FHIR -->
<PackageVersion Include="Hl7.Fhir.R4" Version="5.11.2" />
<!-- Stripe -->
<PackageVersion Include="Stripe.net" Version="47.0.0" />
<!-- Observability -->
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.10.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.10.1" />
<!-- Hosting -->
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="9.0.0" />
<!-- Serialization -->
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
<!-- Testing -->
<PackageVersion Include="bunit" Version="1.36.0" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="NSubstitute" Version="5.3.0" />
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
</ItemGroup>
</Project>