We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7333b38 commit 91b13afCopy full SHA for 91b13af
repos/dir.targets
@@ -220,6 +220,9 @@
220
<LegacyFeedMapping
221
Include="https://dotnet.myget.org/F/dotnet-core-optimization-data/api/v3/index.json"
222
NewFeed="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
223
+ <LegacyFeedMapping
224
+ Include="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json"
225
+ NewFeed="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
226
</ItemGroup>
227
228
<ReplaceFeedsInFile InputFile="%(LegacyFeedUpdateFiles.Identity)"
0 commit comments