2016-12-28 127 views

回答

7

要添加到答案中,在項目中添加一個nuget.config可以解決項目問題。添加到根目錄是好的。配置可能看起來像這樣:

<?xml version="1.0" encoding="utf-8"?> 
<configuration> 
    <packageSources> 
    <add key="MyGet" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" /> 
    </packageSources> 
</configuration> 
+0

嗨,這最後似乎工作。它最終在文檔中描述。 [openiddict docs](https://github.com/openiddict/openiddict-core) – Tomino

相關問題