Skip to content

Commit 6df18de

Browse files
authored
Merge pull request #805 from polyadic/add-support-policy
Add support policy
2 parents 1c40968 + 981bc39 commit 6df18de

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Funcky.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
.gitignore = .gitignore
1313
changelog.md = changelog.md
1414
README.md = README.md
15+
SupportPolicy.md = SupportPolicy.md
1516
EndProjectSection
1617
EndProject
1718
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Config", "Build Config", "{DD8F8450-BE23-4D6B-9C5C-7AED0ABB7531}"

SupportPolicy.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Support Policy
2+
3+
Funcky is a stable base-library which tries to support many scenario's in the .NET world.
4+
5+
## What Frameworks do we support?
6+
7+
We support the all the activly supported modern Framworks, .NET Standard 2.1, 2.0 And.NET 4.8+
8+
9+
* We only remove support for target frameworks on major version changes, to avoid breaking changes for the consumers.
10+
11+
## Testing
12+
13+
Testing with old framworks which are not supported anymore is getting painful, we therefore only test with frameworks which are still in active support.
14+
15+
## Next removal
16+
17+
Funcky 4 will remove the following target frameworks:
18+
19+
* net7.0
20+
* net6.0
21+
* net5.0
22+
* netcoreapp3.1

0 commit comments

Comments
 (0)