Skip to content

Commit a2b83d7

Browse files
Re-jig feed sources config
1 parent 61a99a7 commit a2b83d7

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

src/Directory.Build.props

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
2121
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2222
</PropertyGroup>
23-
24-
<!--Add Feedz.io restore sources while we wait for the ability to update shared infrastructure-->
25-
<PropertyGroup>
26-
<RestoreSources>
27-
$(RestoreSources)
28-
https://f.feedz.io/sixlabors/sixlabors/nuget/index.json;
29-
</RestoreSources>
30-
</PropertyGroup>
3123

3224
<ItemGroup>
3325
<!-- DynamicProxyGenAssembly2 is needed so Moq can use our internals -->

src/ImageSharp.Drawing/ImageSharp.Drawing.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
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>
26+
1627
<ItemGroup>
1728
<None Include="..\..\shared-infrastructure\branding\icons\imagesharp.drawing\sixlabors.imagesharp.drawing.128.png" Pack="true" PackagePath="" />
1829
</ItemGroup>

0 commit comments

Comments
 (0)