Skip to content

Commit 9fc9b65

Browse files
Use a nuget.config file
1 parent a2b83d7 commit 9fc9b65

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

nuget.config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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>

src/ImageSharp.Drawing/ImageSharp.Drawing.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@
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="" />

0 commit comments

Comments
 (0)