/
dev-npgsql
/
npgsql
Обзор
Документация
Войти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.0.8
src/Npgsql.GeoJSON/Npgsql.GeoJSON.csproj
19 строк
915 B
Shay Rojansky
Make type handlers thread-safe (#4684)
03 окт 2022, 14:09
Не верифицирован
03 окт 2022, 14:09
202389a
Код
Авторство
О чём код?
<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'">net7.0</TargetFramework> </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>