Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

CliCommandLineParser fails to build with the latest .NET 6.0 SDK #189

Open
MichaelSimons opened this issue Sep 2, 2021 · 3 comments
Open

Comments

@MichaelSimons
Copy link
Member

  /repos/installer/artifacts/tarball/.dotnet/sdk/6.0.100-rc.2.21426.20/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): error NETSDK1138: The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/repos/installer/artifacts/tarball/src/clicommandlineparser.3198bf5660cad3dab85f5475bf1fda9688146e3f/artifacts/source-build/self/src/src/tests/CommandLine.Tests/Microsoft.DotNet.Cli.CommandLine.Tests.csproj]
  /repos/installer/artifacts/tarball/.dotnet/sdk/6.0.100-rc.2.21426.20/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): error NETSDK1138: The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/repos/installer/artifacts/tarball/src/clicommandlineparser.3198bf5660cad3dab85f5475bf1fda9688146e3f/artifacts/source-build/self/src/src/tests/CommandLine.Tests/Microsoft.DotNet.Cli.CommandLine.Tests.csproj]
  /repos/installer/artifacts/tarball/.dotnet/sdk/6.0.100-rc.2.21426.20/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): error NETSDK1138: The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/repos/installer/artifacts/tarball/src/clicommandlineparser.3198bf5660cad3dab85f5475bf1fda9688146e3f/artifacts/source-build/self/src/src/xamples/dotnet/dotnet.csproj]
  /repos/installer/artifacts/tarball/.dotnet/sdk/6.0.100-rc.2.21426.20/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): error NETSDK1138: The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/repos/installer/artifacts/tarball/src/clicommandlineparser.3198bf5660cad3dab85f5475bf1fda9688146e3f/artifacts/source-build/self/src/src/xamples/dotnet/dotnet.csproj]
  /repos/installer/artifacts/tarball/.dotnet/sdk/6.0.100-rc.2.21426.20/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): error NETSDK1138: The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/repos/installer/artifacts/tarball/src/clicommandlineparser.3198bf5660cad3dab85f5475bf1fda9688146e3f/artifacts/source-build/self/src/src/xamples/SampleParsers/CommandLine.SampleParsers.csproj]

This is required for source build.

@marcpopMSFT
Copy link
Member

@MichaelSimons I was about to archive this repo and noticed you filed this relatively recently. The SDK doesn't use this anymore (or shouldn't). Was there a reason or place that source build was picking up this repo?

CC @sfoslund

@MichaelSimons
Copy link
Member Author

dotnet/templating still has a dependency on clicommandlineparser therefore it is part of source-build in 6.0.1xx. This dependency was going to be removed in 6.0.2xx last I heard. @vlada-shubina is there an issue tracking this work?

@vlada-shubina
Copy link
Member

@MichaelSimons This work unfortunately slips to .NET 7 due to various factors. Tracking issue is dotnet/templating#2191

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants