Add roslyn-analyzer as format dependency

This commit is contained in:
Michael Simons 2021-10-20 21:00:33 +00:00
parent dca28b2c52
commit b14e9a8e77

View file

@ -10,8 +10,9 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<RepositoryReference Include="source-build" />
<RepositoryReference Include="roslyn" /> <RepositoryReference Include="roslyn" />
<RepositoryReference Include="roslyn-analyzers" />
<RepositoryReference Include="source-build" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>