Browse Source

revert framework upgrade on controlcatalog.netcore.

pull/9028/head
Dan Walmsley 3 years ago
parent
commit
f1a16db39e
  1. 2
      samples/ControlCatalog.NetCore/ControlCatalog.NetCore.csproj

2
samples/ControlCatalog.NetCore/ControlCatalog.NetCore.csproj

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Loading…
Cancel
Save