diff --git a/src/Microsoft.DocAsCode.Common/Microsoft.DocAsCode.Common.csproj b/src/Microsoft.DocAsCode.Common/Microsoft.DocAsCode.Common.csproj index ab53cc37be2..ed0ed650302 100644 --- a/src/Microsoft.DocAsCode.Common/Microsoft.DocAsCode.Common.csproj +++ b/src/Microsoft.DocAsCode.Common/Microsoft.DocAsCode.Common.csproj @@ -1,8 +1,11 @@  - + + + + diff --git a/src/Microsoft.DocAsCode.YamlSerialization/Microsoft.DocAsCode.YamlSerialization.csproj b/src/Microsoft.DocAsCode.YamlSerialization/Microsoft.DocAsCode.YamlSerialization.csproj index 82c08862477..1157a3a550e 100644 --- a/src/Microsoft.DocAsCode.YamlSerialization/Microsoft.DocAsCode.YamlSerialization.csproj +++ b/src/Microsoft.DocAsCode.YamlSerialization/Microsoft.DocAsCode.YamlSerialization.csproj @@ -1,8 +1,10 @@  + + + - diff --git a/src/Shared/base.netstandard.props b/src/Shared/base.netstandard.props index cd98d6ac9fa..2bfc5e7c9bb 100644 --- a/src/Shared/base.netstandard.props +++ b/src/Shared/base.netstandard.props @@ -1,7 +1,7 @@ - netstandard2.0 - + netstandard2.0;net461 + $(MSBuildProjectName) $(MSBuildProjectName) diff --git a/src/docfx/docfx.csproj b/src/docfx/docfx.csproj index 0baa53397d5..5fc56d1a3e3 100644 --- a/src/docfx/docfx.csproj +++ b/src/docfx/docfx.csproj @@ -41,4 +41,8 @@ + + + + diff --git a/test/Microsoft.DocAsCode.Build.SchemaDriven.Tests/MergeMarkdownFragmentsTest.cs b/test/Microsoft.DocAsCode.Build.SchemaDriven.Tests/MergeMarkdownFragmentsTest.cs index 99e648656a3..5ca31267682 100644 --- a/test/Microsoft.DocAsCode.Build.SchemaDriven.Tests/MergeMarkdownFragmentsTest.cs +++ b/test/Microsoft.DocAsCode.Build.SchemaDriven.Tests/MergeMarkdownFragmentsTest.cs @@ -5,7 +5,6 @@ using System.Composition; using System.IO; using System.Linq; - using Microsoft.DocAsCode.Build.Engine; using Microsoft.DocAsCode.Common; using Microsoft.DocAsCode.Plugins; diff --git a/test/Microsoft.DocAsCode.Build.SchemaDriven.Tests/Microsoft.DocAsCode.Build.SchemaDriven.Tests.csproj b/test/Microsoft.DocAsCode.Build.SchemaDriven.Tests/Microsoft.DocAsCode.Build.SchemaDriven.Tests.csproj index 5af2d71da4b..0dbebc821b6 100644 --- a/test/Microsoft.DocAsCode.Build.SchemaDriven.Tests/Microsoft.DocAsCode.Build.SchemaDriven.Tests.csproj +++ b/test/Microsoft.DocAsCode.Build.SchemaDriven.Tests/Microsoft.DocAsCode.Build.SchemaDriven.Tests.csproj @@ -5,6 +5,7 @@ +