Skip to content

Commit

Permalink
Updated packages (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Feb 28, 2023
1 parent 4bc3097 commit 9e01d71
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="RepoAutomation.Core" Version="1.3.5" />
<PackageReference Include="RepoAutomation.Core" Version="1.3.8" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/RepoGovernance.Core/RepoGovernance.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.8.0" />
<PackageReference Include="DotNetCensus.Core" Version="1.2.3" />
<PackageReference Include="GitHubActionsDotNet" Version="1.0.19" />
<PackageReference Include="GitHubActionsDotNet" Version="1.0.21" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="RepoAutomation.Core" Version="1.3.5" />
<PackageReference Include="RepoAutomation.Core" Version="1.3.8" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/RepoGovernance.Function/RepoGovernance.Function.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<UserSecretsId>56a80713-9f41-47ac-bcbe-6d61d992bf79</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Storage.Queues" Version="12.12.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.0.1" />
<PackageReference Include="Azure.Storage.Queues" Version="12.13.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.3" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/RepoGovernance.Tests/RepoGovernance.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
Expand Down

0 comments on commit 9e01d71

Please sign in to comment.