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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhson Khan <ahson_ahmedk@yahoo.com>2020-02-13 19:42:36 +0300
committerGitHub <noreply@github.com>2020-02-13 19:42:35 +0300
commit66b1137d07961c8e2d5a6c79688d11cbfa3ce388 (patch)
treedade47c241b6d6665d430d05782ccbaebfc41f24 /eng/packaging.props
parentc4683fb3dd25db14a83e2463dfa194cd2146aa8c (diff)
Update to the latest available Intellisense transport package. (#32218)
Diffstat (limited to 'eng/packaging.props')
-rw-r--r--eng/packaging.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/packaging.props b/eng/packaging.props
index a7eb2fa7b04..23725665e24 100644
--- a/eng/packaging.props
+++ b/eng/packaging.props
@@ -12,7 +12,7 @@
<PackagePlatform Condition="'$(PackagePlatform)' == 'amd64'">x64</PackagePlatform>
<!-- Used by PackageLibs.targets -->
- <XmlDocFileRoot>$(NuGetPackageRoot)$(MicrosoftPrivateIntellisensePackage)/$(MicrosoftPrivateIntellisenseVersion)/xmldocs/netcoreapp</XmlDocFileRoot>
+ <XmlDocFileRoot>$(NuGetPackageRoot)$(MicrosoftPrivateIntellisensePackage)/$(MicrosoftPrivateIntellisenseVersion)/IntellisenseFiles/netcoreapp</XmlDocFileRoot>
<!-- By default the packaging targets will package desktop facades as ref,
but we don't use this as we now build partial-reference-facades. -->