Skip to content

Commit

Permalink
Enable built-in COM interop for .NET 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster620 committed Oct 28, 2021
1 parent aa0fc10 commit 3205bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PixelViewer/PixelViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Copyright>©2021 Carina Studio</Copyright>
<OutputType>WinExe</OutputType>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<RootNamespace>Carina.PixelViewer</RootNamespace>
<StartupObject>Carina.PixelViewer.App</StartupObject>
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
Expand Down

0 comments on commit 3205bbb

Please sign in to comment.