Skip to content

Commit

Permalink
NETCore.Demos - Explicit bump transitive package references / depende…
Browse files Browse the repository at this point in the history
…ncies (#3126)
  • Loading branch information
mpreyskurantov authored Jan 26, 2024
1 parent 46163fe commit 2b99b87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NetCoreDemos/DevExtreme.NETCore.Demos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<PackageReference Include="DevExtreme.AspNet.Core" Version="24.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.12" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="6.0.12" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.7" />
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.34.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2b99b87

Please sign in to comment.