File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <packageSources >
4+ <clear />
5+ <!-- Add Feedz.io restore sources while we wait for the ability to update shared infrastructure-->
6+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
7+ <add key =" SixLabors" value =" https://f.feedz.io/sixlabors/sixlabors/nuget/index.json" />
8+ <add key =" dotnet" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
9+ </packageSources >
10+ </configuration >
Original file line number Diff line number Diff line change 1313 <Description >An extension to ImageSharp that allows the drawing of images, paths, and text.</Description >
1414 <TargetFrameworks >netcoreapp3.1;netcoreapp2.1;netstandard2.1;netstandard2.0;net472</TargetFrameworks >
1515 </PropertyGroup >
16-
17- <!-- Add Feedz.io restore sources while we wait for the ability to update shared infrastructure-->
18- <PropertyGroup >
19- <RestoreSources >
20- $(RestoreSources)
21- https://api.nuget.org/v3/index.json;
22- https://f.feedz.io/sixlabors/sixlabors/nuget/index.json;
23- https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json;
24- </RestoreSources >
25- </PropertyGroup >
2616
2717 <ItemGroup >
2818 <None Include =" ..\..\shared-infrastructure\branding\icons\imagesharp.drawing\sixlabors.imagesharp.drawing.128.png" Pack =" true" PackagePath =" " />
You can’t perform that action at this time.
0 commit comments