Skip to content

Commit

Permalink
Fixed xunit.analyzers path
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrof committed Dec 23, 2023
1 parent af6effd commit f3a578e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<ProjectReference Include="..\libEDSsharp\libEDSsharp.csproj" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\xunit.analyzers.1.1.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
<Analyzer Include="..\packages\xunit.analyzers.1.1.0\analyzers\dotnet\cs\xunit.analyzers.fixes.dll" />
<Analyzer Include="$(NuGetPackageRoot)xunit.analyzers\1.1.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
<Analyzer Include="$(NuGetPackageRoot)xunit.analyzers\1.1.0\analyzers\dotnet\cs\xunit.analyzers.fixes.dll" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="xunit" Version="2.4.2" />
Expand Down

0 comments on commit f3a578e

Please sign in to comment.