Revert "fix missing comma in last"

This reverts commit a92e1ad2fc.
This commit is contained in:
Collin M. Barrett 2019-09-07 16:37:51 -05:00
parent a92e1ad2fc
commit 37ffe356bd
2 changed files with 3 additions and 3 deletions

View file

@ -19611,7 +19611,7 @@
"name": "Cybo's Anti Social",
"syntaxId": 3,
"viewUrl": "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti%20Social"
},
}
{
"id": 1839,
"description": "A blocklist of ads, trackers, malware, and IP grabbers",

View file

@ -25,8 +25,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="7.0.0" />
<PackageReference Include="AutoMapper" Version="8.1.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="6.1.0" />
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.4" />
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha" />