Skip to content

Commit

Permalink
Set IsPackable
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Mar 21, 2023
1 parent 50b9323 commit 5d4a3c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChatGPT.UI.Browser/ChatGPT.UI.Browser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<MSBuildEnableWorkloadResolver>true</MSBuildEnableWorkloadResolver>
<Nullable>enable</Nullable>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<WasmExtraFilesToDeploy Include="AppBundle\app.css" />
Expand Down
1 change: 1 addition & 0 deletions ChatGPT.UI.Desktop/ChatGPT.UI.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationIcon>Assets\clipart855284.ico</ApplicationIcon>
<RootNamespace>ChatGPT</RootNamespace>
<IsPackable>False</IsPackable>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down
1 change: 1 addition & 0 deletions ChatGPT.UI.iOS/ChatGPT.UI.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Nullable>enable</Nullable>
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
<UseInterpreter>True</UseInterpreter>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.iOS" Version="$(AvaloniaVersion)" />
Expand Down

0 comments on commit 5d4a3c4

Please sign in to comment.