Skip to content

Commit 1462246

Browse files
authored
Update README.md
1 parent d1aab9d commit 1462246

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ You can download the latest .NET SDK
1212
at [Microsoft's download page](https://dotnet.microsoft.com/download).
1313

1414
One project requires .NET Framework in order to be built as it's
15-
part of a scenario about migrating from .NET Framework to .NET Core.
15+
part of a scenario about migrating from .NET Framework to .NET Core. If you're
16+
on an environment that can't build .NET Framework projects, you can open
17+
`streetcoder-nowin.slnf` solution filter to filter it out instead of the main
18+
solution file `streetcoder.sln`.
1619

1720
I used [Visual Studio 2019](https://visualstudio.microsoft.com/vs/)
1821
whose Community Edition is free, but you should also be able to use
@@ -26,4 +29,4 @@ if you find it more comfortable.
2629
function can have variants like `Contains2` and `Contains3` in the source code, but
2730
it's listed as `Contains` in all the listings with different varieties. That's
2831
intentional to keep the whole source code compilable without any trouble.
29-
Some flavors can use a word-based suffix instead of a numeric one.
32+
Some flavors can use a word-based suffix instead of a numeric one.

0 commit comments

Comments
 (0)