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
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@
13
13
14
14
## Overview
15
15
16
-
This repository contains examples that you can use to test various aspects of
16
+
The [dotnet-core-example](https://github.com/KI7MT/dotnet-core-examples)repository contains samples that you can use to test various aspects of
17
17
[NET Core | ASP Net Core](http://dotnet.github.io). Each section `(folder)`
18
18
contains one or more applications that should run on any number of operating
19
-
systems and each have their own `Makefile` to facilitate: `clean`, `pack`,
20
-
`install` and `uninstall`. Most applications can run with a simple comannd: `dotnet run`.
19
+
systems, each having their own `Makefile` to facilitate: `clean`, `pack`,
20
+
`install` and `uninstall`. Most applications can run with a simple command: `dotnet run`. All the sameples have been tested as [.Net Glocbal Tools](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools).
21
21
22
22
The code for each application is Verbose, meaning, shortcuts and advanced
23
23
concatenations have been kept to a minimum to allow for easier readability.
0 commit comments