-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDirectory.Packages.props
30 lines (30 loc) · 1.77 KB
/
Directory.Packages.props
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
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
<NoWarn>$(NoWarn);NU1507</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="AspNet.Security.OAuth.Discord" Version="9.0.0" />
<PackageVersion Include="AutoConstructor" Version="5.6.0" />
<PackageVersion Include="AutoRegisterInject" Version="1.4.1" />
<PackageVersion Include="HtmlAgilityPack" Version="1.11.71" />
<PackageVersion Include="Humanizer.Core" Version="2.14.1" />
<PackageVersion Include="LazyCache" Version="2.4.0" />
<PackageVersion Include="LazyCache.AspNetCore" Version="2.4.0" />
<PackageVersion Include="MediatR" Version="12.4.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0" />
<PackageVersion Include="MudBlazor" Version="7.15.0" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.0" />
<PackageVersion Include="Remora.Discord" Version="2024.3.0" />
<PackageVersion Include="Sentry.Serilog" Version="4.13.0" />
<PackageVersion Include="Serilog" Version="4.1.0" />
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageVersion Include="TimeSpanParserUtil" Version="1.2.0" />
</ItemGroup>
</Project>