Skip to content

Only exclude NuGet.Frameworks for the unit test project#107

Merged
MichielOda merged 4 commits intomainfrom
NuGetFrameworks
Apr 10, 2026
Merged

Only exclude NuGet.Frameworks for the unit test project#107
MichielOda merged 4 commits intomainfrom
NuGetFrameworks

Conversation

@MichielOda
Copy link
Copy Markdown
Member

This pull request makes a minor adjustment to package references by moving the NuGet.Frameworks dependency from the shared Directory.Build.props to the SdkTests/SdkTests.csproj file. This change ensures that the dependency is only excluded in the test project where it is needed.

  • Dependency management update:
    • Removed the NuGet.Frameworks package reference from the shared Directory.Build.props file, limiting its scope.
    • Added the NuGet.Frameworks package reference directly to the SdkTests/SdkTests.csproj file, ensuring it is only excluded to the test project.

@MichielOda MichielOda merged commit 236f554 into main Apr 10, 2026
8 checks passed
@MichielOda MichielOda deleted the NuGetFrameworks branch April 10, 2026 13:15
This was referenced Apr 10, 2026
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