|
19 | 19 | For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.) |
20 | 20 | </description> |
21 | 21 | <releaseNotes>See https://docs.nunit.org/articles/vs-test-adapter/Adapter-Release-Notes.html </releaseNotes> |
22 | | - <copyright>Copyright (c) 2011-2021 Charlie Poole, 2014-2024 Terje Sandstrom</copyright> |
| 22 | + <copyright>Copyright (c) 2011-2021 Charlie Poole, 2014-2025 Terje Sandstrom</copyright> |
23 | 23 | <language>en-US</language> |
24 | 24 | <tags>test visualstudio testadapter nunit nunit3 dotnet</tags> |
25 | 25 |
|
26 | 26 | <developmentDependency>false</developmentDependency> |
| 27 | + |
| 28 | + <dependencies> |
| 29 | + <group targetFramework="net462"> |
| 30 | + <dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.5.3" /> |
| 31 | + <dependency id="Microsoft.Testing.Platform.MSBuild" version="1.5.3" /> |
| 32 | + </group> |
| 33 | + <group targetFramework="netcoreapp3.1"> |
| 34 | + <dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.5.3" /> |
| 35 | + <dependency id="Microsoft.Testing.Platform.MSBuild" version="1.5.3" /> |
| 36 | + </group> |
| 37 | + </dependencies> |
27 | 38 | </metadata> |
28 | 39 | <files> |
29 | 40 | <file src="..\..\images\nunit_256.png" target="" /> |
|
36 | 47 | <file src="build\net462\nunit.engine.core.dll" target="build\net462\nunit.engine.core.dll" /> |
37 | 48 | <file src="build\net462\testcentric.engine.metadata.dll" target="build\net462\testcentric.engine.metadata.dll"/> |
38 | 49 | <file src="build\net462\NUnit3TestAdapter.props" target="build\net462\NUnit3TestAdapter.props" /> |
| 50 | + <file src="build\net462\NUnit3TestAdapter.targets" target="build\net462\NUnit3TestAdapter.targets" /> |
39 | 51 |
|
40 | 52 | <file src="build\netcoreapp3.1\NUnit3.TestAdapter.dll" target="build\netcoreapp3.1\NUnit3.TestAdapter.dll" /> |
41 | 53 | <file src="build\netcoreapp3.1\NUnit3.TestAdapter.pdb" target="build\netcoreapp3.1\NUnit3.TestAdapter.pdb" /> |
|
44 | 56 | <file src="build\netcoreapp3.1\nunit.engine.core.dll" target="build\netcoreapp3.1\nunit.engine.core.dll" /> |
45 | 57 | <file src="build\netcoreapp3.1\testcentric.engine.metadata.dll" target="build\netcoreapp3.1\testcentric.engine.metadata.dll"/> |
46 | 58 | <file src="build\netcoreapp3.1\NUnit3TestAdapter.props" target="build\netcoreapp3.1\NUnit3TestAdapter.props" /> |
| 59 | + <file src="build\netcoreapp3.1\NUnit3TestAdapter.targets" target="build\netcoreapp3.1\NUnit3TestAdapter.targets" /> |
47 | 60 |
|
48 | 61 |
|
49 | 62 | </files> |
|
0 commit comments