Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/nuget/Microsoft.NET.Test.Sdk-17…
Browse files Browse the repository at this point in the history
….6.1
  • Loading branch information
OsirisTerje committed Jul 3, 2023
2 parents 0d60bbe + 76b0d3d commit e487e71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NUnit3TestAdapter.Cake.CI.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.3
- uses: actions/setup-dotnet@v2
with:
dotnet-version: |
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435" PrivateAssets="all" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -11,8 +11,8 @@

<ItemGroup>
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
</ItemGroup>

Expand Down

0 comments on commit e487e71

Please sign in to comment.