From a1fb0703eda370808d9973f24bdb864849995498 Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 9 May 2018 16:00:22 -0700 Subject: [PATCH] Allow targetting of netcoreapp2.2 for sharedfx and lzma --- build/tools/templates/Archive/Archive.csproj | 3 +++ build/tools/templates/SharedFx/SharedFx.csproj | 3 +++ 2 files changed, 6 insertions(+) diff --git a/build/tools/templates/Archive/Archive.csproj b/build/tools/templates/Archive/Archive.csproj index 7bc1b04c5a..20310b15dd 100644 --- a/build/tools/templates/Archive/Archive.csproj +++ b/build/tools/templates/Archive/Archive.csproj @@ -7,6 +7,9 @@ false $(RestoreSources);$(DotNetRestoreSources); true + + + 99.9 diff --git a/build/tools/templates/SharedFx/SharedFx.csproj b/build/tools/templates/SharedFx/SharedFx.csproj index 4dc8e0f27a..b1ce02dcbc 100644 --- a/build/tools/templates/SharedFx/SharedFx.csproj +++ b/build/tools/templates/SharedFx/SharedFx.csproj @@ -7,6 +7,9 @@ true true $(RestoreSources);$(DotNetRestoreSources); + + + 99.9