Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>2022-10-21 00:16:44 +0300
committerGitHub <noreply@github.com>2022-10-21 00:16:44 +0300
commit0b64f74ec28368d619684f7383b6c238e780ec4c (patch)
treebdc8bea85f28495253f47670ff8e337730ffc86f
parentafca4df835e7114dbb8b5ae55c9db3fab15f1e6b (diff)
Add Mono.Cecil.Pdb as a package otherwise NativePdb reading will fail in linker (#45)
-rw-r--r--symbols/pdb/Mono.Cecil.Pdb.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/symbols/pdb/Mono.Cecil.Pdb.csproj b/symbols/pdb/Mono.Cecil.Pdb.csproj
index 7cebe91..5db1ef3 100644
--- a/symbols/pdb/Mono.Cecil.Pdb.csproj
+++ b/symbols/pdb/Mono.Cecil.Pdb.csproj
@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(ToolsFramework)</TargetFramework>
+ <PackageId>Mono.Cecil.Pdb</PackageId>
+ <IsPackable>true</IsPackable>
<NoWarn>0649</NoWarn>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>