mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-03 17:39:53 +01:00
try without IsPublishable=False
This commit is contained in:
parent
b626378695
commit
5e0eca30bc
1 changed files with 0 additions and 8 deletions
|
@ -6,14 +6,6 @@
|
||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
||||||
<IsPublishable>False</IsPublishable>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
||||||
<IsPublishable>False</IsPublishable>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.Build.Utilities.Core" />
|
<PackageReference Include="Microsoft.Build.Utilities.Core" />
|
||||||
<PackageReference Include="Newtonsoft.Json" />
|
<PackageReference Include="Newtonsoft.Json" />
|
||||||
|
|
Loading…
Reference in a new issue