Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Created April 10, 2019 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolfbjarne/3137302385689966c32dfb66d0d1be77 to your computer and use it in GitHub Desktop.
Save rolfbjarne/3137302385689966c32dfb66d0d1be77 to your computer and use it in GitHub Desktop.
commit dfff33cdc0881e4d8158dd1e45278e6d560a8eb7
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Tue Apr 9 14:51:25 2019 +0200
Works
diff --git a/watchOS/WatchKitCatalog/WatchApp3/WatchApp3.csproj b/watchOS/WatchKitCatalog/WatchApp3/WatchApp3.csproj
index 18cf52be..6377503e 100644
--- a/watchOS/WatchKitCatalog/WatchApp3/WatchApp3.csproj
+++ b/watchOS/WatchKitCatalog/WatchApp3/WatchApp3.csproj
@@ -9,6 +9,7 @@ <?xml version="1.0" encoding="utf-8"?>
<RootNamespace>WatchApp2</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>WatchApp2</AssemblyName>
+ <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
diff --git a/watchOS/WatchKitCatalog/WatchKit3Extension/WatchKit3Extension.csproj b/watchOS/WatchKitCatalog/WatchKit3Extension/WatchKit3Extension.csproj
index 7b8e5e6c..2e49de5b 100644
--- a/watchOS/WatchKitCatalog/WatchKit3Extension/WatchKit3Extension.csproj
+++ b/watchOS/WatchKitCatalog/WatchKit3Extension/WatchKit3Extension.csproj
@@ -9,6 +9,7 @@ <?xml version="1.0" encoding="utf-8"?>
<RootNamespace>Watchkit2Extension</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>Watchkit2Extension</AssemblyName>
+ <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
diff --git a/watchOS/WatchKitCatalog/WatchKitCatalog/WatchKitCatalog.csproj b/watchOS/WatchKitCatalog/WatchKitCatalog/WatchKitCatalog.csproj
index 6ce2a65c..a7dbfb9f 100644
--- a/watchOS/WatchKitCatalog/WatchKitCatalog/WatchKitCatalog.csproj
+++ b/watchOS/WatchKitCatalog/WatchKitCatalog/WatchKitCatalog.csproj
@@ -9,6 +9,7 @@ <?xml version="1.0" encoding="utf-8"?>
<RootNamespace>WatchKitCatalog</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>WatchKitCatalog</AssemblyName>
+ <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
@@ -96,6 +97,7 @@ <?xml version="1.0" encoding="utf-8"?>
<Project>{79EB034F-3D29-43A5-B89F-124879504771}</Project>
<Name>WatchApp3</Name>
<IsWatchApp>True</IsWatchApp>
+ <ReferenceOutputAssembly>False</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment