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

remove netcoreapp2.1 from projects. clean up csproj #2338

Merged
merged 4 commits into from
Aug 2, 2021

Conversation

TimothyMothra
Copy link
Member

Fix Issue #2251 .

Changes

  • removing netcoreapp2.1 from projects
  • cleaning up csproj

Checklist

  • I ran Unit Tests locally.
  • CHANGELOG.md updated with one line description of the fix, and a link to the original issue if available.

For significant contributions please make sure you have completed the following items:

  • Design discussion issue #
  • Changes in public surface reviewed

The PR will trigger build, unit tests, and functional tests automatically. Please follow these instructions to build and test locally.

Notes for authors:

  • FxCop and other analyzers will fail the build. To see these errors yourself, compile localy using the Release configuration.

Notes for reviewers:

  • We support comment build triggers
    • /AzurePipelines run will queue all builds
    • /AzurePipelines run <pipeline-name> will queue a specific build

@TimothyMothra TimothyMothra changed the title remove netcoreapp2.1 from projects. clean up csproj [WIP] remove netcoreapp2.1 from projects. clean up csproj Jul 21, 2021
@TimothyMothra TimothyMothra marked this pull request as ready for review August 2, 2021 17:35
@TimothyMothra TimothyMothra changed the title [WIP] remove netcoreapp2.1 from projects. clean up csproj remove netcoreapp2.1 from projects. clean up csproj Aug 2, 2021
@TimothyMothra TimothyMothra added this to the 2.19 milestone Aug 2, 2021
<TargetFrameworks>net452;net46;net461;netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks Condition="$(OS) != 'Windows_NT'">netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net452;net46;net461;netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks Condition="$(OS) != 'Windows_NT'">netcoreapp3.1</TargetFrameworks>
Copy link
Contributor

Choose a reason for hiding this comment

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

we can add net5.0 in non-windows

Copy link
Member Author

Choose a reason for hiding this comment

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

i want to address net5.0 as a separate PR.

</Project>
Copy link
Contributor

Choose a reason for hiding this comment

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

nothing changed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Github complains if a file is missing a new-line at the very end. That's the red circle on line 38.

@@ -28,6 +28,10 @@
<Reference Include="System.Net.Http" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Copy link
Contributor

Choose a reason for hiding this comment

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

nothing changed right?

Copy link
Member Author

Choose a reason for hiding this comment

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

correct. no change here. i moved the PackageReference to the top half of the file and added a new-line at the very end

@TimothyMothra TimothyMothra merged commit dc8c8b0 into develop Aug 2, 2021
@TimothyMothra TimothyMothra deleted the tilee/remove_netcore2.1 branch August 2, 2021 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants