File tree Expand file tree Collapse file tree 4 files changed +13
-17
lines changed
Semmle.Autobuild.Cpp.Tests Expand file tree Collapse file tree 4 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 8
8
<Nullable >enable</Nullable >
9
9
</PropertyGroup >
10
10
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
-
22
11
<ItemGroup >
23
12
<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" />
25
14
</ItemGroup >
15
+
16
+ <Import Project =" ..\..\.paket\Paket.Restore.targets" />
17
+
26
18
</Project >
Original file line number Diff line number Diff line change
1
+ System.IO.FileSystem
2
+ System.IO.FileSystem.Primitives
3
+ xunit
4
+ xunit.runner.visualstudio
5
+ Microsoft.NET.Test.Sdk
Original file line number Diff line number Diff line change 16
16
<Folder Include =" Properties\" />
17
17
</ItemGroup >
18
18
19
- <ItemGroup >
20
- <PackageReference Include =" Microsoft.Build" Version =" 17.8.3" />
21
- </ItemGroup >
22
-
23
19
<ItemGroup >
24
20
<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" />
26
22
</ItemGroup >
27
23
24
+ <Import Project =" ..\..\.paket\Paket.Restore.targets" />
25
+
28
26
</Project >
Original file line number Diff line number Diff line change
1
+ Microsoft.Build
You can’t perform that action at this time.
0 commit comments