|
@@ -39,7 +39,7 @@
|
|
|
<Folder Include="Assets\win-x86\CEF\" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
- <Target Name="PublishAppWin" AfterTargets="AfterBuild" Condition="$(TargetFramework.StartsWith('net5')) and '$(IsPublishing)' != 'True' and $([MSBuild]::IsOSPlatform('Windows'))">
|
|
|
+ <Target Name="PublishAppWin" AfterTargets="AfterBuild" Condition="$(TargetFramework.StartsWith('net6')) and '$(IsPublishing)' != 'True' and $([MSBuild]::IsOSPlatform('Windows'))">
|
|
|
<!--Generate nuget packages-->
|
|
|
<Exec Command="$(ProjectDir)Assets\nuget.exe pack $(ProjectDir)Assets\win-x86\Cef.Native.win-x86.nuspec -OutputDirectory $(ProjectDir)bin" />
|
|
|
<Exec Command="$(ProjectDir)Assets\nuget.exe pack $(ProjectDir)Assets\win-x64\Cef.Native.win-x64.nuspec -OutputDirectory $(ProjectDir)bin" />
|