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 6
6
<Nullable >enable</Nullable >
7
7
</PropertyGroup >
8
8
<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 " >
13
13
<PrivateAssets >all</PrivateAssets >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
15
15
</PackageReference >
16
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4 .0" />
17
17
</ItemGroup >
18
18
<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" />
21
21
</ItemGroup >
22
22
</Project >
Original file line number Diff line number Diff line change 11
11
<Nullable >enable</Nullable >
12
12
</PropertyGroup >
13
13
<ItemGroup >
14
- <Folder Include =" Properties\" />
14
+ <Folder Include =" Properties\" />
15
15
</ItemGroup >
16
16
<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" />
19
19
</ItemGroup >
20
20
<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" />
24
24
</ItemGroup >
25
25
</Project >
Original file line number Diff line number Diff line change 8
8
<Nullable >enable</Nullable >
9
9
</PropertyGroup >
10
10
<ItemGroup >
11
- <Folder Include =" Properties\" />
11
+ <Folder Include =" Properties\" />
12
12
</ItemGroup >
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.Build" Version =" 16.11 .0" />
14
+ <PackageReference Include =" Microsoft.Build" Version =" 17.4 .0" />
15
15
</ItemGroup >
16
16
<ItemGroup >
17
- <ProjectReference Include =" ..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
17
+ <ProjectReference Include =" ..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
18
18
</ItemGroup >
19
19
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
24
24
</ItemGroup >
25
25
26
26
<ItemGroup >
27
- <PackageReference Include =" Microsoft.DiaSymReader" Version =" 1.3 .0" />
27
+ <PackageReference Include =" Microsoft.DiaSymReader" Version =" 1.4 .0" />
28
28
<PackageReference Include =" Microsoft.DiaSymReader.Native" Version =" 1.7.0" />
29
29
<PackageReference Include =" Microsoft.DiaSymReader.PortablePdb" Version =" 1.6.0" ><IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
30
30
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 12
12
<Nullable >enable</Nullable >
13
13
</PropertyGroup >
14
14
<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" />
17
17
</ItemGroup >
18
18
<ItemGroup >
19
- <Folder Include =" Properties\" />
19
+ <Folder Include =" Properties\" />
20
20
</ItemGroup >
21
21
<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" />
27
27
</ItemGroup >
28
28
</Project >
Original file line number Diff line number Diff line change 10
10
<Nullable >enable</Nullable >
11
11
</PropertyGroup >
12
12
<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" />
16
16
</ItemGroup >
17
17
<ItemGroup >
18
- <Folder Include =" Properties\" />
18
+ <Folder Include =" Properties\" />
19
19
</ItemGroup >
20
20
<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" />
23
23
</ItemGroup >
24
24
</Project >
Original file line number Diff line number Diff line change 6
6
<Nullable >enable</Nullable >
7
7
</PropertyGroup >
8
8
<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 " >
13
13
<PrivateAssets >all</PrivateAssets >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
15
15
</PackageReference >
16
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4 .0" />
17
17
</ItemGroup >
18
18
<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" />
23
23
</ItemGroup >
24
24
</Project >
Original file line number Diff line number Diff line change 12
12
<DefineConstants >TRACE;DEBUG;DEBUG_LABELS</DefineConstants >
13
13
</PropertyGroup >
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.0.1 " />
15
+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.4.0 " />
16
16
<PackageReference Include =" GitInfo" Version =" 2.2.0" >
17
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
</PackageReference >
20
20
</ItemGroup >
21
21
<ItemGroup >
22
- <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
22
+ <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
23
23
</ItemGroup >
24
24
</Project >
Original file line number Diff line number Diff line change 6
6
<Nullable >enable</Nullable >
7
7
</PropertyGroup >
8
8
<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 " >
11
11
<PrivateAssets >all</PrivateAssets >
12
12
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
13
13
</PackageReference >
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4 .0" />
15
15
</ItemGroup >
16
16
<ItemGroup >
17
- <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
17
+ <ProjectReference Include =" ..\Semmle.Util\Semmle.Util.csproj" />
18
18
</ItemGroup >
19
19
</Project >
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<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" />
15
15
</ItemGroup >
16
16
17
17
</Project >
You can’t perform that action at this time.
0 commit comments