diff --git a/src/StreamJsonRpc.Desktop/project.json b/src/StreamJsonRpc.Desktop/project.json index 1de11bdf..76f81744 100644 --- a/src/StreamJsonRpc.Desktop/project.json +++ b/src/StreamJsonRpc.Desktop/project.json @@ -22,7 +22,7 @@ "suppressParent": "none" }, "Newtonsoft.Json": "6.0.6", - "Microsoft.VisualStudio.Threading": "15.0.208" + "Microsoft.VisualStudio.Threading": "15.0.224" }, "frameworks": { "net45": { } diff --git a/src/StreamJsonRpc.NuGet/StreamJsonRpc.NuGet.nuproj b/src/StreamJsonRpc.NuGet/StreamJsonRpc.NuGet.nuproj index d74a2889..8547a7c3 100644 --- a/src/StreamJsonRpc.NuGet/StreamJsonRpc.NuGet.nuproj +++ b/src/StreamJsonRpc.NuGet/StreamJsonRpc.NuGet.nuproj @@ -15,7 +15,7 @@ StreamJsonRpc.nuspec - $(UserProfile)\.nuget\packages\NuProj\0.10.48-beta-gea4a31bbc5\tools\ + $(UserProfile)\.nuget\packages\NuProj\0.11.14-beta\tools\ @@ -31,6 +31,8 @@ https://raw.githubusercontent.com/Microsoft/vs-streamjsonrpc/$GitCommitIdShort$/LICENSE Copyright © Microsoft ServiceHub + true + false @@ -52,6 +54,12 @@ lib\dotnet\%(File.Culture)\%(FileName)%(Extension) lib\dotnet\$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName(%(Identity)))))\%(FileName)%(Extension) - + + lib\netstandard1.1\%(FileName)%(Extension) + lib\netstandard1.1\%(File.Culture)\%(FileName)%(Extension) + lib\netstandard1.1\$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName(%(Identity)))))\%(FileName)%(Extension) + + \ No newline at end of file diff --git a/src/StreamJsonRpc.NuGet/StreamJsonRpc.nuspec b/src/StreamJsonRpc.NuGet/StreamJsonRpc.nuspec index d15242d4..83eb8979 100644 --- a/src/StreamJsonRpc.NuGet/StreamJsonRpc.nuspec +++ b/src/StreamJsonRpc.NuGet/StreamJsonRpc.nuspec @@ -14,8 +14,8 @@ - - + + @@ -33,8 +33,12 @@ + + + + - + diff --git a/src/StreamJsonRpc.NuGet/project.json b/src/StreamJsonRpc.NuGet/project.json index 891a0ba1..57bea1fb 100644 --- a/src/StreamJsonRpc.NuGet/project.json +++ b/src/StreamJsonRpc.NuGet/project.json @@ -15,7 +15,7 @@ "version": "1.5.46", "suppressParent": "none" }, - "NuProj": "0.10.48-beta-gea4a31bbc5", + "NuProj": "0.11.14-beta", "ReadOnlySourceTree": { "version": "0.1.36-beta", "suppressParent": "none" diff --git a/src/StreamJsonRpc/project.json b/src/StreamJsonRpc/project.json index 40d00aea..dfd6ff16 100644 --- a/src/StreamJsonRpc/project.json +++ b/src/StreamJsonRpc/project.json @@ -18,7 +18,7 @@ }, "Newtonsoft.Json": "6.0.6", "NuSpec.ReferenceGenerator": "1.4.2", - "Microsoft.VisualStudio.Threading": "15.0.208", + "Microsoft.VisualStudio.Threading": "15.0.224", "PdbGit": "3.0.41", "ReadOnlySourceTree": { "version": "0.1.36-beta",