|
11 | 11 | <icon>_content/logo-128-transparent.png</icon> |
12 | 12 | <readme>_content/README.md</readme> |
13 | 13 | <releaseNotes>https://xunit.net/releases/visualstudio/$PackageVersion$</releaseNotes> |
14 | | - <description>Visual Studio 2022+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1, v2, and v3 tests. Supports .NET 4.7.2 or later, and .NET 6 or later.</description> |
| 14 | + <description>Visual Studio 2022+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1, v2, and v3 tests. Supports .NET 4.7.2 or later, and .NET 8 or later.</description> |
15 | 15 | <copyright>Copyright (C) .NET Foundation</copyright> |
16 | 16 | <repository type="git" url="https://github.com/xunit/visualstudio.xunit" commit="$GitCommitId$" /> |
17 | 17 | <developmentDependency>true</developmentDependency> |
18 | 18 | <dependencies> |
19 | 19 | <group targetFramework="net472"> |
20 | 20 | <dependency id="Microsoft.TestPlatform.ObjectModel" version="$MicrosoftTestPlatformObjectModelVersion$" /> |
21 | 21 | </group> |
22 | | - <group targetFramework="net6.0"/> |
| 22 | + <group targetFramework="net8.0"/> |
23 | 23 | </dependencies> |
24 | 24 | <frameworkAssemblies> |
25 | 25 | <frameworkAssembly assemblyName="mscorlib" targetFramework="net472" /> |
|
34 | 34 | <file target="build\net472\" src="bin\$Configuration$\net472\merged\$SignedPath$xunit.runner.visualstudio.testadapter.dll" /> |
35 | 35 | <file target="build\net472\xunit.runner.visualstudio.props" src="build\xunit.runner.visualstudio.props" /> |
36 | 36 |
|
37 | | - <file target="build\net6.0\" src="bin\$Configuration$\net6.0\xunit.abstractions.dll" /> |
38 | | - <file target="build\net6.0\" src="bin\$Configuration$\net6.0\merged\$SignedPath$xunit.runner.visualstudio.testadapter.dll" /> |
39 | | - <file target="build\net6.0\xunit.runner.visualstudio.props" src="build\xunit.runner.visualstudio.props" /> |
| 37 | + <file target="build\net8.0\" src="bin\$Configuration$\net8.0\xunit.abstractions.dll" /> |
| 38 | + <file target="build\net8.0\" src="bin\$Configuration$\net8.0\merged\$SignedPath$xunit.runner.visualstudio.testadapter.dll" /> |
| 39 | + <file target="build\net8.0\xunit.runner.visualstudio.props" src="build\xunit.runner.visualstudio.props" /> |
40 | 40 |
|
41 | 41 | <file target="lib\net472\" src="build\_._" /> |
42 | 42 |
|
43 | | - <file target="lib\net6.0\" src="build\_._" /> |
| 43 | + <file target="lib\net8.0\" src="build\_._" /> |
44 | 44 | </files> |
45 | 45 | </package> |
0 commit comments