Skip to content

Commit 0b04fb6

Browse files
committed
Removed unnesessary packages
1 parent 91b1974 commit 0b04fb6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ProjectTemplates/AspNetCore.WebApi/ReferenceProject/ReferenceProject/ReferenceProject.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="5.0.1" />
3232
<PackageReference Include="DotNetEnv" Version="1.2.0" />
3333
<PackageReference Include="Microsoft.AspNetCore.App" />
34-
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" PrivateAssets="All" />
35-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.1" />
36-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
34+
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
3735
<PackageReference Include="Serilog.AspNetCore" Version="2.1.1" />
3836
<PackageReference Include="Serilog.Settings.Configuration" Version="3.0.1" />
3937
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />

0 commit comments

Comments
 (0)