Skip to content

Commit

Permalink
Updated for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinvanhunen committed May 29, 2024
1 parent f118317 commit 63a1b5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "src/PnP.PowerShell.sln"
}
2 changes: 1 addition & 1 deletion src/Commands/PnP.PowerShell.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="WindowsSdk.targets" Condition="'$(OS)' == 'Windows_NT'" />
<Import Project="Sdk.targets" Condition="'$(OS)' != 'Windows_NT'" />

Expand Down
1 change: 0 additions & 1 deletion src/Commands/Sdk.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project>
<Sdk Name="Microsoft.NET.Sdk" />
<PropertyGroup>
<TargetFrameworks>net6.0-windows</TargetFrameworks>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Commands/WindowsSdk.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project>
<Sdk Name="Microsoft.NET.Sdk.WindowsDesktop" />
<PropertyGroup>
<TargetFrameworks>net6.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit 63a1b5c

Please sign in to comment.