@@ -28,7 +28,7 @@ Install the xUnit.net v3 project templates:
2828dotnet new install xunit.v3.templates
2929```
3030
31- ``` shell
31+ ``` text
3232The following template packages will be installed:
3333 xunit.v3.templates
3434
@@ -45,7 +45,7 @@ Create a unit test project:
4545dotnet new xunit3 --language C#
4646```
4747
48- ``` shell
48+ ``` text
4949The template "xUnit.net v3 Test Project" was created successfully.
5050
5151Processing post-creation actions...
@@ -79,7 +79,7 @@ Execute the tests:
7979dotnet run
8080```
8181
82- ``` shell
82+ ``` text
8383xUnit.net v3 In-Process Runner v2.0.3+216a74a292 (64-bit .NET 8.0.17)
8484 Discovering: SampleProject
8585 Discovered: SampleProject
@@ -103,7 +103,7 @@ Install the xUnit.net v3 project templates:
103103dotnet new install xunit.v3.templates
104104```
105105
106- ``` shell
106+ ``` text
107107The following template packages will be installed:
108108 xunit.v3.templates
109109
@@ -120,7 +120,7 @@ Create a unit test project:
120120dotnet new xunit3 --language F#
121121```
122122
123- ``` shell
123+ ``` text
124124The template "xUnit.net v3 Test Project" was created successfully.
125125
126126Processing post-creation actions...
@@ -153,7 +153,7 @@ Execute the tests: `dotnet run`
153153dotnet run
154154```
155155
156- ``` shell
156+ ``` text
157157xUnit.net v3 In-Process Runner v2.0.3+216a74a292 (64-bit .NET 8.0.17)
158158 Discovering: SampleProject
159159 Discovered: SampleProject
@@ -177,7 +177,7 @@ Install the xUnit.net v3 project templates:
177177dotnet new install xunit.v3.templates
178178```
179179
180- ``` shell
180+ ``` text
181181The following template packages will be installed:
182182 xunit.v3.templates
183183
@@ -194,7 +194,7 @@ Create a unit test project:
194194dotnet new xunit3 --language VB
195195```
196196
197- ``` shell
197+ ``` text
198198The template "xUnit.net v3 Test Project" was created successfully.
199199
200200Processing post-creation actions...
@@ -232,7 +232,7 @@ Execute the tests: `dotnet run`
232232dotnet run
233233```
234234
235- ``` shell
235+ ``` text
236236xUnit.net v3 In-Process Runner v2.0.3+216a74a292 (64-bit .NET 8.0.17)
237237 Discovering: SampleProject
238238 Discovered: SampleProject
@@ -291,8 +291,7 @@ _For older release notes, see the [full release notes list](/releases/)._
291291* [ Visual Studio Community] ( https://visualstudio.microsoft.com/vs/community/ )
292292* [ MSBuild Reference] ( https://docs.microsoft.com/visualstudio/msbuild/msbuild-reference )
293293
294- {: .ndepend-logo }
295- [ ![ Powered by NDepend] ( https://raw.github.com/xunit/media/main/powered-by-ndepend-transparent.png ) {: width="142" }] ( https://www.NDepend.com )
294+ [ ![ Powered by NDepend] ( /images/powered-by-ndepend-transparent.png ) {: width="175" }] ( https://www.ndepend.com )
296295
297296## Sponsors
298297
0 commit comments