Добавлено обновление
All checks were successful
CI / build-test (push) Successful in 31s

This commit is contained in:
2025-11-27 11:19:34 +03:00
parent 16fbddcdc8
commit d0e57d8d7b
2 changed files with 1 additions and 12 deletions

View File

@@ -4,7 +4,6 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@@ -11,17 +11,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ReleaseUpdater.Common\ReleaseUpdater.Common.csproj" <ProjectReference Include="..\ReleaseUpdater.Common\ReleaseUpdater.Common.csproj" />
PrivateAssets="none"
IncludeAssets="all"
/>
</ItemGroup> </ItemGroup>
<Target Name="CopyProjectReferencesToPackage" AfterTargets="Pack">
<ItemGroup>
<BuildOutputInPackage Include="$(OutputPath)ReleaseUpdater.Common.dll"
TargetPath="lib\net8.0\ReleaseUpdater.Common.dll" />
</ItemGroup>
</Target>
</Project> </Project>