Skip to content

Commit 8d901b5

Browse files
authored
Update Intellisense files for 6.0 RC2 (#5329)
Consume the WPF Intellisense files with .NET 6.0 API updates: dotnet-api-docs_net6.0-0.0.0.4-win32-x86 dotnet-api-docs_net6.0-0.0.0.4-win64-x64
1 parent ec4c3ab commit 8d901b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/WpfArcadeSdk/tools/ReferenceAssembly.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
Outputs="$(IntellisenseXmlDir)$(AssemblyName).xml">
4747
<PropertyGroup>
4848
<!-- Also in global.json -->
49-
<DotNetApiDocsNet50>0.0.0.3</DotNetApiDocsNet50>
49+
<DotNetApiDocsNet60>0.0.0.4</DotNetApiDocsNet60>
5050

5151
<!--
5252
This blob lives in Azure storage at https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/dotnet-api-docs_net6.0/
5353
Instructions for updating these artifacts are at https://github.com/dotnet/wpf/blob/master/docs/intellisense.md
5454
-->
55-
<IntellisenseXmlDir>$(CommonLibrary_NativeInstallDir)\bin\dotnet-api-docs_net5.0\$(DotNetApiDocsNet50)\_intellisense\net-5.0\</IntellisenseXmlDir>
55+
<IntellisenseXmlDir>$(CommonLibrary_NativeInstallDir)\bin\dotnet-api-docs_net6.0\$(DotNetApiDocsNet60)\_intellisense\net-6.0\</IntellisenseXmlDir>
5656
</PropertyGroup>
5757

5858
<Error Condition="!Exists('$(IntellisenseXmlDir)')"

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"native-tools": {
2222
"strawberry-perl": "5.28.1.1-1",
2323
"net-framework-48-ref-assemblies": "0.0.0.1",
24-
"dotnet-api-docs_net5.0": "0.0.0.3"
24+
"dotnet-api-docs_net6.0": "0.0.0.4"
2525
}
2626
}

0 commit comments

Comments
 (0)