mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C++: Move Windows autobuilder to paket dependencies.
This commit is contained in:
@@ -17,12 +17,10 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Build" Version="17.8.3" />
|
||||
<ProjectReference Include="..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
|
||||
<ProjectReference Include="..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
|
||||
<ProjectReference Include="..\..\autobuilder\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
|
||||
</ItemGroup>
|
||||
<Import Project="..\..\.paket\Paket.Restore.targets" />
|
||||
|
||||
</Project>
|
||||
|
||||
1
csharp/autobuilder/Semmle.Autobuild.Cpp/paket.references
Normal file
1
csharp/autobuilder/Semmle.Autobuild.Cpp/paket.references
Normal file
@@ -0,0 +1 @@
|
||||
Microsoft.Build
|
||||
Reference in New Issue
Block a user