Use correct version of Microsoft.NETCore.App for calculating dependencies for bundled versions
This commit is contained in:
parent
2234a0182c
commit
b1267bdc87
1 changed files with 8 additions and 0 deletions
|
@ -3,8 +3,16 @@
|
||||||
<TargetFramework>$(CoreSdkTargetFramework)</TargetFramework>
|
<TargetFramework>$(CoreSdkTargetFramework)</TargetFramework>
|
||||||
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
|
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
|
||||||
<CopyBuildOutputToPublishDirectory>false</CopyBuildOutputToPublishDirectory>
|
<CopyBuildOutputToPublishDirectory>false</CopyBuildOutputToPublishDirectory>
|
||||||
|
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<!-- Explicitlty reference Microsoft.NETCore.App package here, using the version from Version.props, instead
|
||||||
|
of the version from the stage 0 SDK. -->
|
||||||
|
<PackageReference Include="Microsoft.NETCore.App" Version="$(MicrosoftNETCoreAppPackageVersion)"
|
||||||
|
PrivateAssets="All" Publish="true"/>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="targets\DownloadPackage.csproj" />
|
<None Include="targets\DownloadPackage.csproj" />
|
||||||
<None Include="targets\LayoutTool.csproj" />
|
<None Include="targets\LayoutTool.csproj" />
|
||||||
|
|
Loading…
Reference in a new issue