Skip to content

Commit

Permalink
Fix the vulnerable transitive dependency to System.Security.Permissio…
Browse files Browse the repository at this point in the history
…ns 5.0.0 (#213)

o closes telerik/MATTeam#753
  • Loading branch information
ivo-stoilov authored Jul 29, 2024
1 parent 07f5e00 commit 11579ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telerik.JustMock/Telerik.JustMock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
<PackageReference Include="System.Security.Permissions" Version="5.0" />
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<None Update="ArgExpr.part.tt">
Expand Down

0 comments on commit 11579ce

Please sign in to comment.