Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Conversation

@jeffkl
Copy link
Collaborator

@jeffkl jeffkl commented Feb 27, 2018

These were the changes I needed to make when inserting a new MSBuild that targets NETCoreApp2.1. I'll follow this up with an MSBuild insertion PR.

  • Use version agnostic $(TargetFrameworkIdentifier) property to make changing versions easier since we only care about .NET Framework vs .NET Standard
  • Add missing project to solution file

* Use version agnostic $(TargetFrameworkIdentifier) property to make changing versions easier since we only care about .NET Framework vs .NET Standard
* Add missing project to solution file
@jeffkl
Copy link
Collaborator Author

jeffkl commented Feb 27, 2018

There are a few projects that still target .NETStandard 1.5. I didn't need to update them to get MSBuild working so I didn't bother. Should I update those as well?

@jeffkl jeffkl requested a review from AndyGerlicher February 27, 2018 17:25
@jeffkl
Copy link
Collaborator Author

jeffkl commented Feb 27, 2018

FYI @rainersigwald @AndyGerlicher

@livarcocc livarcocc added this to the 2.1.3xx milestone Feb 27, 2018
@jeffkl jeffkl merged commit 8f7b58d into dotnet:master Feb 27, 2018
@jeffkl jeffkl deleted the msbuild branch February 27, 2018 22:00
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

livarcocc pushed a commit to livarcocc/cli-1 that referenced this pull request Mar 22, 2018
* Move some projects to netstandard2.0

* Use version agnostic $(TargetFrameworkIdentifier) property to make changing versions easier since we only care about .NET Framework vs .NET Standard
* Add missing project to solution file
* Update TestPackageProjects.targets to use netstandard2.0 on non-Windows
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants