This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -11,17 +11,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ReleaseUpdater.Common\ReleaseUpdater.Common.csproj"
|
||||
PrivateAssets="none"
|
||||
IncludeAssets="all"
|
||||
/>
|
||||
<ProjectReference Include="..\ReleaseUpdater.Common\ReleaseUpdater.Common.csproj" />
|
||||
</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