Skip to content

Commit

Permalink
Removing net5 isolated
Browse files Browse the repository at this point in the history
  • Loading branch information
surgupta-msft committed Aug 1, 2024
1 parent 1531aef commit 980505f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GenerateToolingFeed/V4Format/V4FormatFeedEntryUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ internal class V4FormatFeedEntryUpdater : IFeedEntryUpdater
{ "net7-isolated", "Microsoft.Azure.Functions.Worker.ItemTemplates.NetCore" },
{ "net6-isolated", "Microsoft.Azure.Functions.Worker.ItemTemplates.NetCore"},
{ "net6", "Microsoft.Azure.WebJobs.ItemTemplates" },
{ "net5-isolated", "Microsoft.Azure.Functions.Worker.ItemTemplates"},
{ "netcore3", "Microsoft.Azure.WebJobs.ItemTemplates" },
{ "netcore2", "Microsoft.Azure.WebJobs.ItemTemplates" },
{ "netframework", "Microsoft.Azure.WebJobs.ItemTemplates" },
Expand All @@ -31,7 +30,6 @@ internal class V4FormatFeedEntryUpdater : IFeedEntryUpdater
{ "net7-isolated", "Microsoft.Azure.Functions.Worker.ProjectTemplates" },
{ "net6-isolated", "Microsoft.Azure.Functions.Worker.ProjectTemplates" },
{ "net6", "Microsoft.Azure.WebJobs.ProjectTemplates" },
{ "net5-isolated", "Microsoft.Azure.Functions.Worker.ProjectTemplates" },
{ "netcore3", "Microsoft.Azure.WebJobs.ProjectTemplates" },
{ "netcore2", "Microsoft.Azure.WebJobs.ProjectTemplates" },
{ "netframework", "Microsoft.Azure.WebJobs.ProjectTemplates" },
Expand Down

0 comments on commit 980505f

Please sign in to comment.