Skip to content

Commit

Permalink
Admin data access package update
Browse files Browse the repository at this point in the history
  • Loading branch information
vimayya committed May 15, 2024
1 parent 7e92b28 commit 787314f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -21,7 +21,7 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="6.0.1" />
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="6.0.1" />
<PackageReference Include="EdFi.Suite3.Admin.DataAccess" Version="5.4.300" />
<PackageReference Include="EdFi.Suite3.Admin.DataAccess" Version="5.4.406" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.4.395" />
<PackageReference Include="EdFi.Suite3.Security.DataAccess" Version="5.4.292" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
Expand Down
2 changes: 1 addition & 1 deletion Application/EdFi.Ods.Sandbox/EdFi.Ods.Sandbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Admin.DataAccess" Version="5.4.300" />
<PackageReference Include="EdFi.Suite3.Admin.DataAccess" Version="5.4.406" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.4.395" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="EntityFramework6.Npgsql" Version="6.4.3" />
Expand Down
2 changes: 1 addition & 1 deletion Application/EdFi.Ods.Tests/EdFi.Ods.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Admin.DataAccess" Version="5.4.300" />
<PackageReference Include="EdFi.Suite3.Admin.DataAccess" Version="5.4.406" />
<PackageReference Include="EdFi.Suite3.Security.DataAccess" Version="5.4.292" />
<PackageReference Include="NHibernate" Version="5.3.11" />
<PackageReference Include="Autofac.Extras.FakeItEasy" Version="7.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ProjectReference Include="..\EdFi.TestFixture\EdFi.TestFixture.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Admin.DataAccess" Version="5.4.300" />
<PackageReference Include="EdFi.Suite3.Admin.DataAccess" Version="5.4.406" />
<PackageReference Include="EdFi.Suite3.Security.DataAccess" Version="5.4.292" />
<PackageReference Include="NHibernate" Version="5.3.11" />
<PackageReference Include="ApprovalTests" Version="5.7.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EdFi.Suite3.Admin.DataAccess" Version="5.4.300" />
<PackageReference Include="EdFi.Suite3.Admin.DataAccess" Version="5.4.406" />
<PackageReference Include="EdFi.Suite3.Security.DataAccess" Version="5.4.292" />
<PackageReference Include="NHibernate" Version="5.3.11" />
<PackageReference Include="ApprovalTests" Version="5.7.1" />
Expand Down

0 comments on commit 787314f

Please sign in to comment.