Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed May 13, 2024
1 parent 9ef9f92 commit f33451e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/RepoGovernance.Core/RepoGovernance.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.8.3" />
<PackageReference Include="Azure.Identity" Version="1.11.1" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="DotNetCensus.Core" Version="1.8.6" />
<PackageReference Include="GitHubActionsDotNet" Version="1.3.19" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Graph" Version="5.48.0" />
<PackageReference Include="Microsoft.Graph" Version="5.52.0" />
<PackageReference Include="RepoAutomation.Core" Version="1.6.3" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/RepoGovernance.Function/RepoGovernance.Function.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Storage.Queues" Version="12.17.1" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.2.2" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.3.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.3.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RepoGovernance.Core\RepoGovernance.Core.csproj" />
Expand Down

0 comments on commit f33451e

Please sign in to comment.