diff --git a/plugins/Microsoft.DocAsCode.Build.JavaScriptReference/Microsoft.DocAsCode.Build.JavaScriptReference.csproj b/plugins/Microsoft.DocAsCode.Build.JavaScriptReference/Microsoft.DocAsCode.Build.JavaScriptReference.csproj index 18f1a2af694..e24f5250708 100644 --- a/plugins/Microsoft.DocAsCode.Build.JavaScriptReference/Microsoft.DocAsCode.Build.JavaScriptReference.csproj +++ b/plugins/Microsoft.DocAsCode.Build.JavaScriptReference/Microsoft.DocAsCode.Build.JavaScriptReference.csproj @@ -11,10 +11,6 @@ - - - - diff --git a/src/Microsoft.DocAsCode.Build.Common/Microsoft.DocAsCode.Build.Common.csproj b/src/Microsoft.DocAsCode.Build.Common/Microsoft.DocAsCode.Build.Common.csproj index a69fc79220a..902fde039c0 100644 --- a/src/Microsoft.DocAsCode.Build.Common/Microsoft.DocAsCode.Build.Common.csproj +++ b/src/Microsoft.DocAsCode.Build.Common/Microsoft.DocAsCode.Build.Common.csproj @@ -14,8 +14,4 @@ - - - - diff --git a/src/Microsoft.DocAsCode.Build.SchemaDriven/Microsoft.DocAsCode.Build.SchemaDriven.csproj b/src/Microsoft.DocAsCode.Build.SchemaDriven/Microsoft.DocAsCode.Build.SchemaDriven.csproj index 09f9e8b9169..621ac1e33be 100644 --- a/src/Microsoft.DocAsCode.Build.SchemaDriven/Microsoft.DocAsCode.Build.SchemaDriven.csproj +++ b/src/Microsoft.DocAsCode.Build.SchemaDriven/Microsoft.DocAsCode.Build.SchemaDriven.csproj @@ -16,11 +16,6 @@ - - - - - diff --git a/src/Microsoft.DocAsCode.Metadata.ManagedReference/Parsers/TripleSlashCommentModel.cs b/src/Microsoft.DocAsCode.Metadata.ManagedReference/Parsers/TripleSlashCommentModel.cs index 34798be74d2..ef5aa548e86 100644 --- a/src/Microsoft.DocAsCode.Metadata.ManagedReference/Parsers/TripleSlashCommentModel.cs +++ b/src/Microsoft.DocAsCode.Metadata.ManagedReference/Parsers/TripleSlashCommentModel.cs @@ -459,7 +459,12 @@ private void ResolveCrefLink(XNode node, string nodeSelector, Action"); + // + XElement replacement = new XElement("xref", + new XAttribute("href", id), + new XAttribute("data-throw-if-not-resolved", "false"), + new XText(String.Empty) + ); item.ReplaceWith(replacement); } diff --git a/src/Shared/base.netcoreapp.props b/src/Shared/base.netcoreapp.props new file mode 100644 index 00000000000..c04f84830d1 --- /dev/null +++ b/src/Shared/base.netcoreapp.props @@ -0,0 +1,58 @@ + + + netcoreapp2.0 + net461 + + + $(MSBuildProjectName) + $(MSBuildProjectName) + $(MSBuildProjectName) + $(MSBuildProjectName) + Microsoft + Copyright © Microsoft docfx 2015-2017 + + https://github.com/dotnet/docfx + https://github.com/dotnet/docfx/blob/dev/LICENSE + + $(MSBuildThisFileDirectory)..\..\TEMP\version.cs + true + + false + false + false + + Debug + AnyCPU + $(AssemblyName) + true + prompt + + + false + true + + + false + 4 + + + + + full + false + DEBUG;TRACE + + + pdbonly + true + TRACE + + + + + + + + + + diff --git a/test/Microsoft.DocAsCode.Build.Engine.Tests/Microsoft.DocAsCode.Build.Engine.Tests.csproj b/test/Microsoft.DocAsCode.Build.Engine.Tests/Microsoft.DocAsCode.Build.Engine.Tests.csproj index c69e68d7b03..38503cd313e 100644 --- a/test/Microsoft.DocAsCode.Build.Engine.Tests/Microsoft.DocAsCode.Build.Engine.Tests.csproj +++ b/test/Microsoft.DocAsCode.Build.Engine.Tests/Microsoft.DocAsCode.Build.Engine.Tests.csproj @@ -1,5 +1,5 @@  - + @@ -30,6 +30,7 @@ + diff --git a/test/Microsoft.DocAsCode.Tests.Common/Microsoft.DocAsCode.Tests.Common.csproj b/test/Microsoft.DocAsCode.Tests.Common/Microsoft.DocAsCode.Tests.Common.csproj index c2d2b18d8c1..f6a12fee992 100644 --- a/test/Microsoft.DocAsCode.Tests.Common/Microsoft.DocAsCode.Tests.Common.csproj +++ b/test/Microsoft.DocAsCode.Tests.Common/Microsoft.DocAsCode.Tests.Common.csproj @@ -1,5 +1,5 @@  - + diff --git a/test/Shared/test.base.netcoreapp.props b/test/Shared/test.base.netcoreapp.props new file mode 100644 index 00000000000..24073b15c33 --- /dev/null +++ b/test/Shared/test.base.netcoreapp.props @@ -0,0 +1,21 @@ + + + + true + true + true + + + + + + + + + + + + + + + diff --git a/test/Shared/test.base.netstandard.props b/test/Shared/test.base.netstandard.props new file mode 100644 index 00000000000..dbc62465582 --- /dev/null +++ b/test/Shared/test.base.netstandard.props @@ -0,0 +1,21 @@ + + + + true + true + true + + + + + + + + + + + + + + + diff --git a/test/Shared/test.base.props b/test/Shared/test.base.props index f96ca9136c8..a1a452896c4 100644 --- a/test/Shared/test.base.props +++ b/test/Shared/test.base.props @@ -9,9 +9,9 @@ - - - + + +