diff --git a/Directory.Build.props b/Directory.Build.props index 2ced5ff212ba..f41364979c7a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -84,11 +84,11 @@ aspnetcore-runtime aspnetcore-targeting-pack - - + + false true + Condition=" '$(IsTargetingPackBuilding)' == '' AND '$(VersionPrefix)' == '3.0.2' ">true false true diff --git a/eng/Versions.props b/eng/Versions.props index 133c19fda2c5..54a3c0d1aa92 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ $(VersionPrefix) - $(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).1 + $(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).2 0.3.$(AspNetCorePatchVersion) $([MSBuild]::Add(10, $(AspNetCoreMajorVersion))) diff --git a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj index 4d2094750b9e..d301f626129d 100644 --- a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj +++ b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj @@ -51,7 +51,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant $(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).0 $(ReferencePackSharedFxVersion)-$(VersionSuffix) - $(ArtifactsObjDir)ref\PlatformManifest.txt + @@ -141,23 +141,11 @@ This package is an internal implementation of the .NET Core SDK and is not meant - - - - - + diff --git a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj index 389dd42f4bd4..a6b5c595befd 100644 --- a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj +++ b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj @@ -231,6 +231,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant <_RuntimeReference Include="@(ReferenceCopyLocalPaths)" Condition="'%(ReferenceCopyLocalPaths.Extension)' != '.pdb' AND '%(ReferenceCopyLocalPaths.Extension)' != '.map'" /> + {