18 lines
898 B
XML
18 lines
898 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
|
|
<NoWarn>$(NoWarn);NU1507</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.4" />
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.4" />
|
|
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
|
|
<PackageVersion Include="ModelContextProtocol" Version="1.4.0" />
|
|
<PackageVersion Include="ModelContextProtocol.AspNetCore" Version="1.4.0" />
|
|
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.2" />
|
|
<PackageVersion Include="xunit" Version="2.9.3" />
|
|
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
|
|
</ItemGroup>
|
|
</Project>
|