Skip to content

Commit 27d38ad

Browse files
committed
ci: add exe output type for aot unit tests project
1 parent 18a047c commit 27d38ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CommonNet.Extensions.Tests/CommonNet.Extensions.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
45
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
56
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net8.0;net9.0;net48</TargetFrameworks>
67
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)