dotnet / dotnet/samples

Upgrade from `v4.0` to LTS (or STS) version

Open
#7,117 0 comments 0 reactions 0 assignees View on GitHub
dotnet-target-version
Dominant language
C#
Stars
3.7k
Forks
5.1k
Avg merge
9h 11m
Merged PRs (30d)
1

Description

The following project file(s) target a .NET version that's no longer supported.
This is an auto-generated issue, detailed and discussed in [dotnet/docs#22271](https://github.com/dotnet/docs/issues/22271).

| Target version | End of life | Release notes | Nearest LTS TFM version |
| --- | --- | --- | --- |
| `v4.0` | January, 12 2016 | [v4.0 release notes](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/w0x726c2(v=vs.100)) | `net48` |

- [ ] framework/wcf/Basic/Syndication/DiagnosticsFeed/CS/DiagnosticsFeedService.csproj
- [ ] framework/wcf/Basic/Syndication/DiagnosticsFeed/VB/DiagnosticsFeed.vbproj
- [ ] framework/wcf/Basic/Syndication/LooselyTypedExtensions/CS/LooselyTypedExtensions.csproj
- [ ] framework/wcf/Basic/Syndication/LooselyTypedExtensions/VB/LooselyTypedExtensions.vbproj
- [ ] framework/wcf/Basic/Web/BasicHttpService/CS/BasicHttpService.csproj
- [ ] framework/wcf/Basic/Web/UriTemplate/CS/UriTemplate.csproj
- [ ] framework/wcf/Basic/Web/UriTemplate/VB/UriTemplate.vbproj
- [ ] framework/wcf/Basic/Web/UriTemplateDispatcher/CS/UriTemplateDispatcher.csproj
- [ ] framework/wcf/Basic/Web/UriTemplateDispatcher/VB/UriTemplateDispatcher.vbproj
- [ ] framework/wcf/Basic/Web/UriTemplateTable/CS/UriTemplateTable.csproj
- [ ] framework/wcf/Basic/Web/UriTemplateTable/VB/UriTemplateTable.vbproj
- [ ] framework/wcf/Extensibility/Syndication/JsonFeeds/CS/JsonFeeds.csproj
- [ ] framework/wcf/Extensibility/Syndication/StreamingFeeds/CS/StreamingFeeds.csproj
- [ ] framework/wcf/Extensibility/Syndication/StronglyTypedExtensions/CS/StronglyTypedExtensions.csproj
- [ ] framework/wcf/Extensibility/Transport/WseTcpInterop/CS/WseTcpTransport.csproj
- [ ] framework/wcf/Extensibility/Web/FormPost/CS/FormPost.csproj
- [ ] framework/wcf/Setup/FindPrivateKey/CS/FindPrivateKey.csproj
- [ ] framework/wcf/Tools/ConfigurationCodeGenerator/CS/ConfigurationCodeGenerator.csproj
- [ ] framework/wcf/Tools/CustomChannelsTester/CS/CustomChannelsTester.csproj
- [ ] framework/.../basic/CustomActivities/CustomActivityDesigners/ExpressionTextBox/cs/ExpressionTextBoxSample.csproj
- [ ] framework/.../basic/CustomActivities/CustomActivityDesigners/UsingEditingScope/cs/UsingEditingScope.csproj
- [ ] framework/.../basic/CustomActivities/CustomActivityDesigners/WorkflowItemPresenter/cs/UsingWorkflowItemPresenter.csproj
- [ ] framework/.../basic/CustomActivities/CustomActivityDesigners/WorkflowItemPresenter/vb/UsingWorkflowItemPresenter.vbproj
- [ ] framework/.../basic/CustomActivities/CustomActivityDesigners/WorkflowItemsPresenter/cs/UsingWorkflowItemsPresenter.csproj
- [ ] framework/.../basic/CustomActivities/CustomActivityDesigners/WorkflowItemsPresenter/vb/UsingWorkflowItemsPresenter.vbproj
- [ ] framework/windows-workflow-foundation/basic/Designer/ViewStateCleaningWriter/cs/ViewStateCleaningWriter.csproj
- [ ] framework/windows-workflow-foundation/basic/DesignerRehosting/cs/DesignerRehosting.csproj
- [ ] framework/windows-workflow-foundation/basic/DesignerRehosting/vb/DesignerRehosting.vbproj

Consider upgrading projects to either the Standard Term Support (STS) or Long Term Support (LTS) versions.

If any of these projects listed in this issue are intentionally targeting an unsupported version,
you can optionally configure to ignore these results in future automation executions.
Create a (or update the) *dotnet-versionsweeper.json* file at the root of the repository and
add an `ignore` entry following the
[globbing patterns detailed here](https://learn.microsoft.com/dotnet/core/extensions/file-globbing).

```json
{
"ignore": [
"**/path/to/example.csproj"
]
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.