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

Move samples to .NET Core 3.1 and C# 8 #1013

Open
amanda-tarafa opened this issue Apr 6, 2020 · 1 comment
Open

Move samples to .NET Core 3.1 and C# 8 #1013

amanda-tarafa opened this issue Apr 6, 2020 · 1 comment
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. samples Issues that are directly related to samples. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@amanda-tarafa
Copy link
Member

No description provided.

@amanda-tarafa amanda-tarafa added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Apr 6, 2020
@amanda-tarafa amanda-tarafa self-assigned this Apr 6, 2020
amanda-tarafa added a commit to amanda-tarafa/dotnet-docs-samples that referenced this issue Apr 20, 2020
Update Docker image used to run tests so that it supports:
  * .NET Core 2.1
  * .NET Core 2.2 (Still some samples depend on .NET Core 2.2, these should be made to depend on .NET Core 2.1 and we can remove this from the Docker image).
  * .NET Core 3.1
Update Docker image used to run tests so that it doesnt supports:
  * .NET Core 1.1, which is completely unsupported by MS.
@amanda-tarafa
Copy link
Member Author

We are currently supporting .NET Core App 2.1, 2.2 and 3.1. Moving forward we'll only support 2.1 andd 3.1 which are the ones wich MS will keep support for in the long term.
For removing 2.2, we'll need to update some samples.

amanda-tarafa added a commit that referenced this issue Apr 20, 2020
Update Docker image used to run tests so that it supports:
  * .NET Core 2.1
  * .NET Core 2.2 (Still some samples depend on .NET Core 2.2, these should be made to depend on .NET Core 2.1 and we can remove this from the Docker image).
  * .NET Core 3.1
Update Docker image used to run tests so that it doesnt supports:
  * .NET Core 1.1, which is completely unsupported by MS.
amanda-tarafa added a commit to amanda-tarafa/dotnet-docs-samples that referenced this issue Apr 20, 2020
Makes then Windows environment used for testing support .NET Core 3.1.
  * Stop supporting .NET Core 1.1 as well.
amanda-tarafa added a commit that referenced this issue Apr 20, 2020
Makes then Windows environment used for testing support .NET Core 3.1.
  * Stop supporting .NET Core 1.1 as well.
munkhuushmgl pushed a commit that referenced this issue Apr 22, 2020
Update Docker image used to run tests so that it supports:
  * .NET Core 2.1
  * .NET Core 2.2 (Still some samples depend on .NET Core 2.2, these should be made to depend on .NET Core 2.1 and we can remove this from the Docker image).
  * .NET Core 3.1
Update Docker image used to run tests so that it doesnt supports:
  * .NET Core 1.1, which is completely unsupported by MS.
munkhuushmgl pushed a commit that referenced this issue Apr 22, 2020
Makes then Windows environment used for testing support .NET Core 3.1.
  * Stop supporting .NET Core 1.1 as well.
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. samples Issues that are directly related to samples. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants
@amanda-tarafa and others