-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
77 lines (77 loc) · 5 KB
/
Directory.Packages.props
File metadata and controls
77 lines (77 loc) · 5 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>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<MicrosoftExtensionsVersion>10.0.0</MicrosoftExtensionsVersion>
<AspnetVersion>10.0.0</AspnetVersion>
<EfcoreVersion>10.0.0</EfcoreVersion>
<FastEndpoints>7.1.1</FastEndpoints>
<WolverineFx>5.6.0</WolverineFx>
<ArdalisSpecification>9.3.1</ArdalisSpecification>
</PropertyGroup>
<ItemGroup>
<!-- AspnetVersion -->
<PackageVersion Include="Ardalis.Specification" Version="$(ArdalisSpecification)" />
<PackageVersion Include="Ardalis.Specification.EntityFrameworkCore" Version="$(ArdalisSpecification)" />
<!-- AspnetVersion -->
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="$(AspnetVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="$(AspnetVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="$(AspnetVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="$(AspnetVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="$(AspnetVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="$(AspnetVersion)" />
<!-- EfcoreVersion -->
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="$(EfcoreVersion)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="$(EfcoreVersion)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="$(EfcoreVersion)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(EfcoreVersion)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="$(EfcoreVersion)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Proxies" Version="$(EfcoreVersion)" />
<!-- MicrosoftExtensionsVersion -->
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="$(MicrosoftExtensionsVersion)" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="$(MicrosoftExtensionsVersion)" />
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="$(MicrosoftExtensionsVersion)" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="$(MicrosoftExtensionsVersion)" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="$(MicrosoftExtensionsVersion)" />
<PackageVersion Include="Scalar.AspNetCore" Version="2.11.2" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="$(MicrosoftExtensionsVersion)" />
<!-- FastEndpoints -->
<PackageVersion Include="FastEndpoints" Version="$(FastEndpoints)" />
<PackageVersion Include="FastEndpoints.Swagger" Version="$(FastEndpoints)" />
<PackageVersion Include="FastEndpoints.Security" Version="$(FastEndpoints)" />
<!-- WolverineFx -->
<PackageVersion Include="WolverineFx" Version="$(WolverineFx)" />
<PackageVersion Include="WolverineFx.FluentValidation" Version="$(WolverineFx)" />
<!-- Serilog -->
<PackageVersion Include="Serilog.AspNetCore" Version="10.0.0" />
<PackageVersion Include="Serilog.Sinks.Console" Version="6.1.1" />
<!-- Image -->
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.12" />
<PackageVersion Include="SixLabors.ImageSharp.Web" Version="3.2.0" />
<PackageVersion Include="Xabe.FFmpeg" Version="6.0.2" />
<!-- Db -->
<PackageVersion Include="Ardalis.GuardClauses" Version="5.0.0" />
<PackageVersion Include="EasyCaching.InMemory" Version="1.9.2" />
<PackageVersion Include="EFCoreSecondLevelCacheInterceptor.EasyCaching.Core" Version="5.3.5" />
<!-- FluentAssertions -->
<PackageVersion Include="FluentAssertions" Version="8.8.0" />
<PackageVersion Include="FluentValidation.AspNetCore" Version="11.3.1" />
<PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1" />
<!-- Security -->
<PackageVersion Include="Sqids" Version="3.1.0" />
<PackageVersion Include="jose-jwt" Version="5.2.0" />
<PackageVersion Include="OwaspHeaders.Core" Version="10.0.0" />
<PackageVersion Include="AspNetCoreRateLimit" Version="5.0.0" />
<!-- More -->
<PackageVersion Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.AspNetCore.ResponseCompression" Version="2.3.0" />
<PackageVersion Include="Microsoft.AspNetCore.Http" Version="2.3.0" />
<PackageVersion Include="Mapster" Version="7.4.0" />
<!-- Test -->
<PackageVersion Include="TUnit" Version="1.3.25" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.1.3" />
<PackageVersion Include="Testcontainers.MsSql" Version="4.9.0" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="Respawn" Version="7.0.0" />
</ItemGroup>
</Project>