Skip to content

Commit 61a99a7

Browse files
Fix restore sources
1 parent b3f997c commit 61a99a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!--Add Feedz.io restore sources while we wait for the ability to update shared infrastructure-->
2525
<PropertyGroup>
2626
<RestoreSources>
27-
$(RestoreSources);
27+
$(RestoreSources)
2828
https://f.feedz.io/sixlabors/sixlabors/nuget/index.json;
2929
</RestoreSources>
3030
</PropertyGroup>

0 commit comments

Comments
 (0)