Fixed NuGet issue

This commit is contained in:
2023-11-20 15:23:59 +01:00
parent 2762e6480d
commit c0fc3d934a

View File

@@ -4,12 +4,12 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WD7UVN_HFT_2023241.Models\WD7UVN_HFT_2023241.Models.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0" />
</ItemGroup>
</Project>