File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ You can download the latest .NET SDK
1212at [ Microsoft's download page] ( https://dotnet.microsoft.com/download ) .
1313
1414One 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
1720I used [ Visual Studio 2019] ( https://visualstudio.microsoft.com/vs/ )
1821whose 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.
You can’t perform that action at this time.
0 commit comments