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