禁用nuget API缓存

Smartisan / 2023-05-05 / 原文

_cache = new SourceCacheContext();
_cache.DirectDownload = true;
_cache.MaxAge = DateTimeOffset.UtcNow;