Skip to content

Conversation

kasperk81
Copy link

@@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
Copy link
Author

@kasperk81 kasperk81 Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KerbDumpCore.csproj
<OutputType>Library</OutputType>

"core library" project shouldn't have dependency on windows forms. all its dependents are tied to windows

@@ -41,4 +41,10 @@
<ProjectReference Include="..\Samples\KerbDumpCore\KerbDumpCore.csproj" />
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

referencing "samples" project outside the sample dir looks weird

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant