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

add net47 #1905

Merged
merged 2 commits into from May 5, 2023
Merged

add net47 #1905

merged 2 commits into from May 5, 2023

Conversation

SimonCropp
Copy link
Contributor

fixes #1820

<PropertyGroup Condition=" '$(TargetFramework)' == 'net471' ">
<DefineConstants>$(DefineConstants);FEATURE_ITUPLE</DefineConstants>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net471' ">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this is actually needed for net471? (I notice it's missing from the added net47 so seems like we should get rid of it from both).

Copy link
Member

Choose a reason for hiding this comment

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

I'll commit an edit so that we can finalize this one :-)

@nblumhardt nblumhardt merged commit 64c25ef into serilog:dev May 5, 2023
1 check passed
@nblumhardt
Copy link
Member

Thanks @SimonCropp!

@nblumhardt nblumhardt mentioned this pull request Jun 19, 2023
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.

What min netframework should serilog 3 support?
2 participants