mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2025-12-06 05:56:10 +00:00
34 lines
1.3 KiB
XML
34 lines
1.3 KiB
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<LangVersion>9.0</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
|
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
|
<NoWarn>CS1591</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Authors>Koen Bekkenutte</Authors>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageProjectUrl>https://github.com/koenbeuk/EntityFrameworkCore.Projectables</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/koenbeuk/EntityFrameworkCore.Projectables.git</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<PackageReleaseNotes>https://github.com/koenbeuk/EntityFrameworkCore.Projectables/releases</PackageReleaseNotes>
|
|
<Description>Project over properties and functions in your linq queries</Description>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<MicrosoftCodeAnalysisVersion>3.11.0</MicrosoftCodeAnalysisVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworkVersion>net6.0</TargetFrameworkVersion>
|
|
<MicrosoftExtensionsVersion>6.0.0</MicrosoftExtensionsVersion>
|
|
<EFCoreVersion>6.0.0</EFCoreVersion>
|
|
<TestEFCoreVersion>$(EFCoreVersion)</TestEFCoreVersion>
|
|
</PropertyGroup>
|
|
|
|
|
|
</Project> |