As part of the 1ES migration, we have new supply chain requirements around our repo's nuget.config files.
In particular, we're getting errors due to use MyGet. This PR removes our MyGet usage. It also addresses warnings regarding missing <clear/> statements.
This is the DTFx-MSSQL version of this PR: https://github.com/Azure/azure-functions-durable-extension/pull/2842
As part of the 1ES migration, we have new supply chain requirements around our repo's nuget.config files.
In particular, we're getting errors due to use MyGet. This PR removes our MyGet usage. It also addresses warnings regarding missing
<clear/>
statements.