Skip to content

Commit

Permalink
add entity framework for 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thygesteffensen committed Nov 24, 2023
1 parent 5dae068 commit 2d23e56
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/EAVFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.17" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.24" />
Expand All @@ -43,5 +48,5 @@
<ItemGroup>
<ProjectReference Include="..\sdk\EAVFW.Extensions.Manifest.SDK.csproj" />
</ItemGroup>
</Project>

</Project>

0 comments on commit 2d23e56

Please sign in to comment.