Skip to content

Commit

Permalink
chore(deps): update dependency microsoft.codeanalysis.netanalyzers to…
Browse files Browse the repository at this point in the history
… v7.0.3

| datasource | package                             | from  | to    |
| ---------- | ----------------------------------- | ----- | ----- |
| nuget      | Microsoft.CodeAnalysis.NetAnalyzers | 7.0.1 | 7.0.3 |
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent 90dc00c commit ab9be88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Testing/VelaptorTesting/VelaptorTesting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Testing/VelaptorTests/VelaptorTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="KinsonDigital.Carbonate" Version="1.0.0-preview.15" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Velaptor/Velaptor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<PackageReference Include="FreeTypeSharp" Version="1.1.3" />
<PackageReference Include="KinsonDigital.CASL" Version="1.0.0-preview.16" />
<PackageReference Include="KinsonDigital.Carbonate" Version="1.0.0-preview.15" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit ab9be88

Please sign in to comment.