|
@@ -50,13 +50,13 @@
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net6'">
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.10" />
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.16" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net5'">
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.11" />
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.9" />
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" />
|
|
|
</ItemGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<DefineConstants>TRACE;Int</DefineConstants>
|