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 25f7b13 commit faf6234Copy full SHA for faf6234
build/sources.props
@@ -5,6 +5,7 @@
5
https://api.nuget.org/v3/index.json;
6
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
7
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json;
8
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json;
9
</RestoreSources>
10
<RestoreSources Condition="Exists('$(MSBuildThisFileDirectory)feed')">
11
$(RestoreSources);
0 commit comments