Update MaxMind.GeoIP2 version to 2.3.1
Fixes an "Operation did not complete successfully because the file contains a virus." message when making dependencies.
This commit is contained in:
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -38,7 +38,7 @@ if (!(Test-Path "ICSharpCode.SharpZipLib.dll"))
|
||||
if (!(Test-Path "MaxMind.GeoIP2.dll"))
|
||||
{
|
||||
echo "Fetching MaxMind.GeoIP2 from NuGet."
|
||||
./nuget.exe install MaxMind.GeoIP2 -Version 2.1.0 -ExcludeVersion
|
||||
./nuget.exe install MaxMind.GeoIP2 -Version 2.3.1 -ExcludeVersion
|
||||
cp MaxMind.Db/lib/net40/MaxMind.Db.* .
|
||||
rmdir MaxMind.Db -Recurse
|
||||
cp MaxMind.GeoIP2/lib/net40/MaxMind.GeoIP2* .
|
||||
|
||||
Reference in New Issue
Block a user