We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b30809 commit f1a19aeCopy full SHA for f1a19ae
nuget.config
@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<!--
3
+DO NOT REMOVE THIS FILE
4
+There is an issue where the nuget config local cache can play up.
5
+Already had similar issues with the local cache and it containing netcore 3.1 packages.
6
+https://github.com/actions/virtual-environments/issues/1090
7
+-->
8
+<configuration>
9
+ <packageSources>
10
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
11
+ </packageSources>
12
+</configuration>
0 commit comments