Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 56489cf

Browse files
Update NuGet Packages, Fix Friends of Advocates Url
1 parent 8321d44 commit 56489cf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

GitHubReadmeWebTrends.Common/Services/CloudAdvocateService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public async IAsyncEnumerable<CloudAdvocateGitHubUserModel> GetAzureAdvocates()
5757

5858
public async Task<IReadOnlyList<CloudAdvocateGitHubUserModel>> GetFriendsOfAdvocates()
5959
{
60-
var json = await _httpClient.GetStringAsync("https://gist.githubusercontent.com/jamesmontemagno/f4d3986c91867449153c389cc31d0abc/raw/6576587b1300d47f41ffa7a627ac37cdc6aa0822/team.json");
60+
var json = await _httpClient.GetStringAsync("https://gist.githubusercontent.com/jamesmontemagno/f4d3986c91867449153c389cc31d0abc/raw/81f116d492fc09f1124810dc440e7facb4386869/team.json");
6161

6262
return JsonConvert.DeserializeObject<CloudAdvocateGitHubUserModel[]>(json);
6363
}

GitHubReadmeWebTrends.Functions/GitHubReadmeWebTrends.Functions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.10" />
10+
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.11" />
1111
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
1212
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.3" />
13-
<PackageReference Include="Azure.Storage.Queues" Version="12.4.2" />
13+
<PackageReference Include="Azure.Storage.Queues" Version="12.5.0" />
1414
</ItemGroup>
1515
<ItemGroup>
1616
<None Update="host.json">

GitHubReadmeWebTrends.Website/GitHubReadmeWebTrends.Website.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ProjectReference>
1515
</ItemGroup>
1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Identity.Web.UI" Version="1.2.0" />
18-
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.2.0" />
17+
<PackageReference Include="Microsoft.Identity.Web.UI" Version="1.3.0" />
18+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.3.0" />
1919
</ItemGroup>
2020
</Project>

0 commit comments

Comments
 (0)