-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
56 lines (56 loc) · 3.36 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
56 lines (56 loc) · 3.36 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
<Project>
<PropertyGroup>
<!-- Enable central package management, https://learn.microsoft.com/en-us/nuget/consume-packages/Central-Package-Management -->
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<!-- ASP.NET -->
<PackageVersion Include="Microsoft.AspNetCore.HttpOverrides" Version="2.3.10" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.11" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.11" />
<PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" />
<PackageVersion Include="Vivet.AspNetCore.RequestTimeZone" Version="10.0.4" />
<!-- ASP.NET - Auth -->
<PackageVersion Include="AspNet.Security.OAuth.GitHub" Version="10.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.8" />
<!-- ASP.NET - EF Core-->
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="10.0.11" />
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.8" />
<!-- Database -->
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.11" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.3" />
<!-- Caching -->
<PackageVersion Include="EasyCaching.InMemory" Version="1.9.2" />
<PackageVersion Include="EasyCaching.Redis" Version="1.9.2" />
<PackageVersion Include="EasyCaching.Serialization.MessagePack" Version="1.9.2" />
<PackageVersion Include="EFCoreSecondLevelCacheInterceptor" Version="5.3.11" />
<PackageVersion Include="EFCoreSecondLevelCacheInterceptor.EasyCaching.Core" Version="5.3.11" />
<PackageVersion Include="MessagePack" Version="2.5.198" />
<!-- Storage -->
<PackageVersion Include="AWSSDK.S3" Version="4.0.24.1" />
<!-- Geolocation Network Data -->
<PackageVersion Include="MaxMind.GeoIP2" Version="6.1.0" />
<PackageVersion Include="GeoTimeZone" Version="6.1.0" />
<!-- Content parsing/manupliation -->
<PackageVersion Include="Magick.NET-Q16-HDRI-AnyCPU" Version="14.14.0" />
<PackageVersion Include="Markdig" Version="1.2.0" />
<PackageVersion Include="MimeTypes" Version="2.5.2" />
<!-- Logging/Error Tracing -->
<PackageVersion Include="NLog" Version="6.1.4" />
<PackageVersion Include="NLog.Web.AspNetCore" Version="6.1.3" />
<PackageVersion Include="Sentry.AspNetCore" Version="6.6.0" />
<PackageVersion Include="Sentry.NLog" Version="6.6.0" />
<!-- Unit Testing -->
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
<PackageVersion Include="NUnit" Version="4.6.1" />
<PackageVersion Include="NUnit.Analyzers" Version="4.14.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="6.2.0" />
<!-- Misc -->
<PackageVersion Include="CSharpFunctionalExtensions" Version="3.7.0" />
<PackageVersion Include="HtmlSanitizer" Version="9.0.892" />
<PackageVersion Include="NeoSmart.PrettySize" Version="3.1.1" />
</ItemGroup>
</Project>