Skip to content

Commit

Permalink
Fixed package configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgernand committed Nov 4, 2021
1 parent af36a0f commit e6a772a
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,23 @@
<RepositoryUrl>https://github.com/mgernand/NHibernate.Logging</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>orm, logger, nhibernate</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Remove="App.config.transform" />
</ItemGroup>

<ItemGroup>
<Content Include="App.config.transform">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Common.Logging" Version="3.4.1" />
<PackageReference Include="NHibernate" Version="5.3.10" />
Expand Down

0 comments on commit e6a772a

Please sign in to comment.