Skip to content

Commit

Permalink
updated roslynator
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Jan 28, 2024
1 parent 6b223ff commit f9ce813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

global using ArgumentNullException = DefaultUnDo.ArgumentNullException;

using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Text;

namespace DefaultUnDo
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
global using ObjectDisposedException = DefaultUnDo.ObjectDisposedException;

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Text;

namespace DefaultUnDo
{
Expand Down
6 changes: 3 additions & 3 deletions source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="4.10.0" PrivateAssets="all" />
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="4.10.0" PrivateAssets="all" />
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.10.0" PrivateAssets="all" />
</ItemGroup>

</Project>

0 comments on commit f9ce813

Please sign in to comment.