Skip to content

Commit

Permalink
[Dependencies] Updating xunit.analyzers (Code analysis) to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 18, 2023
1 parent 22c951a commit fe18e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated Microsoft.VisualStudio.Threading.Analyzers to 17.7.30
- Dependencies - Updated Roslynator.Analyzers to 4.5.0
- Dependencies - Updated SonarAnalyzer.CSharp to 9.10.0.77988
- Dependencies - Updated xunit.analyzers to 1.3.0
### Removed
### Deployment Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.10.0.77988" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="ToStringWithoutOverrideAnalyzer" Version="0.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="xunit.analyzers" Version="1.1.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="xunit.analyzers" Version="1.3.0" PrivateAssets="All" ExcludeAssets="runtime" />
</ItemGroup>
</Project>

0 comments on commit fe18e40

Please sign in to comment.