Skip to content

Commit

Permalink
Revert "Package coreclr dependencies together to reduce dependence on…
Browse files Browse the repository at this point in the history
… the production environment"

This reverts commit d6aac72.
  • Loading branch information
XUMUMI committed Dec 12, 2024
1 parent d6aac72 commit 5353b27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions lib/bootstrap/bootstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<PackageId>bootstrap</PackageId>
<LangVersion>default</LangVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
</PropertyGroup>

<ItemGroup >
Expand Down
3 changes: 0 additions & 3 deletions src/double/Edge.js/Edge.js.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
</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 5353b27

Please sign in to comment.