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
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This repo contains the code for building http://source.dot.net
8
8
This repo uses https://github.com/KirillOsenkov/SourceBrowser (with a few additions here https://github.com/dotnet/SourceBrowser/tree/source-indexer) to index the dotnet sources and produce a navigatable and searchable website containing the full source code. This includes code from the runtime, winforms, wpf, aspnetcore, and msbuild, among others. For a full list see here https://github.com/dotnet/source-indexer/blob/main/src/index/repositories.props.
9
9
10
10
## Build Prerequsites
11
-
The build requires .NET core 6.0 and Visual Studio 2022 to build.
11
+
The build requires .NET 8.0 and Visual Studio 2022 to build.
12
12
13
13
## Build
14
14
The build will only work on windows because the source indexer executable is a .net framework executable.
0 commit comments