Skip to content

Add support for .NET 4.5.0#128

Merged
ogaca-dd merged 2 commits intomasterfrom
olivierg/AddNet450Support
Jun 5, 2020
Merged

Add support for .NET 4.5.0#128
ogaca-dd merged 2 commits intomasterfrom
olivierg/AddNet450Support

Conversation

@ogaca-dd
Copy link
Copy Markdown
Contributor

@ogaca-dd ogaca-dd commented Jun 2, 2020

Add support for .NET framework 4.5.0.

Comment thread src/StatsdClient/StatsdClient.csproj Outdated
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net451' AND '$(TargetFramework)' != 'net461'">
<ItemGroup Condition="'$(TargetFramework)' != 'net45' AND '$(TargetFramework)' != 'net461'">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0">
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I thought the reference assemblies were needed to build net45 and net461 when those SDKs are not available (for example, on Linux). But the condition above includes the reference when not targeting those versions. Am I missing something?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

@ogaca-dd ogaca-dd merged commit 19432ca into master Jun 5, 2020
@ogaca-dd ogaca-dd deleted the olivierg/AddNet450Support branch June 5, 2020 13:47
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.

2 participants