Skip to content

Commit 215d179

Browse files
committed
Update Supermarket.csproj
json serializer added
1 parent a67adee commit 215d179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Supermarket/Supermarket.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="3.2.0" />
2727
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
2828
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.3" />
29+
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
2930
<PackageReference Include="Serilog.AspNetCore" Version="2.1.1" />
3031
<PackageReference Include="Serilog.Settings.Configuration" Version="3.0.1" />
3132
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />

0 commit comments

Comments
 (0)