Skip to content

Commit

Permalink
Fix NUnit for vanilla VisualStudio installs by adding NUnit3TestAdapt…
Browse files Browse the repository at this point in the history
…er (#34)

* Add NUnit3TestAdapter nuget package to our build
* Use the adapter in the ITextTests project

Co-authored-by: name <[email protected]>
  • Loading branch information
jtmaxwell3 and jasonleenaylor authored Apr 29, 2024
1 parent 442b37a commit d6b6f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Build/nuget-common/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<package id="NUnit" version="3.13.3" targetFramework="net45" />
<package id="NUnit.ConsoleRunner" version="3.12.0" targetFramework="net40" />
<package id="NUnit.Extension.NUnitV2ResultWriter" version="3.7.0" />
<package id="NUnit3TestAdapter" version="4.3.2" />
<package id="ParatextData" version="9.4.0.1-beta" targetFramework="net46"/>
<package id="protobuf-net" version="2.4.6" exclude="Build,Analyzers" />
<package id="Sandwych.QuickGraph.Core" version="1.0.0" />
Expand Down
1 change: 1 addition & 0 deletions Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
<Import Project="..\..\..\..\packages\NUnit3TestAdapter.4.3.2\build\net35\NUnit3TestAdapter.props" />
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>9.0.21022</ProductVersion>
Expand Down

0 comments on commit d6b6f79

Please sign in to comment.