[Tizen] Removed non-mandatory reference (#914)

This commit is contained in:
sung-su.kim 2019-10-13 03:45:01 +09:00 коммит произвёл James Montemagno
Родитель 07cb1f3b72
Коммит d8e368e208
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -16,8 +16,6 @@ namespace Samples.Tizen
{
var app = new Program();
Forms.Init(app);
if (Device.Idiom == TargetIdiom.Watch)
global::Tizen.Wearable.CircularUI.Forms.Renderer.FormsCircularUI.Init();
Xamarin.Essentials.Platform.MapServiceToken = "MAP_SERVICE_KEY";
app.Run(args);
}

1
Samples/Samples.Tizen/Samples.Tizen.csproj Normal file → Executable file
Просмотреть файл

@ -24,7 +24,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Tizen.Wearable.CircularUI" Version="1.3.0-pre1-00043" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0">
<ExcludeAssets>Runtime</ExcludeAssets>
</PackageReference>