You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
parent
4bdbaf4a88
commit
966bba02bb
@@ -29,11 +29,24 @@
|
||||
|
||||
<Target Name="UpdateFromLocalBuild">
|
||||
<ItemGroup>
|
||||
<AllPackages Include="$(PackageOutputPath)\*.nupkg" />
|
||||
<AllPackages Include="$(PackageOutputPath)\*.nupkg" Exclude="$(PackageOutputPath)\*Microsoft.Private.*.nupkg" />
|
||||
<FrameworkLayout Include="$(NETCoreAppPackageRefPath)">
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
</FrameworkLayout>
|
||||
<FrameworkLayout Include="$(UAPPackageRefPath)">
|
||||
<TargetFramework>uap10.1</TargetFramework>
|
||||
</FrameworkLayout>
|
||||
<FrameworkLayout Include="$(PackagesDir)$(NETStandardPackageId)\$(NETStandardPackageVersion)\build\netstandard2.0\ref">
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</FrameworkLayout>
|
||||
<FrameworkLayout Include="$(PackagesDir)$(NETStandardPackageId)\$(NETStandardPackageVersion)\build\net461\ref">
|
||||
<TargetFramework>net461</TargetFramework>
|
||||
</FrameworkLayout>
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
<UpdatePackageIndex PackageIndexFile="$(PackageIndexFile)"
|
||||
Packages="@(AllPackages)" />
|
||||
Packages="@(AllPackages)"
|
||||
InboxFrameworkLayoutFolders="@(FrameworkLayout)" />
|
||||
</Target>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||||
|
File diff suppressed because it is too large
Load Diff
1
external/corefx/pkg/Microsoft.Private.PackageBaseline/packageIndex.json.REMOVED.git-id
vendored
Normal file
1
external/corefx/pkg/Microsoft.Private.PackageBaseline/packageIndex.json.REMOVED.git-id
vendored
Normal file
@@ -0,0 +1 @@
|
||||
51688ff84474968cfdacaa52a54a250dd4e27f0c
|
Reference in New Issue
Block a user