Skip to content

Commit

Permalink
enable building on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanela committed Apr 12, 2024
1 parent 1cbc3ba commit 97ab5a1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<PackageIcon>diffplex_icon.png</PackageIcon>
<ApplicationIcon>..\DiffPlex.ico</ApplicationIcon>
<LangVersion>10.0</LangVersion>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion DiffPlex.Wpf.Demo/DiffPlex.Wpf.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<PackageIcon>diffplex_icon.png</PackageIcon>
<StartupObject>DiffPlex.Wpf.Demo.App</StartupObject>
<ApplicationIcon>..\DiffPlex.ico</ApplicationIcon>
<LangVersion>10.0</LangVersion>
<LangVersion>10.0</LangVersion>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions DiffPlex.Wpf/DiffPlex.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<FileVersion>1.4.0.0</FileVersion>
<ApplicationIcon>..\DiffPlex.ico</ApplicationIcon>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<ItemGroup>
<Content Include="..\License.txt" Link="License.txt" />
Expand Down
2 changes: 1 addition & 1 deletion Perf.DiffPlex/Perf.DiffPlex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion WebDiffer/WebDiffer.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 97ab5a1

Please sign in to comment.