/
dev-npgsql
/
npgsql
Обзор
Документация
Войти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v8.0.9
test/Npgsql.PluginTests/Npgsql.PluginTests.csproj
19 строк
867 B
Nino Floris
Handler rework (#5123)
26 сен 2023, 00:08
Не верифицирован
26 сен 2023, 00:08
0b7aecb
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <ItemGroup> <PackageReference Include="NetTopologySuite" /> <PackageReference Include="NodaTime" /> <PackageReference Include="NUnit" /> <PackageReference Include="Microsoft.NET.Test.Sdk" /> <PackageReference Include="NUnit3TestAdapter" /> </ItemGroup> <ItemGroup> <ProjectReference Include="../../src/Npgsql/Npgsql.csproj" /> <ProjectReference Include="../../src/Npgsql.NodaTime/Npgsql.NodaTime.csproj" /> <ProjectReference Include="../../src/Npgsql.Json.NET/Npgsql.Json.NET.csproj" /> <ProjectReference Include="../Npgsql.Tests/Npgsql.Tests.csproj" /> <ProjectReference Include="../../src/Npgsql.NetTopologySuite/Npgsql.NetTopologySuite.csproj" /> <ProjectReference Include="../../src/Npgsql.GeoJSON/Npgsql.GeoJSON.csproj" /> </ItemGroup> </Project>