blob: 38f251bc7a33acfa378c2bbf0afeb2f3f26a1155 [file] [log] [blame]
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>Apache.Ignite.Linq</AssemblyName>
<RootNamespace>Apache.Ignite.Linq</RootNamespace>
<NoWarn>NU1701</NoWarn>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>Apache.Ignite.Linq.snk</AssemblyOriginatorKeyFile>
<IsPackable>true</IsPackable>
<PackageId>Apache.Ignite.Linq</PackageId>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Apache Ignite LINQ Provider. Query distributed in-memory data in a strongly-typed manner and with IDE support. All Ignite SQL features are supported: distributed joins, groupings, aggregates, field queries, and more.</Description>
<CodeAnalysisRuleSet>..\Apache.Ignite.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs" />
<PackageReference Include="Remotion.Linq" Version="2.1.2" />
<ProjectReference Include="..\Apache.Ignite.Core\Apache.Ignite.Core.csproj" />
<!--
NOTE: Microsoft.CodeAnalysis.NetAnalyzers is the new replacement for FxCopAnalyzers,
but it has some issues on older SDKs (https://github.com/dotnet/roslyn-analyzers/issues/4776).
NOTE: Don't upgrade to 3.x - it does not work on some older 2.x SDKs
-->
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.12" PrivateAssets="all" />
</ItemGroup>
</Project>