32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<LangVersion>10.0</LangVersion>
|
|
|
|
<NrtTagMatch>efc/v[0-9]*</NrtTagMatch>
|
|
<AssemblyName>AMWD.Common.EntityFrameworkCore</AssemblyName>
|
|
<RootNamespace>AMWD.Common.EntityFrameworkCore</RootNamespace>
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<PackageId>AMWD.Common.EntityFrameworkCore</PackageId>
|
|
<PackageIcon>icon.png</PackageIcon>
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
|
|
<Product>AM.WD Common Library for EntityFramework Core</Product>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="../icon.png" Pack="true" PackagePath="/" />
|
|
<None Include="../README.md" Pack="true" PackagePath="/" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.23" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.23" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|