Skip to content

Commit 87629bb

Browse files
author
Nate McMaster
committed
Update Middleware.sln and Kestrel.sln to workaround NU1105 error
1 parent d12827e commit 87629bb

File tree

4 files changed

+333
-41
lines changed

4 files changed

+333
-41
lines changed

docs/BuildFromSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Before opening our .sln files in Visual Studio or VS Code, you need to perform t
5757

5858
1. Executing the following on command-line:
5959
```
60-
.\build.cmd /p:SkipTests=true /p:_ProjectsOnly=true /p:BuildNumberSuffix=t999
60+
.\build.cmd /p:SkipTests=true /p:_ProjectsOnly=true
6161
```
6262
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.
6363

0 commit comments

Comments
 (0)