File tree Expand file tree Collapse file tree 1 file changed +24
-13
lines changed
Expand file tree Collapse file tree 1 file changed +24
-13
lines changed Original file line number Diff line number Diff line change 11# try-csharp
22This is my TUTORIAL project for csharp.
33
4- ![ try-csharp - DotNet Version] ( https://img.shields.io/badge/dotnet-6 .0-blue.svg )
4+ ![ try-csharp - DotNet Version] ( https://img.shields.io/badge/dotnet-7 .0-blue.svg )
55[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/devlights/try-csharp/badge )] ( https://www.codefactor.io/repository/github/devlights/try-csharp )
66[ ![ Gitpod Ready-to-Code] ( https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/devlights/try-csharp )
77
88## Version
99
1010``` sh
1111$ dotnet --info
12- .NET SDK (reflecting any global.json) :
13- Version: 6 .0.100
14- Commit: 9e8b04bbff
12+ .NET SDK:
13+ Version: 7 .0.100
14+ Commit: e12b7af219
1515
1616Runtime Environment:
1717 OS Name: ubuntu
18- OS Version: 20 .04
18+ OS Version: 22 .04
1919 OS Platform: Linux
20- RID: ubuntu.20 .04-x64
21- Base Path: /home/gitpod/dotnet/sdk/6 .0.100/
20+ RID: ubuntu.22 .04-x64
21+ Base Path: /home/gitpod/dotnet/sdk/7 .0.100/
2222
23- Host (useful for support):
24- Version: 6.0.0
25- Commit: 4822e3c3aa
23+ Host:
24+ Version: 7.0.0
25+ Architecture: x64
26+ Commit: d099f075e4
2627
2728.NET SDKs installed:
28- 6 .0.100 [/home/gitpod/dotnet/sdk]
29+ 7 .0.100 [/home/gitpod/dotnet/sdk]
2930
3031.NET runtimes installed:
31- Microsoft.AspNetCore.App 6.0.0 [/home/gitpod/dotnet/shared/Microsoft.AspNetCore.App]
32- Microsoft.NETCore.App 6.0.0 [/home/gitpod/dotnet/shared/Microsoft.NETCore.App]
32+ Microsoft.AspNetCore.App 7.0.0 [/home/gitpod/dotnet/shared/Microsoft.AspNetCore.App]
33+ Microsoft.NETCore.App 7.0.0 [/home/gitpod/dotnet/shared/Microsoft.NETCore.App]
34+
35+ Other architectures found:
36+ None
37+
38+ Environment variables:
39+ DOTNET_ROOT [/home/gitpod/dotnet]
40+
41+ global.json file:
42+ Not found
3343```
3444
3545## Run (IDE)
46+
3647+ set TryCSharp.Tools.Cui project as 'startup project'
3748+ run onto IDE
3849
You can’t perform that action at this time.
0 commit comments