We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ff8a1 commit fc87238Copy full SHA for fc87238
1 file changed
src/extensions/Statiq.CodeAnalysis/Statiq.CodeAnalysis.csproj
@@ -6,6 +6,9 @@
6
<ItemGroup>
7
<PackageReference Include="Buildalyzer.Workspaces" Version="8.0.0" />
8
<PackageReference Include="System.Linq.Async" Version="7.0.0" />
9
+ <PackageReference Include="Microsoft.Build" Version="18.0.2" />
10
+ <PackageReference Include="Microsoft.Build.Tasks.Core" Version="18.0.2" />
11
+ <PackageReference Include="Microsoft.Build.Utilities.Core" Version="18.0.2" />
12
</ItemGroup>
13
14
<ProjectReference Include="..\..\core\Statiq.Common\Statiq.Common.csproj" />
0 commit comments