From 1895502c4876384a10c73519ece033dd0722cf26 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 2 Jul 2018 16:45:20 -0700 Subject: [PATCH] Update the LZMA to include NETStandard.Library 2.0.3 --- build/PackageArchive.targets | 6 ++++++ build/dependencies.props | 2 +- .../templates/Archive/Archive.Library.csproj | 17 +++++++++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 build/tools/templates/Archive/Archive.Library.csproj diff --git a/build/PackageArchive.targets b/build/PackageArchive.targets index 6cf6f3ad83..2c6c13298b 100644 --- a/build/PackageArchive.targets +++ b/build/PackageArchive.targets @@ -73,6 +73,12 @@ Targets="Restore" Properties="RestorePackagesPath=$(FallbackStagingDir);RuntimeFrameworkVersion=$(LZMAMicrosoftNETCoreApp20PackageVersion);DotNetRestoreSourcePropsPath=$(GeneratedFallbackRestoreSourcesPropsPath);DotNetBuildOffline=true;AspNetUniverseBuildOffline=true" /> + + + diff --git a/build/dependencies.props b/build/dependencies.props index 9be003b2a1..dd9c568763 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -49,7 +49,7 @@ 1.4.0 4.4.0 4.7.49 - 2.0.1 + 2.0.3 1.0.1 10.0.1 4.0.0 diff --git a/build/tools/templates/Archive/Archive.Library.csproj b/build/tools/templates/Archive/Archive.Library.csproj new file mode 100644 index 0000000000..20e1d88940 --- /dev/null +++ b/build/tools/templates/Archive/Archive.Library.csproj @@ -0,0 +1,17 @@ + + + + + + netstandard2.0 + false + true + true + $(RestoreSources);$(DotNetRestoreSources); + + + + + + +