Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Fix package validation issues after version changes
Browse files Browse the repository at this point in the history
Move private netcoreapp package to 2.2

Update package index to have the new inbox versions for
netcoreapp2.2 and uapvnext
  • Loading branch information
weshaggard committed Apr 27, 2018
1 parent 63f6be5 commit 2414032
Show file tree
Hide file tree
Showing 19 changed files with 190 additions and 120 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<TargetFrameworkName>netcoreapp</TargetFrameworkName>
<TargetFrameworkVersion>2.1</TargetFrameworkVersion>
<TargetFrameworkVersion>2.2</TargetFrameworkVersion>
<TargetFramework>$(TargetFrameworkName)$(TargetFrameworkVersion)</TargetFramework>

<RefBinDir>$(NETCoreAppPackageRefPath)</RefBinDir>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<PackageVersion>2.3.0</PackageVersion>
<HarvestStablePackage>false</HarvestStablePackage>
<SkipPackageFileCheck>true</SkipPackageFileCheck>
<PackageIndexFileName>packageIndex.json</PackageIndexFileName>
Expand All @@ -19,7 +18,7 @@
<Target Name="StampPackageIndex" BeforeTargets="GenerateNuSpec">
<MakeDir Directories="$(IntermediateOutputPath)" />
<Copy SourceFiles="$(PackageIndexFileName)" DestinationFolder="$(IntermediateOutputPath)" OverwriteReadOnlyFiles="true" />

<UpdatePackageIndex PackageIndexFile="$(IntermediateOutputPath)$(PackageIndexFileName)"
PreRelease="$(VersionSuffix)" />
</Target>
Expand Down
Loading

0 comments on commit 2414032

Please sign in to comment.