Skip to content

Commit 25b7214

Browse files
committed
C++: Move Windows autobuilder to paket dependencies.
1 parent 7238503 commit 25b7214

File tree

4 files changed

+13
-17
lines changed

4 files changed

+13
-17
lines changed

csharp/autobuilder/Semmle.Autobuild.Cpp.Tests/Semmle.Autobuild.Cpp.Tests.csproj

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,11 @@
88
<Nullable>enable</Nullable>
99
</PropertyGroup>
1010

11-
<ItemGroup>
12-
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
13-
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
14-
<PackageReference Include="xunit" Version="2.6.2" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
16-
<PrivateAssets>all</PrivateAssets>
17-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
18-
</PackageReference>
19-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
20-
</ItemGroup>
21-
2211
<ItemGroup>
2312
<ProjectReference Include="..\Semmle.Autobuild.Cpp\Semmle.Autobuild.Cpp.csproj" />
24-
<ProjectReference Include="..\..\autobuilder\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
13+
<ProjectReference Include="..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
2514
</ItemGroup>
15+
16+
<Import Project="..\..\.paket\Paket.Restore.targets" />
17+
2618
</Project>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
System.IO.FileSystem
2+
System.IO.FileSystem.Primitives
3+
xunit
4+
xunit.runner.visualstudio
5+
Microsoft.NET.Test.Sdk

csharp/autobuilder/Semmle.Autobuild.Cpp/Semmle.Autobuild.Cpp.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
<Folder Include="Properties\" />
1717
</ItemGroup>
1818

19-
<ItemGroup>
20-
<PackageReference Include="Microsoft.Build" Version="17.8.3" />
21-
</ItemGroup>
22-
2319
<ItemGroup>
2420
<ProjectReference Include="..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
25-
<ProjectReference Include="..\..\autobuilder\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
21+
<ProjectReference Include="..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
2622
</ItemGroup>
2723

24+
<Import Project="..\..\.paket\Paket.Restore.targets" />
25+
2826
</Project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Microsoft.Build

0 commit comments

Comments
 (0)