Skip to content

Commit

Permalink
Remove unnecessary nuget.config file (#24848)
Browse files Browse the repository at this point in the history
* Remove unnecessary nuget.config file
* Explicitly reference all packages needed by SignalR extension
  • Loading branch information
weshaggard authored Oct 21, 2021
1 parent ee22836 commit 7567265
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
<PackageReference Update="CloudNative.CloudEvents.SystemTextJson" Version="2.0.0" />
<PackageReference Update="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="3.0.0" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageReference Update="Microsoft.Azure.SignalR.Management" Version="1.11.1-preview1-10853" />
<PackageReference Update="Microsoft.Azure.SignalR" Version="1.11.1-preview1-10853" />
<PackageReference Update="Microsoft.Azure.SignalR.Protocols" Version="1.11.1-preview1-10853" />
<PackageReference Update="Microsoft.Azure.SignalR.Serverless.Protocols" Version="1.6.0" />
<PackageReference Update="Microsoft.Azure.WebJobs" Version="3.0.30" />
<PackageReference Update="Microsoft.Azure.WebJobs.Sources" Version="3.0.30" />
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<PackageReference Include="Microsoft.Extensions.Azure" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" />
<PackageReference Include="Microsoft.Azure.SignalR.Management" />
<PackageReference Include="Microsoft.Azure.SignalR" />
<PackageReference Include="Microsoft.Azure.SignalR.Protocols" />
<PackageReference Include="Microsoft.Azure.SignalR.Serverless.Protocols" />
</ItemGroup>

Expand Down

0 comments on commit 7567265

Please sign in to comment.