-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete HttpContextExtensions reference and update NuGet URL
Removed the redundant Compile Remove directive for HttpContextExtensions in the project file. Also updated the NuGet feed URL for Webhooks Core Preview in the configuration file to reflect the correct source.
- Loading branch information
1 parent
f626bff
commit 1c6271b
Showing
2 changed files
with
20 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<configuration> | ||
<packageSources> | ||
<clear /> | ||
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" /> | ||
<add key="Elsa 3 Preview" value="https://f.feedz.io/elsa-workflows/elsa-3/nuget/index.json" /> | ||
<add key="Webhooks Core Preview" value="https://f.feedz.io/personal/webhooks-core/nuget/index.json" /> | ||
</packageSources> | ||
<packageSourceMapping> | ||
<packageSource key="NuGet official package source"> | ||
<package pattern="*" /> | ||
</packageSource> | ||
<packageSource key="Elsa 3 Preview"> | ||
<package pattern="Elsa" /> | ||
<package pattern="Elsa.*" /> | ||
<package pattern="Elsa.Studio.*" /> | ||
</packageSource> | ||
<packageSource key="Webhooks Core Preview"> | ||
<package pattern="WebhooksCore" /> | ||
<package pattern="WebhooksCore.*" /> | ||
</packageSource> | ||
</packageSourceMapping> | ||
<packageSources> | ||
<clear /> | ||
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" /> | ||
<add key="Elsa 3 Preview" value="https://f.feedz.io/elsa-workflows/elsa-3/nuget/index.json" /> | ||
<add key="Webhooks Core Preview" value="https://f.feedz.io/sfmskywalker/webhooks-core/nuget/index.json" /> | ||
</packageSources> | ||
<packageSourceMapping> | ||
<packageSource key="NuGet official package source"> | ||
<package pattern="*" /> | ||
</packageSource> | ||
<packageSource key="Elsa 3 Preview"> | ||
<package pattern="Elsa" /> | ||
<package pattern="Elsa.*" /> | ||
<package pattern="Elsa.Studio.*" /> | ||
</packageSource> | ||
<packageSource key="Webhooks Core Preview"> | ||
<package pattern="WebhooksCore" /> | ||
<package pattern="WebhooksCore.*" /> | ||
</packageSource> | ||
</packageSourceMapping> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters