/
dev-npgsql
/
npgsql
Обзор
Документация
Войти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.0.18
test/Npgsql.PluginTests/Npgsql.PluginTests.csproj
21 строка
1019 B
Nikita Kazmin
Prepare NRE fix (#3228)
11 окт 2020, 17:11
Не верифицирован
11 окт 2020, 17:11
253918a
Код
Авторство
О чём код?
<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.NetTopologySuite/Npgsql.NetTopologySuite.csproj" /> <ProjectReference Include="../../src/Npgsql.GeoJSON/Npgsql.GeoJSON.csproj" /> </ItemGroup> </Project>