File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <PublicSign Condition =" '$(AssemblyOriginatorKeyFile)' != '' and '$(OS)' != 'Windows_NT' " >true</PublicSign >
5- <TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);IncludePDBsInPackage</TargetsForTfmSpecificContentInPackage >
65 </PropertyGroup >
76
8- <Target Name =" IncludePDBsInPackage" >
9- <ItemGroup >
10- <TfmSpecificPackageFile Include =" $(OutputPath)\$(AssemblyName).pdb" PackagePath =" lib/$(TargetFramework)" />
11- </ItemGroup >
12- </Target >
13-
147</Project >
Original file line number Diff line number Diff line change 99 <PackageTags >libgit2 git</PackageTags >
1010 <PackageProjectUrl >https://github.com/libgit2/libgit2sharp/</PackageProjectUrl >
1111 <Authors >LibGit2Sharp contributors</Authors >
12+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
1213 <SignAssembly >true</SignAssembly >
1314 <AssemblyOriginatorKeyFile >..\libgit2sharp.snk</AssemblyOriginatorKeyFile >
1415 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
You can’t perform that action at this time.
0 commit comments