0
0

Include packaging settings

This commit is contained in:
Rhys Ickeringill
2026-01-07 11:53:55 +11:00
parent 1a00c9a567
commit 18c389d3c9
3 changed files with 52 additions and 8 deletions

View File

@@ -5,6 +5,17 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<PackageId>RAIC.Extensions.Configuration.EntityFrameworkCore</PackageId>
<Version>0.1.1</Version>
<Authors>Rhys Ickeringill</Authors>
<Description>Entity Framework Core based configuration provider for Microsoft.Extensions.Configuration</Description>
<PackageTags>configuration;entityframeworkcore</PackageTags>
<RepositoryUrl>https://git.raickeringill.id.au/ickers/Extensions.Configuration.EntityFrameworkCore</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<InternalsVisibleTo Include="RAIC.Extensions.Configuration.EntityFrameworkCore.PostgreSQL" />
@@ -16,4 +27,8 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="[8.0, 11.0)" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>