Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use least supported framework #355

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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