Skip to content

Commit

Permalink
Fix Testes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Oct 26, 2023
1 parent 7fbd36c commit c259552
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ArtNetTests/ArtNetTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@
<IsPackable>false</IsPackable>

<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1">
<PackageReference Include="NUnit.Analyzers" Version="3.8.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c259552

Please sign in to comment.