/
dev-npgsql
/
npgsql
Обзор
Документация
Войти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.1.15
test/Npgsql.PluginTests/Npgsql.PluginTests.csproj
22 строки
1 KB
Shay Rojansky
Update dependency versions
24 сен 2019, 16:37
24 сен 2019, 16:37
d728d40
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <PropertyGroup> <SignAssembly>false</SignAssembly> </PropertyGroup> <ItemGroup> <PackageReference Include="NodaTime" /> <PackageReference Include="NUnit" /> <PackageReference Include="NLog" /> <PackageReference Include="Microsoft.NET.Test.Sdk" /> <PackageReference Include="NUnit3TestAdapter" /> </ItemGroup> <ItemGroup> <ProjectReference Include="../../src/Npgsql/Npgsql.csproj" /> <ProjectReference Include="../../src/Npgsql.Json.NET/Npgsql.Json.NET.csproj" /> <ProjectReference Include="../../src/Npgsql.NodaTime/Npgsql.NodaTime.csproj" /> <ProjectReference Include="../Npgsql.Tests/Npgsql.Tests.csproj" /> <ProjectReference Include="../../src/Npgsql.LegacyPostgis/Npgsql.LegacyPostgis.csproj" /> <ProjectReference Include="../../src/Npgsql.RawPostgis/Npgsql.RawPostgis.csproj" /> <ProjectReference Include="../../src/Npgsql.NetTopologySuite/Npgsql.NetTopologySuite.csproj" /> <ProjectReference Include="../../src/Npgsql.GeoJSON/Npgsql.GeoJSON.csproj" /> </ItemGroup> </Project>