Skip to content

Commit e14684b

Browse files
authored
Merge branch 'dev' into unlockrecord
2 parents 01b7db6 + 6166eb6 commit e14684b

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

src/Commands/PnP.PowerShell.csproj

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -78,35 +78,25 @@
7878

7979
<ItemGroup Condition="'$(PnPCoreSdkPath)' != '' and '$(IsRelease)' != '1'">
8080
<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'">
8282
<HintPath>$(PnPCoreSdkPath)PnP.Core\bin\Debug\net8.0\PnP.Core.dll</HintPath>
8383
<Private>true</Private>
8484
<SpecificVersion>false</SpecificVersion>
8585
</Reference>
86-
<Reference Include="PnP.Core.Auth" Condition="'$(TargetFramework)' == 'net8.0-windows'">
86+
<Reference Include="PnP.Core.Auth" Condition="'$(TargetFramework)' == 'net8.0'">
8787
<HintPath>$(PnPCoreSdkPath)PnP.Core.Auth\bin\Debug\net8.0\PnP.Core.Auth.dll</HintPath>
8888
<Private>true</Private>
8989
<SpecificVersion>false</SpecificVersion>
9090
</Reference>
91-
<Reference Include="PnP.Core.Admin" Condition="'$(TargetFramework)' == 'net8.0-windows'">
91+
<Reference Include="PnP.Core.Admin" Condition="'$(TargetFramework)' == 'net8.0'">
9292
<HintPath>$(PnPCoreSdkPath)PnP.Core.Admin\bin\Debug\net8.0\PnP.Core.Admin.dll</HintPath>
9393
<Private>true</Private>
9494
<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>
10696
</ItemGroup>
10797

10898
<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'">
110100
<HintPath>$(PnPFrameworkPath)PnP.Framework\bin\Debug\net8.0\PnP.Framework.dll</HintPath>
111101
<Private>true</Private>
112102
<SpecificVersion>false</SpecificVersion>

src/Commands/Sdk.targets

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)