Fix .NET Standard targeting pack version
This commit is contained in:
parent
00be3068d8
commit
b122749d1f
2 changed files with 4 additions and 1 deletions
|
@ -33,6 +33,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19078.1</NETStandardLibraryPackageVersion>
|
||||
<!-- Use a different property name here, as NETStandardLibraryPackageVersion is also set by targets in the NETStandard.Library package,
|
||||
which ends up overriding the value set here. -->
|
||||
<NETSTandardTargetingPackVersion>$(NETStandardLibraryPackageVersion)</NETSTandardTargetingPackVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>1.0.2-beta5.19066.2</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
|
|
|
@ -239,7 +239,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
<KnownFrameworkReference Include="NETStandard.Library"
|
||||
TargetFramework="netstandard2.1"
|
||||
TargetingPackName="NETStandard.Library"
|
||||
TargetingPackVersion="$(NETStandardLibraryPackageVersion)"
|
||||
TargetingPackVersion="$(NETSTandardTargetingPackVersion)"
|
||||
TargetingPackFormat="NETStandardLegacy"
|
||||
/>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue