Browse Source

fix control catalog project file.

features/net6-apple-sillicon-support
Dan Walmsley 4 years ago
parent
commit
0152bf108a
  1. 1
      samples/ControlCatalog.NetCore/ControlCatalog.NetCore.csproj

1
samples/ControlCatalog.NetCore/ControlCatalog.NetCore.csproj

@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<OutputType>WinExe</OutputType>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>

Loading…
Cancel
Save