This repository was archived by the owner on Oct 18, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 7373 Targets =" Restore"
7474 Properties =" RestorePackagesPath=$(FallbackStagingDir);RuntimeFrameworkVersion=$(LZMAMicrosoftNETCoreApp20PackageVersion);DotNetRestoreSourcePropsPath=$(GeneratedFallbackRestoreSourcesPropsPath);DotNetBuildOffline=true;AspNetUniverseBuildOffline=true" />
7575
76+ <!-- Restore the netstandard2.0 project -->
77+ <MSBuild
78+ Projects =" $(MSBuildThisFileDirectory)tools\templates\Archive\Archive.Library.csproj"
79+ Targets =" Restore"
80+ Properties =" RestorePackagesPath=$(FallbackStagingDir);NETStandardLibraryPackageVersion=$(NETStandardLibrary20PackageVersion);DotNetRestoreSourcePropsPath=$(GeneratedFallbackRestoreSourcesPropsPath);DotNetBuildOffline=true;AspNetUniverseBuildOffline=true" />
81+
7682 <!-- Create the archive -->
7783 <Exec Command =" $(ArchiverPath) -a $(FallbackOutputPath) $(FallbackStagingDir)" />
7884 </Target >
Original file line number Diff line number Diff line change 4949 <MicrosoftWebXdtPackageVersion >1.4.0</MicrosoftWebXdtPackageVersion >
5050 <MicrosoftWin32RegistryPackageVersion >4.4.0</MicrosoftWin32RegistryPackageVersion >
5151 <MoqPackageVersion >4.7.49</MoqPackageVersion >
52- <NETStandardLibrary20PackageVersion >2.0.1 </NETStandardLibrary20PackageVersion >
52+ <NETStandardLibrary20PackageVersion >2.0.3 </NETStandardLibrary20PackageVersion >
5353 <NewtonsoftJsonBsonPackageVersion >1.0.1</NewtonsoftJsonBsonPackageVersion >
5454 <NewtonsoftJsonPackageVersion >10.0.1</NewtonsoftJsonPackageVersion >
5555 <NuGetFrameworksPackageVersion >4.0.0</NuGetFrameworksPackageVersion >
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <Import Project =" $(DotNetRestoreSourcePropsPath)" Condition =" '$(DotNetRestoreSourcePropsPath)' != ''" />
4+
5+ <PropertyGroup >
6+ <TargetFramework >netstandard2.0</TargetFramework >
7+ <EnableApiCheck >false</EnableApiCheck >
8+ <DisableImplicitNuGetFallbackFolder >true</DisableImplicitNuGetFallbackFolder >
9+ <DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
10+ <RestoreSources >$(RestoreSources);$(DotNetRestoreSources);</RestoreSources >
11+ </PropertyGroup >
12+
13+ <ItemGroup >
14+ <PackageReference Include =" NETStandard.Library" Version =" $(NETStandardLibraryPackageVersion)" />
15+ </ItemGroup >
16+
17+ </Project >
You can’t perform that action at this time.
0 commit comments