Skip to content

Commit

Permalink
Fixed Tizen manifest and macOS.csproj file
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-37 committed Jun 2, 2021
1 parent e963d92 commit 1173782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns="http://tizen.org/ns/packages" api-version="5" package="com.example.SolutionTemplate.Skia.Tizen" version="1.0.0">
<profile name="common" />
<ui-application appid="com.example.SolutionTemplate.Skia.Tizen"
exec="SolutionTemplate.Skia.Tizen.dll"
exec="SolutionTemplate.dll"
type="dotnet"
multiple="false"
taskmanage="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
</HttpClientHandler>
<XamMacArch>
</XamMacArch>
<NoWarn>
</NoWarn>
<NoWarn>DF0001;DF0033</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit 1173782

Please sign in to comment.