housekeeping: add a nuget.config file

This commit is contained in:
Glenn 2021-04-12 19:13:40 +10:00 коммит произвёл GitHub
Родитель 73b6803b03
Коммит 1adebdb737
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 0 удалений

12
nuget.config Normal file
Просмотреть файл

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
DO NOT REMOVE THIS FILE
There is an issue where the nuget config local cache can play up.
Already had similar issues with the local cache and it containing netcore 3.1 packages.
https://github.com/actions/virtual-environments/issues/1090
-->
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>