/
dev-npgsql
/
npgsql
Обзор
Документация
Войти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.0.11
src/Npgsql.GeoJSON/Npgsql.GeoJSON.csproj
20 строк
954 B
Shay Rojansky
Add NuGet READMEs (#4100)
05 ноя 2021, 02:11
Не верифицирован
05 ноя 2021, 02:11
8ff6b9d
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <Authors>Yoh Deadfall;Shay Rojansky</Authors> <Description>GeoJSON plugin for Npgsql, allowing mapping of PostGIS geometry types to GeoJSON types.</Description> <PackageTags>npgsql;postgresql;postgres;postgis;geojson;spatial;ado;ado.net;database;sql</PackageTags> <TargetFramework>netstandard2.0</TargetFramework> <TargetFramework Condition="'$(DeveloperBuild)' == 'True'">net6.0</TargetFramework> <SignAssembly>false</SignAssembly> </PropertyGroup> <ItemGroup> <PackageReference Include="GeoJSON.Net" /> <PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="All" /> </ItemGroup> <ItemGroup> <ProjectReference Include="../Npgsql/Npgsql.csproj" /> <ProjectReference Include="../Npgsql.SourceGenerators/Npgsql.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> </ItemGroup> </Project>