File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 3030
3131 <ItemGroup >
3232 <ProjectReference Include =" ..\..\Authoring\Authoring.csproj" />
33- <!-- <ProjectReference Include="..\..\Core\Core.csproj" />-->
3433 <ProjectReference Include =" ..\..\Analyzers\Analyzers.csproj" />
3534 </ItemGroup >
3635
5251 <Output TaskParameter =" NuGetShortFolderName" PropertyName =" _NuGetShortFolderName" />
5352 </GetNuGetShortFolderName >
5453 <ItemGroup >
55- <TfmSpecificPackageFile Include =" $(OutputPath)\Authoring.dll"
56- PackagePath =" lib/$(_NuGetShortFolderName)" />
57- <!-- <TfmSpecificPackageFile Include="$(OutputPath)\Core.dll"-->
58- <!-- PackagePath="lib/$(_NuGetShortFolderName)" />-->
54+ <TfmSpecificPackageFile Include =" $(OutputPath)\Authoring.dll" PackagePath =" lib/$(_NuGetShortFolderName)" />
55+ <TfmSpecificPackageFile Include =" $(OutputPath)\Authoring.xml" PackagePath =" lib/$(_NuGetShortFolderName)" />
56+ <TfmSpecificPackageFile Include =" $(OutputPath)\Authoring.pdb" PackagePath =" lib/$(_NuGetShortFolderName)" />
5957 </ItemGroup >
6058 </Target >
6159
You can’t perform that action at this time.
0 commit comments