Skip to content

Commit b4b004c

Browse files
committed
Merge branch 'maintenance/update-dependencies' into develop
Updated NuGet packages and some client-side dependencies. Most notably, this included a minor update to Branintree for the credit card processing, as well as for jQuery, which impacts much of our client side interactions. I've evaluated both to ensure there don't appear to be any breaking changes.
2 parents 8645e6d + e301c4a commit b4b004c

File tree

3 files changed

+2313
-1152
lines changed

3 files changed

+2313
-1152
lines changed

GoldSim.Web.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Braintree" Version="5.3.0" />
23+
<PackageReference Include="Braintree" Version="5.4.0" />
2424
<PackageReference Include="EPPlus" Version="[4.5.3.3,5)" />
2525
<PackageReference Include="Postmark" Version="4.5.0" />
2626
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2727
<PackageReference Include="OnTopic.All" Version="5.0.0" />
2828
<PackageReference Include="OnTopic.Editor.AspNetCore.All" Version="5.0.0" />
2929
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.17.0" />
30-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.3" />
31-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.3" />
30+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.4" />
31+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.4" />
3232
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3">
3333
<PrivateAssets>all</PrivateAssets>
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)