Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
soenneker committed Mar 6, 2024
1 parent 324aedf commit 8498e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Soenneker.Enums.DeployEnvironment.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\icon.png" Pack="true" PackagePath="\" />
<PackageReference Include="Ardalis.SmartEnum" Version="8.0.0" />


</ItemGroup>
</Project>
5 changes: 3 additions & 2 deletions test/Soenneker.Enums.DeployEnvironment.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 8498e3c

Please sign in to comment.