We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcb13f commit bae2d05Copy full SHA for bae2d05
src/index/repositories.props
@@ -10,6 +10,10 @@
10
<RepoName>dotnet-arcade</RepoName>
11
<Url>https://github.com/dotnet/arcade</Url>
12
</RepositoryV2>
13
+ <RepositoryV2 Include="roslyn">
14
+ <RepoName>dotnet-roslyn</RepoName>
15
+ <Url>https://github.com/dotnet/roslyn</Url>
16
+ </RepositoryV2>
17
<RepositoryV2 Include="runtime">
18
<RepoName>dotnet-runtime</RepoName>
19
<Url>https://github.com/dotnet/runtime</Url>
0 commit comments