-
Notifications
You must be signed in to change notification settings - Fork 256
Expand file tree
/
Copy pathArdalis.Specification.EntityFramework6.csproj
More file actions
31 lines (25 loc) · 1.2 KB
/
Ardalis.Specification.EntityFramework6.csproj
File metadata and controls
31 lines (25 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0;net472;</TargetFrameworks>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>Ardalis.Specification.EntityFramework6</AssemblyName>
<PackageId>Ardalis.Specification.EntityFramework6</PackageId>
<Title>Ardalis.Specification.EntityFramework6</Title>
<Description>EF6 plugin package to Ardalis.Specification containing EF6 evaluator and abstract repository.</Description>
<Summary>EF6 plugin package to Ardalis.Specification containing EF6 evaluator and abstract repository.</Summary>
<Version>8.0.0</Version>
<PackageTags>spec;specification;repository;ddd;ef;ef6;entity framework</PackageTags>
<PackageReleaseNotes>
* Added TFM for net6.0
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EntityFramework"/>
<PackageReference Include="Microsoft.CSharp"/>
<PackageReference Include="System.Data.DataSetExtensions"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Specification\src\Ardalis.Specification\Ardalis.Specification.csproj" />
</ItemGroup>
</Project>