Skip to content

Commit

Permalink
Merge pull request #118 from microsoft/dependabot/nuget/Microsoft.Cod…
Browse files Browse the repository at this point in the history
…eAnalysis.NetAnalyzers-7.0.4

Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.3 to 7.0.4
  • Loading branch information
github-actions[bot] authored Aug 29, 2023
2 parents ae1fed2 + 7391cb2 commit 5b091e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-and-test:
runs-on: ubuntu-latest
runs-on: windows-latest # Temporary switch to windows till https://github.com/microsoft/vstest/issues/4549 is released in dotnet version after 7.0.400
env:
solutionName: Microsoft.Kiota.Abstractions.sln
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Kiota.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.3">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 5b091e1

Please sign in to comment.