Skip to content

Commit

Permalink
Rider removed used using stattement on cleanup so code no longer built
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Feb 15, 2024
1 parent 92b04f6 commit a854d36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,9 @@
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="ToStringWithoutOverrideAnalyzer" Version="0.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
</ItemGroup>
<ItemGroup>
<Reference Include="Credfeto.Extensions.Linq">
<HintPath>..\..\..\..\..\.nuget\packages\credfeto.extensions.linq\1.0.12.90\lib\net6.0\Credfeto.Extensions.Linq.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Threading;
using System.Threading.Tasks;
using Credfeto.DotNet.Repo.Tools.DotNet.Interfaces;
using Credfeto.Extensions.Linq;

namespace Credfeto.DotNet.Repo.Tools.DotNet.Services;

Expand Down

0 comments on commit a854d36

Please sign in to comment.