|
78 | 78 |
|
79 | 79 | <ItemGroup Condition="'$(PnPCoreSdkPath)' != '' and '$(IsRelease)' != '1'">
|
80 | 80 | <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
|
81 |
| - <Reference Include="PnP.Core" Condition="'$(TargetFramework)' == 'net8.0-windows'"> |
| 81 | + <Reference Include="PnP.Core" Condition="'$(TargetFramework)' == 'net8.0'"> |
82 | 82 | <HintPath>$(PnPCoreSdkPath)PnP.Core\bin\Debug\net8.0\PnP.Core.dll</HintPath>
|
83 | 83 | <Private>true</Private>
|
84 | 84 | <SpecificVersion>false</SpecificVersion>
|
85 | 85 | </Reference>
|
86 |
| - <Reference Include="PnP.Core.Auth" Condition="'$(TargetFramework)' == 'net8.0-windows'"> |
| 86 | + <Reference Include="PnP.Core.Auth" Condition="'$(TargetFramework)' == 'net8.0'"> |
87 | 87 | <HintPath>$(PnPCoreSdkPath)PnP.Core.Auth\bin\Debug\net8.0\PnP.Core.Auth.dll</HintPath>
|
88 | 88 | <Private>true</Private>
|
89 | 89 | <SpecificVersion>false</SpecificVersion>
|
90 | 90 | </Reference>
|
91 |
| - <Reference Include="PnP.Core.Admin" Condition="'$(TargetFramework)' == 'net8.0-windows'"> |
| 91 | + <Reference Include="PnP.Core.Admin" Condition="'$(TargetFramework)' == 'net8.0'"> |
92 | 92 | <HintPath>$(PnPCoreSdkPath)PnP.Core.Admin\bin\Debug\net8.0\PnP.Core.Admin.dll</HintPath>
|
93 | 93 | <Private>true</Private>
|
94 | 94 | <SpecificVersion>false</SpecificVersion>
|
95 |
| - </Reference> |
96 |
| - <Reference Include="PnP.Core.Transformation" Condition="'$(TargetFramework)' == 'net8.0-windows'"> |
97 |
| - <HintPath>$(PnPCoreSdkPath)PnP.Core.Transformation\bin\Debug\net8.0\PnP.Core.Transformation.dll</HintPath> |
98 |
| - <Private>true</Private> |
99 |
| - <SpecificVersion>false</SpecificVersion> |
100 |
| - </Reference> |
101 |
| - <Reference Include="PnP.Core.Transformation.SharePoint" Condition="'$(TargetFramework)' == 'net8.0-windows'"> |
102 |
| - <HintPath>$(PnPCoreSdkPath)PnP.Core.Transformation.SharePoint\bin\Debug\net8.0\PnP.Core.Transformation.SharePoint.dll</HintPath> |
103 |
| - <Private>true</Private> |
104 |
| - <SpecificVersion>false</SpecificVersion> |
105 |
| - </Reference> |
| 95 | + </Reference> |
106 | 96 | </ItemGroup>
|
107 | 97 |
|
108 | 98 | <ItemGroup Condition="'$(PnPFrameworkPath)' != '' and '$(IsRelease)' != '1'">
|
109 |
| - <Reference Include="PnP.Framework" Condition="'$(TargetFramework)' == 'net8.0-windows'"> |
| 99 | + <Reference Include="PnP.Framework" Condition="'$(TargetFramework)' == 'net8.0'"> |
110 | 100 | <HintPath>$(PnPFrameworkPath)PnP.Framework\bin\Debug\net8.0\PnP.Framework.dll</HintPath>
|
111 | 101 | <Private>true</Private>
|
112 | 102 | <SpecificVersion>false</SpecificVersion>
|
|
0 commit comments