[ArPow] Update aspnetcore to use built versions of analyzers (#12375)
* Update aspnetcore to use built versions of analyzers * Move solution to repo project
This commit is contained in:
parent
83cde83fc3
commit
726687d926
1 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,18 @@
|
|||
<NuGetConfigFile>$(ProjectDirectory)NuGet.config</NuGetConfigFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!--
|
||||
From aspnetcore Versions.props:
|
||||
Versions of Microsoft.CodeAnalysis packages referenced by analyzers shipped in the SDK.
|
||||
This need to be pinned since they're used in 3.1 apps and need to be loadable in VS 2019.
|
||||
In source-build these don't need to be pinned and can use the source-built versions since it doesn't
|
||||
need to support VS 2019.
|
||||
-->
|
||||
<ExtraPackageVersionPropsPackageInfo Include="Analyzer_MicrosoftCodeAnalysisCSharpVersion" Version="%24(MicrosoftCodeAnalysisCSharpVersion)" />
|
||||
<ExtraPackageVersionPropsPackageInfo Include="Analyzer_MicrosoftCodeAnalysisCSharpWorkspacesVersion" Version="%24(MicrosoftCodeAnalysisCSharpWorkspacesVersion)" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<RepositoryReference Include="arcade" />
|
||||
<RepositoryReference Include="source-build" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue