Skip to content

Commit

Permalink
NHibernate package update
Browse files Browse the repository at this point in the history
  • Loading branch information
vimayya committed Aug 25, 2024
1 parent 71ab046 commit e4b2a40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Application/EdFi.Ods.Api/EdFi.Ods.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.13" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.8" />
<PackageReference Include="NHibernate" Version="5.4.0" />
<PackageReference Include="NHibernate" Version="5.4.9" />
<PackageReference Include="Polly" Version="7.2.3" />
<PackageReference Include="Quartz.AspNetCore" Version="3.5.0" />
<PackageReference Include="Sandwych.QuickGraph.Core" Version="1.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Application/EdFi.Ods.Common/EdFi.Ods.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="NHibernate" Version="5.4.0" />
<PackageReference Include="NHibernate" Version="5.4.9" />
<PackageReference Include="Npgsql" Version="7.0.7" />
<PackageReference Include="Sandwych.QuickGraph.Core" Version="1.0.0" />
<PackageReference Include="Standart.Hash.xxHash" Version="4.0.5" />
Expand Down
2 changes: 1 addition & 1 deletion Application/EdFi.Ods.Standard/EdFi.Ods.Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="NHibernate" Version="5.4.0" />
<PackageReference Include="NHibernate" Version="5.4.9" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
Expand Down

0 comments on commit e4b2a40

Please sign in to comment.