File tree Expand file tree Collapse file tree 10 files changed +51
-51
lines changed
Semmle.Autobuild.CSharp.Tests
ql/integration-tests/posix-only/dotnet_test Expand file tree Collapse file tree 10 files changed +51
-51
lines changed Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 </PropertyGroup >
88 <ItemGroup >
9- <PackageReference Include =" System.IO.FileSystem" Version =" 4.3.0" />
10- <PackageReference Include =" System.IO.FileSystem.Primitives" Version =" 4.3.0" />
11- <PackageReference Include =" xunit" Version =" 2.4.1 " />
12- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3 " >
9+ <PackageReference Include =" System.IO.FileSystem" Version =" 4.3.0" />
10+ <PackageReference Include =" System.IO.FileSystem.Primitives" Version =" 4.3.0" />
11+ <PackageReference Include =" xunit" Version =" 2.4.2 " />
12+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " >
1313 <PrivateAssets >all</PrivateAssets >
1414 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1515 </PackageReference >
16- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
16+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4 .0" />
1717 </ItemGroup >
1818 <ItemGroup >
19- <ProjectReference Include =" ..\Semmle.Autobuild.CSharp\Semmle.Autobuild.CSharp.csproj" />
20- <ProjectReference Include =" ..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
19+ <ProjectReference Include =" ..\Semmle.Autobuild.CSharp\Semmle.Autobuild.CSharp.csproj" />
20+ <ProjectReference Include =" ..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
2121 </ItemGroup >
2222</Project >
Original file line number Diff line number Diff line change 1111 <Nullable >enable</Nullable >
1212 </PropertyGroup >
1313 <ItemGroup >
14- <Folder Include =" Properties\" />
14+ <Folder Include =" Properties\" />
1515 </ItemGroup >
1616 <ItemGroup >
17- <PackageReference Include =" Microsoft.Build" Version =" 16.11 .0" />
18- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
17+ <PackageReference Include =" Microsoft.Build" Version =" 17.4 .0" />
18+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
1919 </ItemGroup >
2020 <ItemGroup >
21- <ProjectReference Include =" ..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
22- <ProjectReference Include =" ..\..\extractor\Semmle.Extraction.CSharp\Semmle.Extraction.CSharp.csproj" />
23- <ProjectReference Include =" ..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
21+ <ProjectReference Include =" ..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
22+ <ProjectReference Include =" ..\..\extractor\Semmle.Extraction.CSharp\Semmle.Extraction.CSharp.csproj" />
23+ <ProjectReference Include =" ..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
2424 </ItemGroup >
2525</Project >
Original file line number Diff line number Diff line change 88 <Nullable >enable</Nullable >
99 </PropertyGroup >
1010 <ItemGroup >
11- <Folder Include =" Properties\" />
11+ <Folder Include =" Properties\" />
1212 </ItemGroup >
1313 <ItemGroup >
14- <PackageReference Include =" Microsoft.Build" Version =" 16.11 .0" />
14+ <PackageReference Include =" Microsoft.Build" Version =" 17.4 .0" />
1515 </ItemGroup >
1616 <ItemGroup >
17- <ProjectReference Include =" ..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
17+ <ProjectReference Include =" ..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
1818 </ItemGroup >
1919</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net6.0</TargetFramework >
2424 </ItemGroup >
2525
2626 <ItemGroup >
27- <PackageReference Include =" Microsoft.DiaSymReader" Version =" 1.3 .0" />
27+ <PackageReference Include =" Microsoft.DiaSymReader" Version =" 1.4 .0" />
2828 <PackageReference Include =" Microsoft.DiaSymReader.Native" Version =" 1.7.0" />
2929 <PackageReference Include =" Microsoft.DiaSymReader.PortablePdb" Version =" 1.6.0" ><IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3030<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 1212 <Nullable >enable</Nullable >
1313 </PropertyGroup >
1414 <ItemGroup >
15- <ProjectReference Include =" ..\Semmle.Extraction.CSharp\Semmle.Extraction.CSharp.csproj" />
16- <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
15+ <ProjectReference Include =" ..\Semmle.Extraction.CSharp\Semmle.Extraction.CSharp.csproj" />
16+ <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
1717 </ItemGroup >
1818 <ItemGroup >
19- <Folder Include =" Properties\" />
19+ <Folder Include =" Properties\" />
2020 </ItemGroup >
2121 <ItemGroup >
22- <PackageReference Include =" Microsoft.Build" Version =" 16.11 .0" />
23- <PackageReference Include =" Microsoft.Win32.Primitives" Version =" 4.3.0" />
24- <PackageReference Include =" System.Net.Primitives" Version =" 4.3.1" />
25- <PackageReference Include =" System.Security.Principal" Version =" 4.3.0" />
26- <PackageReference Include =" System.Threading.ThreadPool" Version =" 4.3.0" />
22+ <PackageReference Include =" Microsoft.Build" Version =" 17.4 .0" />
23+ <PackageReference Include =" Microsoft.Win32.Primitives" Version =" 4.3.0" />
24+ <PackageReference Include =" System.Net.Primitives" Version =" 4.3.1" />
25+ <PackageReference Include =" System.Security.Principal" Version =" 4.3.0" />
26+ <PackageReference Include =" System.Threading.ThreadPool" Version =" 4.3.0" />
2727 </ItemGroup >
2828</Project >
Original file line number Diff line number Diff line change 1010 <Nullable >enable</Nullable >
1111 </PropertyGroup >
1212 <ItemGroup >
13- <ProjectReference Include =" ..\Semmle.Extraction.CIL\Semmle.Extraction.CIL.csproj" />
14- <ProjectReference Include =" ..\Semmle.Extraction\Semmle.Extraction.csproj" />
15- <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
13+ <ProjectReference Include =" ..\Semmle.Extraction.CIL\Semmle.Extraction.CIL.csproj" />
14+ <ProjectReference Include =" ..\Semmle.Extraction\Semmle.Extraction.csproj" />
15+ <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
1616 </ItemGroup >
1717 <ItemGroup >
18- <Folder Include =" Properties\" />
18+ <Folder Include =" Properties\" />
1919 </ItemGroup >
2020 <ItemGroup >
21- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.0.1 " />
22- <PackageReference Include =" Microsoft.Build" Version =" 16.11 .0" />
21+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.4.0 " />
22+ <PackageReference Include =" Microsoft.Build" Version =" 17.4 .0" />
2323 </ItemGroup >
2424</Project >
Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 </PropertyGroup >
88 <ItemGroup >
9- <PackageReference Include =" System.IO.FileSystem" Version =" 4.3.0" />
10- <PackageReference Include =" System.IO.FileSystem.Primitives" Version =" 4.3.0" />
11- <PackageReference Include =" xunit" Version =" 2.4.1 " />
12- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3 " >
9+ <PackageReference Include =" System.IO.FileSystem" Version =" 4.3.0" />
10+ <PackageReference Include =" System.IO.FileSystem.Primitives" Version =" 4.3.0" />
11+ <PackageReference Include =" xunit" Version =" 2.4.2 " />
12+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " >
1313 <PrivateAssets >all</PrivateAssets >
1414 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1515 </PackageReference >
16- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
16+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4 .0" />
1717 </ItemGroup >
1818 <ItemGroup >
19- <ProjectReference Include =" ..\Semmle.Extraction.CSharp.Standalone\Semmle.Extraction.CSharp.Standalone.csproj" />
20- <ProjectReference Include =" ..\Semmle.Extraction.CSharp\Semmle.Extraction.CSharp.csproj" />
21- <ProjectReference Include =" ..\Semmle.Extraction\Semmle.Extraction.csproj" />
22- <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
19+ <ProjectReference Include =" ..\Semmle.Extraction.CSharp.Standalone\Semmle.Extraction.CSharp.Standalone.csproj" />
20+ <ProjectReference Include =" ..\Semmle.Extraction.CSharp\Semmle.Extraction.CSharp.csproj" />
21+ <ProjectReference Include =" ..\Semmle.Extraction\Semmle.Extraction.csproj" />
22+ <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
2323 </ItemGroup >
2424</Project >
Original file line number Diff line number Diff line change 1212 <DefineConstants >TRACE;DEBUG;DEBUG_LABELS</DefineConstants >
1313 </PropertyGroup >
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.0.1 " />
15+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.4.0 " />
1616 <PackageReference Include =" GitInfo" Version =" 2.2.0" >
1717 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1818 <PrivateAssets >all</PrivateAssets >
1919 </PackageReference >
2020 </ItemGroup >
2121 <ItemGroup >
22- <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
22+ <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
2323 </ItemGroup >
2424</Project >
Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 </PropertyGroup >
88 <ItemGroup >
9- <PackageReference Include =" xunit" Version =" 2.4.1 " />
10- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3 " >
9+ <PackageReference Include =" xunit" Version =" 2.4.2 " />
10+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " >
1111 <PrivateAssets >all</PrivateAssets >
1212 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1313 </PackageReference >
14- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
14+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4 .0" />
1515 </ItemGroup >
1616 <ItemGroup >
17- <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
17+ <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
1818 </ItemGroup >
1919</Project >
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11 .0" />
12- <PackageReference Include =" NUnit" Version =" 3.13.2 " />
13- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.0 .0" />
14- <PackageReference Include =" coverlet.collector" Version =" 3.1 .0" />
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4 .0" />
12+ <PackageReference Include =" NUnit" Version =" 3.13.3 " />
13+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3 .0" />
14+ <PackageReference Include =" coverlet.collector" Version =" 3.2 .0" />
1515 </ItemGroup >
1616
1717</Project >
You can’t perform that action at this time.
0 commit comments