Skip to content

Commit

Permalink
Package coreclr dependencies together to reduce dependence on the pro…
Browse files Browse the repository at this point in the history
…duction environment
  • Loading branch information
XUMUMI committed Dec 11, 2024
1 parent c8d9b5c commit d6aac72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/bootstrap/bootstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<PackageId>bootstrap</PackageId>
<LangVersion>default</LangVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
</PropertyGroup>

<ItemGroup >
Expand Down
3 changes: 3 additions & 0 deletions src/double/Edge.js/Edge.js.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
</ItemGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<Compile Remove="dotnet\*.cs" />
Expand Down

0 comments on commit d6aac72

Please sign in to comment.