Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Siegel <me@dansiegel.net>2017-05-19 20:15:59 +0300
committerDan Siegel <me@dansiegel.net>2017-05-20 02:53:32 +0300
commitaf992dab15f26847409ea6331df6c8bacab92219 (patch)
tree6ff90f2e6f067b82024121873cbd2db354406b93
parente018b7d970bcc3d86ef2f4d3ff1eabf15d39d39f (diff)
SDK workaround PR 908
-rw-r--r--Sandbox/Windows10/HelloWorld/Directory.Build.props4
-rw-r--r--Sandbox/Xamarin/HelloWorld/Directory.Build.props4
-rw-r--r--Source/Directory.Build.props4
3 files changed, 12 insertions, 0 deletions
diff --git a/Sandbox/Windows10/HelloWorld/Directory.Build.props b/Sandbox/Windows10/HelloWorld/Directory.Build.props
new file mode 100644
index 0000000..79eade5
--- /dev/null
+++ b/Sandbox/Windows10/HelloWorld/Directory.Build.props
@@ -0,0 +1,4 @@
+<Project>
+ <!-- Workaround for https://github.com/dotnet/sdk/pull/908 -->
+ <Target Name="GetPackagingOutputs" />
+</Project> \ No newline at end of file
diff --git a/Sandbox/Xamarin/HelloWorld/Directory.Build.props b/Sandbox/Xamarin/HelloWorld/Directory.Build.props
new file mode 100644
index 0000000..79eade5
--- /dev/null
+++ b/Sandbox/Xamarin/HelloWorld/Directory.Build.props
@@ -0,0 +1,4 @@
+<Project>
+ <!-- Workaround for https://github.com/dotnet/sdk/pull/908 -->
+ <Target Name="GetPackagingOutputs" />
+</Project> \ No newline at end of file
diff --git a/Source/Directory.Build.props b/Source/Directory.Build.props
new file mode 100644
index 0000000..79eade5
--- /dev/null
+++ b/Source/Directory.Build.props
@@ -0,0 +1,4 @@
+<Project>
+ <!-- Workaround for https://github.com/dotnet/sdk/pull/908 -->
+ <Target Name="GetPackagingOutputs" />
+</Project> \ No newline at end of file