Skip to content

Commit

Permalink
Update Tests.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 15, 2024
1 parent 86fc433 commit 24c0343
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@
<PackageReference Include="Verify.ICSharpCode.Decompiler" Version="3.4.1" />
<PackageReference Include="Verify.Xunit" Version="24.1.0" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<ProjectReference Include="..\PropertyChanging.Fody\PropertyChanging.Fody.csproj" />
<ProjectReference Include="..\PropertyChanging\PropertyChanging.csproj" />
Expand Down

0 comments on commit 24c0343

Please sign in to comment.