Skip to content

Commit bb90974

Browse files
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

1 file changed

+1
-0
lines changed

src/clients/Codebreaker.GameAPIs.Client.Tests/Codebreaker.GameAPIs.Client.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<OutputType>Exe</OutputType>
78

89
<IsPackable>false</IsPackable>
910
<IsTestProject>true</IsTestProject>

0 commit comments

Comments
 (0)