1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-22 07:52:14 +01:00

Add nunit-legacy fixture generation code

This commit is contained in:
Shamus Taylor 2025-03-05 09:46:34 -06:00
parent 41662db5ca
commit 96ad96d584
No known key found for this signature in database
GPG key ID: C44FC1AA547ACE39
11 changed files with 379 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net461" />
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net461" />
<package id="NUnit" version="2.7.1" targetFramework="net461" />
</packages>