Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/nuget/coverlet.msbuild-6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ondfisk authored Jun 5, 2024
2 parents 8b57857 + 88c9cd5 commit fac86a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Setup
uses: actions/[email protected]
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
image: corentinaltepe/doxygen

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Install GraphViz
run: apk update && apk add graphviz font-bitstream-type1 ghostscript-fonts
Expand Down
2 changes: 1 addition & 1 deletion C5.Tests/C5.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
Expand Down

0 comments on commit fac86a3

Please sign in to comment.