diff --git a/ColorCode.Core/ColorCode.Core.csproj b/ColorCode.Core/ColorCode.Core.csproj index 2b71c0f..84c03e5 100644 --- a/ColorCode.Core/ColorCode.Core.csproj +++ b/ColorCode.Core/ColorCode.Core.csproj @@ -10,4 +10,14 @@ ColorCode Syntax Highlighting SyntaxHighlighting Formatting + + full + true + + + + full + true + + \ No newline at end of file diff --git a/ColorCode.UWP/ColorCode.UWP.csproj b/ColorCode.UWP/ColorCode.UWP.csproj index f65b335..621c803 100644 --- a/ColorCode.UWP/ColorCode.UWP.csproj +++ b/ColorCode.UWP/ColorCode.UWP.csproj @@ -1,5 +1,4 @@ - - + uap10.0 @@ -10,17 +9,17 @@ ColorCode Syntax Highlighting SyntaxHighlighting Formatting UWP RichTextBlock Document InlineCollection - - - + + full + true + + + + full + true + - - - - - - \ No newline at end of file diff --git a/Tests/ColorCode.UWPTests/ColorCode.UWPTests.csproj b/Tests/ColorCode.UWPTests/ColorCode.UWPTests.csproj index 14c131f..6a662e7 100644 --- a/Tests/ColorCode.UWPTests/ColorCode.UWPTests.csproj +++ b/Tests/ColorCode.UWPTests/ColorCode.UWPTests.csproj @@ -126,7 +126,7 @@ - 6.0.2 + 6.1.7 diff --git a/global.json b/global.json new file mode 100644 index 0000000..eca09e0 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "msbuild-sdks": { + "MSBuild.Sdk.Extras": "1.6.55" + } +} \ No newline at end of file