Commit bb90974
committed
Add OutputType property for executable configuration was missing the with xunit.v3 project
This commit adds the `<OutputType>` property set to `Exe` in the project file.
This change configures the project to produce an executable output, which may impact
the build and execution processes, especially in testing environments.
See dotnet/sdk#42722 (comment)1 parent 017a0db commit bb90974
File tree
1 file changed
+1
-0
lines changed- src/clients/Codebreaker.GameAPIs.Client.Tests
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments