Skip to content

Commit

Permalink
Fix ACN Tests not referencing Test framework correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
owaits committed Aug 7, 2020
1 parent 9df9805 commit 7d779a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Acn.Test/Acn.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@
<Name>Acn</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="MSTest.TestAdapter">
<Version>2.1.1</Version>
</PackageReference>
<PackageReference Include="MSTest.TestFramework">
<Version>2.1.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 7d779a1

Please sign in to comment.