Skip to content

Commit 0b50c7f

Browse files
Update README.md
1 parent de97ad7 commit 0b50c7f

1 file changed

Lines changed: 2 additions & 23 deletions

File tree

README.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,11 @@ The programs in this repository are developed in the following IDE/targetFramewo
99
- IDE (Integrated Development Environment)
1010
Visual Studio 2022
1111
- targetFramework (Run-time environment)
12-
- .NET Framework 4.5.2 (net452)
13-
- .NET Framework 4.6 (net46)
14-
- .NET Framework 4.7 (net47)
1512
- .NET Framework 4.8 (net48)
16-
- .NET Standard 2.0 (netstandard2.0)
17-
- .NET Standard 2.1 (netstandard2.1)
18-
- .NET Core 2.0 (netcoreapp2.0)
19-
- .NET Core 3.0 (netcoreapp3.0)
20-
- .NET 5.0 (net5.0)
21-
- .NET 6.0 (net6.0)
13+
- .NET 8.0 (net8.0)
2214

2315
The name of projects and solutions include the targetFramework.
24-
For example, the projects and solutions for net47(.NET Framework 4.7) are named {identifier}_net47.{ext}.
25-
26-
The programs in this repository are for *open source developers*.
27-
The users who use Open Touryo in a system development project need to use [OpenTouryoTemplates repository](https://github.com/OpenTouryoProject/OpenTouryoTemplates).
16+
For example, the projects and solutions for net48(.NET Framework 4.8) are named {identifier}_net48.{ext}.
2817

2918
## Summary
3019
Please refer to the following files.
@@ -44,13 +33,3 @@ License files are stored in this directory.
4433

4534
#### [/root/](https://github.com/OpenTouryoProject/OpenTouryo/tree/master/root)
4635
Programs, configuration files, sql files, and more are stored in this directory.
47-
48-
## Templates base
49-
*Open Touryo Template Base* is the *foundation* of the development infrastructure (project template) of the programs using Open Touryo.
50-
The samples included in *Open Touryo Template Base* can be used to evaluate Open Touryo.
51-
52-
When the mismatch is generated between *the features of Open Touryo* and *the requirements of the development project*, the customizing template base is useful for resolving the mismatch.
53-
Refer to the [tutorial document](https://github.com/OpenTouryoProject/OpenTouryo/wiki) about the customizing method of template base.
54-
55-
For more information, please refer to the Readme files in the following repository.
56-
- [OpenTouryoTemplates](https://github.com/OpenTouryoProject/OpenTouryoTemplates)

0 commit comments

Comments
 (0)