|
|
@ -32,21 +32,19 @@ |
|
|
<PublicKeyToken>35a561290d20de2f</PublicKeyToken> |
|
|
<PublicKeyToken>35a561290d20de2f</PublicKeyToken> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
Note: when adding new targets, the OpenIddict, OpenIddict.AspNetCore and OpenIddict.Owin |
|
|
|
|
|
metapackages MUST be updated to produce placeholder files for the added target frameworks. |
|
|
|
|
|
--> |
|
|
|
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<NetFrameworkTargetFrameworks Condition=" '$(NetFrameworkTargetFrameworks)' == '' "> |
|
|
<NetFrameworkTargetFrameworks Condition=" '$(NetFrameworkTargetFrameworks)' == '' "> |
|
|
net461; |
|
|
net461; |
|
|
net472; |
|
|
net472; |
|
|
net48 |
|
|
net48 |
|
|
</NetFrameworkTargetFrameworks> |
|
|
</NetFrameworkTargetFrameworks> |
|
|
|
|
|
|
|
|
<NetCoreTargetFrameworks Condition=" '$(NetCoreTargetFrameworks)' == '' "> |
|
|
<NetCoreTargetFrameworks Condition=" '$(NetCoreTargetFrameworks)' == '' "> |
|
|
net6.0; |
|
|
net6.0; |
|
|
net7.0; |
|
|
net7.0; |
|
|
net8.0 |
|
|
net8.0 |
|
|
</NetCoreTargetFrameworks> |
|
|
</NetCoreTargetFrameworks> |
|
|
|
|
|
|
|
|
<NetCoreWindowsTargetFrameworks Condition=" '$(NetCoreWindowsTargetFrameworks)' == '' "> |
|
|
<NetCoreWindowsTargetFrameworks Condition=" '$(NetCoreWindowsTargetFrameworks)' == '' "> |
|
|
net6.0-windows7.0; |
|
|
net6.0-windows7.0; |
|
|
net6.0-windows10.0.17763; |
|
|
net6.0-windows10.0.17763; |
|
|
@ -55,6 +53,7 @@ |
|
|
net8.0-windows7.0; |
|
|
net8.0-windows7.0; |
|
|
net8.0-windows10.0.17763 |
|
|
net8.0-windows10.0.17763 |
|
|
</NetCoreWindowsTargetFrameworks> |
|
|
</NetCoreWindowsTargetFrameworks> |
|
|
|
|
|
|
|
|
<NetStandardTargetFrameworks Condition=" '$(NetStandardTargetFrameworks)' == '' "> |
|
|
<NetStandardTargetFrameworks Condition=" '$(NetStandardTargetFrameworks)' == '' "> |
|
|
netstandard2.0; |
|
|
netstandard2.0; |
|
|
netstandard2.1 |
|
|
netstandard2.1 |
|
|
@ -92,6 +91,7 @@ |
|
|
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject> |
|
|
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject> |
|
|
<CheckEolTargetFramework>false</CheckEolTargetFramework> |
|
|
<CheckEolTargetFramework>false</CheckEolTargetFramework> |
|
|
<AfterTargetFrameworkInferenceTargets>$(MSBuildThisFileDirectory)eng\AfterTargetFrameworkInference.targets</AfterTargetFrameworkInferenceTargets> |
|
|
<AfterTargetFrameworkInferenceTargets>$(MSBuildThisFileDirectory)eng\AfterTargetFrameworkInference.targets</AfterTargetFrameworkInferenceTargets> |
|
|
|
|
|
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);AddTfmSpecificPlaceholders</TargetsForTfmSpecificContentInPackage> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<!-- |
|
|
<!-- |
|
|
|