Skip to content

Commit

Permalink
Adding xUnit as a global using (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keboo authored Jul 29, 2023
1 parent 923eb39 commit a7a0886
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<ItemGroup>
<Using Include="Xunit" />
<Using Include="Moq" />
<Using Include="Moq.AutoMock" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

<ItemGroup>
<Using Include="Xunit" />
<Using Include="Moq" />
<Using Include="Moq.AutoMock" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions templates/WPF/WpfApp/WpfApp.Tests/WpfApp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

<ItemGroup>
<Using Include="Xunit" />
<Using Include="Moq" />
<Using Include="Moq.AutoMock" />
</ItemGroup>
</Project>

0 comments on commit a7a0886

Please sign in to comment.