Skip to content

Commit 325bffc

Browse files
committed
Update documentation
1 parent d8820f0 commit 325bffc

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

projects/sfa/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ This style of development is not necessarily the best way to organize your code
1111

1212
* [Time Remaining](remaining-time)
1313

14-
This is a tiny system to generate chart of a project remaining time in weeks. Everything is written in a single `Program.cs`.
14+
This is a tiny system to generate chart of a project remaining time in weeks. Everything is written in a single `Program.cs`.
15+
16+
dotnet6

projects/version/README.md

-16
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,3 @@
22

33
Show various runtime information of your system. The code is a modified version of this [code by Rich Lander](https://github.com/richlander/testapps/blob/master/versioninfo/Program.cs).
44

5-
6-
```
7-
.NET Core Info
8-
Environment.Version: 3.0.0
9-
RuntimeInformation.FrameworkDescription: .NET Core 3.0.0-preview7-27912-14
10-
CoreCLR Build: 3.0.0-preview7.19327.2
11-
CoreCLR Hash: ac4ab6c990d5ebee49dc03397a2e199241021f26
12-
CoreFX Build: 3.0.0-preview7.19362.9
13-
CoreFX Hash: 1719a3fe2a5c81b67a4909787da4a02fb0d0d419
14-
15-
Environment info
16-
Environment.OSVersion: Microsoft Windows NT 6.2.9200.0
17-
RuntimeInformation.OSDescription: Microsoft Windows 10.0.18362
18-
RuntimeInformation.OSArchitecture: X64
19-
Environment.ProcessorCount: 4
20-
```

0 commit comments

Comments
 (0)