Skip to content

Commit

Permalink
Update Middleware.sln and Kestrel.sln to workaround NU1105 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Dec 12, 2018
1 parent d12827e commit 87629bb
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 41 deletions.
2 changes: 1 addition & 1 deletion docs/BuildFromSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Before opening our .sln files in Visual Studio or VS Code, you need to perform t

1. Executing the following on command-line:
```
.\build.cmd /p:SkipTests=true /p:_ProjectsOnly=true /p:BuildNumberSuffix=t999
.\build.cmd /p:SkipTests=true /p:_ProjectsOnly=true
```
This will download required tools and build the entire repository once. At that point, you should be able to open .sln files to work on the projects you care about.

Expand Down
Loading

0 comments on commit 87629bb

Please sign in to comment.