blob: 645c98db3d65c1e482d4ad5397bcdf8236923f26 [file] [log] [blame]
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>Apache.Ignite.EntityFramework</AssemblyName>
<RootNamespace>Apache.Ignite.EntityFramework</RootNamespace>
<NoWarn>NU1701</NoWarn>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>Apache.Ignite.EntityFramework.snk</AssemblyOriginatorKeyFile>
<IsPackable>true</IsPackable>
<PackageId>Apache.Ignite.EntityFramework</PackageId>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Apache Ignite EntityFramework Second Level Cache: caches EF query results in a distributed in-memory cache.</Description>
<CodeAnalysisRuleSet>..\Apache.Ignite.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Data" />
<PackageReference Include="EntityFramework" Version="6.1.3" />
<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" />
<Compile Include="..\SharedAssemblyInfo.cs" />
</ItemGroup>
</Project>