Skip to content

Commit

Permalink
Newer versions of the dotnet core 3.0 SDK need UseWindowsForms to cor…
Browse files Browse the repository at this point in the history
…rectly setup the project, this should fix the build.

[release]
  • Loading branch information
Lakritzator committed Jun 26, 2019
1 parent 5855ef6 commit ede5dcf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -9,6 +9,7 @@
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapplo.Log" Version="1.3.21" />
Expand Down

0 comments on commit ede5dcf

Please sign in to comment.