Skip to content

Commit

Permalink
Updated NHibernate dependency to 5.3.13 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgernand authored Oct 12, 2022
1 parent 613f0cd commit dda3119
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="Common.Logging.NLog444" Version="3.4.1" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="System.Data.SQLite" Version="1.0.115.5" />
<PackageReference Include="System.Data.SQLite" Version="1.0.116" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<PropertyGroup>
<IncludeSymbols>false</IncludeSymbols>
<Copyright>Copyright © 2013-2022 Matthias Gernand. All rights reserved.</Copyright>
<Version>5.3.11</Version>
<AssemblyVersion>5.3.11</AssemblyVersion>
<FileVersion>5.3.11</FileVersion>
<Version>5.3.13</Version>
<AssemblyVersion>5.3.13</AssemblyVersion>
<FileVersion>5.3.13</FileVersion>
<Authors>Matthias Gernand</Authors>
<Description>Common.Logging logging provider for NHibernate.</Description>
<NeutralLanguage>en</NeutralLanguage>
Expand Down Expand Up @@ -46,7 +46,7 @@

<ItemGroup>
<PackageReference Include="Common.Logging" Version="3.4.1" />
<PackageReference Include="NHibernate" Version="5.3.11" />
<PackageReference Include="NHibernate" Version="5.3.13" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="FluentAssertions" Version="6.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="coverlet.collector" Version="3.1.2">
Expand Down

0 comments on commit dda3119

Please sign in to comment.