сборкка Common
This commit is contained in:
@@ -11,7 +11,17 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ReleaseUpdater.Common\ReleaseUpdater.Common.csproj" />
|
||||
<ProjectReference Include="..\ReleaseUpdater.Common\ReleaseUpdater.Common.csproj"
|
||||
PrivateAssets="none"
|
||||
IncludeAssets="all"
|
||||
/>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="CopyProjectReferencesToPackage" AfterTargets="Pack">
|
||||
<ItemGroup>
|
||||
<BuildOutputInPackage Include="$(OutputPath)ReleaseUpdater.Common.dll"
|
||||
TargetPath="lib\net8.0\ReleaseUpdater.Common.dll" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user