diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-27 19:50:42 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-27 19:50:42 -0500 |
commit | 0223382ca8e267d730629ee69cdf1cff673c8573 (patch) | |
tree | 0d3f5d223da2e29cdb7eea5de8c8f8e28929795a /src/SMAPI.Web/SMAPI.Web.csproj | |
parent | a3f21685049cabf2d824c8060dc0b1de47e9449e (diff) | |
download | SMAPI-0223382ca8e267d730629ee69cdf1cff673c8573.tar.gz SMAPI-0223382ca8e267d730629ee69cdf1cff673c8573.tar.bz2 SMAPI-0223382ca8e267d730629ee69cdf1cff673c8573.zip |
remove unused package
Diffstat (limited to 'src/SMAPI.Web/SMAPI.Web.csproj')
-rw-r--r-- | src/SMAPI.Web/SMAPI.Web.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI.Web/SMAPI.Web.csproj b/src/SMAPI.Web/SMAPI.Web.csproj index 8a7ca741..30209146 100644 --- a/src/SMAPI.Web/SMAPI.Web.csproj +++ b/src/SMAPI.Web/SMAPI.Web.csproj @@ -21,7 +21,6 @@ <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Rewrite" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" /> - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.1" /> <PackageReference Include="MongoDB.Driver" Version="2.9.3" /> <PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.11" /> <PackageReference Include="Pathoschild.FluentNexus" Version="0.8.0" /> |