1+ <?xml version =" 1.0" encoding =" utf-8" ?>
12<Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <TargetFramework >net8.0</TargetFramework >
4- <AssemblyName >Semmle.Autobuild.CSharp</AssemblyName >
5- <RootNamespace >Semmle.Autobuild.CSharp</RootNamespace >
6- <ApplicationIcon />
7- <OutputType >Exe</OutputType >
8- <StartupObject />
9- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
10- <RuntimeIdentifiers >win-x64;linux-x64;osx-x64</RuntimeIdentifiers >
11- <Nullable >enable</Nullable >
12- </PropertyGroup >
13- <ItemGroup >
14- <Folder Include =" Properties\" />
15- </ItemGroup >
16- <ItemGroup >
17- <PackageReference Include =" Microsoft.Build" Version =" 17.8.3" />
18- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
19- </ItemGroup >
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 =" ..\..\extractor\Semmle.Extraction.CSharp.DependencyFetching\Semmle.Extraction.CSharp.DependencyFetching.csproj" />
24- <ProjectReference Include =" ..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
25- </ItemGroup >
26- </Project >
3+ <PropertyGroup >
4+ <TargetFramework >net8.0</TargetFramework >
5+ <AssemblyName >Semmle.Autobuild.CSharp</AssemblyName >
6+ <RootNamespace >Semmle.Autobuild.CSharp</RootNamespace >
7+ <ApplicationIcon />
8+ <OutputType >Exe</OutputType >
9+ <StartupObject />
10+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
11+ <RuntimeIdentifiers >win-x64;linux-x64;osx-x64</RuntimeIdentifiers >
12+ <Nullable >enable</Nullable >
13+ </PropertyGroup >
14+ <ItemGroup >
15+ <Folder Include =" Properties\" />
16+ </ItemGroup >
17+ <ItemGroup >
18+ <ProjectReference Include =" ..\..\extractor\Semmle.Util\Semmle.Util.csproj" />
19+ <ProjectReference Include =" ..\..\extractor\Semmle.Extraction.CSharp\Semmle.Extraction.CSharp.csproj" />
20+ <ProjectReference Include =" ..\..\extractor\Semmle.Extraction.CSharp.DependencyFetching\Semmle.Extraction.CSharp.DependencyFetching.csproj" />
21+ <ProjectReference Include =" ..\Semmle.Autobuild.Shared\Semmle.Autobuild.Shared.csproj" />
22+ </ItemGroup >
23+ </Project >
0 commit comments