Skip to content

Commit

Permalink
Merge pull request #56 from guibranco/dependabot/nuget/Microsoft.NET.…
Browse files Browse the repository at this point in the history
…Test.Sdk-17.6.0

Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0
  • Loading branch information
guibranco committed May 24, 2023
2 parents d54cf4d + e2f7da4 commit 673fe1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Label based on PR size

on:
pull_request:
workflow_dispatch:

jobs:
size-label:
permissions: write-all
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion Tests/ViaCep.Tests/ViaCep.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="Moq" Version="4.18.4" />

<PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" />
Expand Down

0 comments on commit 673fe1e

Please sign in to comment.