Skip to content

Commit faf6234

Browse files
authored
Add .NET 8 feed to sources (#1940)
1 parent 25f7b13 commit faf6234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/sources.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
https://api.nuget.org/v3/index.json;
66
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
77
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json;
8+
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json;
89
</RestoreSources>
910
<RestoreSources Condition="Exists('$(MSBuildThisFileDirectory)feed')">
1011
$(RestoreSources);

0 commit comments

Comments
 (0)