Skip to content

Commit 55d4555

Browse files
author
Prakash
committed
Security fixes
1 parent bf4d314 commit 55d4555

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/Application/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ UpgradeLog*.htm
223223
# Microsoft Fakes
224224
FakesAssemblies/
225225

226+
# Local configuration file for developers
227+
src/Application/src/RazorPagesTestSample/config.json
228+
226229
# GhostDoc plugin setting file
227230
*.GhostDoc.xml
228231

src/Application/src/RazorPagesTestSample/config.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.3" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1515
<PackageReference Include="Moq" Version="4.20.70" />
16-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
16+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1717
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
1818
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1919
<PackageReference Include="xunit" Version="2.7.0" />

0 commit comments

Comments
 (0)