Skip to content

Commit 3ca1ec2

Browse files
committed
fix workflow
1 parent 4cacd43 commit 3ca1ec2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

native/ThermoNativeReader/ThermoNativeReader.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<PublishAot>false</PublishAot>
8-
<PublishSingleFile>true</PublishSingleFile>
7+
<PublishAot>true</PublishAot>
8+
<PublishSingleFile>false</PublishSingleFile>
99
<SelfContained>true</SelfContained>
1010
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)