Skip to content

Commit

Permalink
Add more secure packages
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Jan 6, 2025
1 parent c742262 commit 960ecec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<ItemGroup Condition="('$(TargetFramework)' == 'net6.0')">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[6,)"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[6,)"/>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="[6.0.2,)"/>
</ItemGroup>
<PropertyGroup Condition="('$(TargetFramework)' == 'net6.0')">
<DefineConstants>NET6_0</DefineConstants>
Expand All @@ -136,6 +137,7 @@
<PackageReference Include="System.IO.Hashing" Version="[8.0.0,)"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[8.0.0,)"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[8.0.0,)"/>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="[8.0.1,)"/>
</ItemGroup>
<PropertyGroup Condition="('$(TargetFramework)' == 'net8.0')">
<DefineConstants>NET8_0</DefineConstants>
Expand Down

0 comments on commit 960ecec

Please sign in to comment.