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 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 >
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 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 >
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