/
dev-npgsql
/
npgsql
Обзор
Документация
Войти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v10.0.1
test/Npgsql.PluginTests/Npgsql.PluginTests.csproj
23 строки
1 KB
Emmanuel André
Move to NUnit v4 (#6183)
09 сен 2025, 00:31
Не верифицирован
09 сен 2025, 00:31
53b6028
Код
Авторство
О чём код?
<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="NUnit.Analyzers"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <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>