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 55e4926 commit a96a9beCopy full SHA for a96a9be
Directory.Build.props
@@ -33,4 +33,13 @@
33
<PropertyGroup Condition="$(Configuration.StartsWith('Release')) == true">
34
<Optimize>true</Optimize>
35
</PropertyGroup>
36
+
37
+ <!-- Required restore feeds. -->
38
+ <PropertyGroup>
39
+ <RestoreSources>
40
+ https://api.nuget.org/v3/index.json;
41
+ https://f.feedz.io/sixlabors/sixlabors/nuget/index.json;
42
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json;
43
+ </RestoreSources>
44
+ </PropertyGroup>
45
</Project>
0 commit comments