Skip to content

Commit

Permalink
Set EnableWindowsTargeting
Browse files Browse the repository at this point in the history
Enable EnableWindowsTargeting to build on Linux and macOS.
  • Loading branch information
martincostello committed Sep 27, 2023
1 parent 5a68bcb commit 964df31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PollyTestClientWpf/PollyTestClientWpf.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<TargetFramework>net7.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand All @@ -18,4 +19,4 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 964df31

Please sign in to comment.