You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-23Lines changed: 2 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,11 @@ The programs in this repository are developed in the following IDE/targetFramewo
9
9
- IDE (Integrated Development Environment)
10
10
Visual Studio 2022
11
11
- targetFramework (Run-time environment)
12
-
- .NET Framework 4.5.2 (net452)
13
-
- .NET Framework 4.6 (net46)
14
-
- .NET Framework 4.7 (net47)
15
12
- .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)
22
14
23
15
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}.
28
17
29
18
## Summary
30
19
Please refer to the following files.
@@ -44,13 +33,3 @@ License files are stored in this directory.
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.
0 commit comments