From cb8c3efba9a57f1d0ab341fa88e7c456db00607d Mon Sep 17 00:00:00 2001
From: Wanpeng Li <38236089+realwanpengli@users.noreply.github.com>
Date: Mon, 25 Mar 2019 17:10:55 +0800
Subject: [PATCH 1/2] mark management sdk version as preview (#456)
* mark management sdk version as preview
* update
---
.../Microsoft.Azure.SignalR.Management.csproj | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/src/Microsoft.Azure.SignalR.Management/Microsoft.Azure.SignalR.Management.csproj b/src/Microsoft.Azure.SignalR.Management/Microsoft.Azure.SignalR.Management.csproj
index 00f4751d9..44eeb2373 100644
--- a/src/Microsoft.Azure.SignalR.Management/Microsoft.Azure.SignalR.Management.csproj
+++ b/src/Microsoft.Azure.SignalR.Management/Microsoft.Azure.SignalR.Management.csproj
@@ -2,6 +2,7 @@
netstandard2.0
+ 1.0.0-preview1-$(BuildNumber)
@@ -19,4 +20,16 @@
+
+
+
+ $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage
+
+
+
+
+
+
+
+
From 648c61602f8d0bda1aaad33c58670c5039674275 Mon Sep 17 00:00:00 2001
From: Wanpeng Li <38236089+realwanpengli@users.noreply.github.com>
Date: Mon, 25 Mar 2019 18:49:27 +0800
Subject: [PATCH 2/2] copy common pkg (#457)
---
.../Microsoft.Azure.SignalR.Management.csproj | 2 +-
.../Microsoft.Azure.SignalR.Management.Tests.csproj | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Microsoft.Azure.SignalR.Management/Microsoft.Azure.SignalR.Management.csproj b/src/Microsoft.Azure.SignalR.Management/Microsoft.Azure.SignalR.Management.csproj
index 44eeb2373..e0bf93cb4 100644
--- a/src/Microsoft.Azure.SignalR.Management/Microsoft.Azure.SignalR.Management.csproj
+++ b/src/Microsoft.Azure.SignalR.Management/Microsoft.Azure.SignalR.Management.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/test/Microsoft.Azure.SignalR.Management.Tests/Microsoft.Azure.SignalR.Management.Tests.csproj b/test/Microsoft.Azure.SignalR.Management.Tests/Microsoft.Azure.SignalR.Management.Tests.csproj
index 4c857b47f..7307802ba 100644
--- a/test/Microsoft.Azure.SignalR.Management.Tests/Microsoft.Azure.SignalR.Management.Tests.csproj
+++ b/test/Microsoft.Azure.SignalR.Management.Tests/Microsoft.Azure.SignalR.Management.Tests.csproj
@@ -20,6 +20,7 @@
+