Skip to content

Commit

Permalink
fix: include wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Feb 10, 2024
1 parent 15d6dcb commit 06ddcbd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/Compiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<Configurations>Debug;Release</Configurations>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<VersionPrefix Condition="'$(ReleaseVersion)' == ''">0.0.1</VersionPrefix>
<VersionSuffix Condition="'$(ReleaseVersion)' == ''">$([System.DateTime]::UtcNow.ToString(`yyyyMMdd-HHmm`))</VersionSuffix>
<Configurations>Debug;Release</Configurations>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>


Expand Down
1 change: 1 addition & 0 deletions extensions/chord.common/chord.common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<RootNamespace>Chord.Common</RootNamespace>
<StripSymbols>true</StripSymbols>
<LangVersion>preview</LangVersion>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions extensions/chord.runtime/chord.runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<RootNamespace>Chord.Runtime</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsAotCompatible>true</IsAotCompatible>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions extensions/chordc/chordc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<OptimizationPreference>Size</OptimizationPreference>
<TrimMode>full</TrimMode>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 06ddcbd

Please sign in to comment.