mirror of
https://github.com/github/codeql.git
synced 2026-01-09 12:40:25 +01:00
28 lines
1.9 KiB
XML
28 lines
1.9 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<OutputPath>bin\</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../System.Collections/4.3.0/System.Collections.csproj" />
|
|
<ProjectReference Include="../../System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj" />
|
|
<ProjectReference Include="../../System.Globalization/4.3.0/System.Globalization.csproj" />
|
|
<ProjectReference Include="../../System.IO/4.3.0/System.IO.csproj" />
|
|
<ProjectReference Include="../../System.IO.FileSystem/4.3.0/System.IO.FileSystem.csproj" />
|
|
<ProjectReference Include="../../System.IO.FileSystem.Primitives/4.3.0/System.IO.FileSystem.Primitives.csproj" />
|
|
<ProjectReference Include="../../System.Resources.ResourceManager/4.3.0/System.Resources.ResourceManager.csproj" />
|
|
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
|
|
<ProjectReference Include="../../System.Runtime.Extensions/4.3.0/System.Runtime.Extensions.csproj" />
|
|
<ProjectReference Include="../../System.Runtime.InteropServices/4.3.0/System.Runtime.InteropServices.csproj" />
|
|
<ProjectReference Include="../../System.Text.Encoding/4.3.0/System.Text.Encoding.csproj" />
|
|
<ProjectReference Include="../../System.Text.Encoding.Extensions/4.3.0/System.Text.Encoding.Extensions.csproj" />
|
|
<ProjectReference Include="../../System.Text.RegularExpressions/4.3.0/System.Text.RegularExpressions.csproj" />
|
|
<ProjectReference Include="../../System.Threading.Tasks/4.3.0/System.Threading.Tasks.csproj" />
|
|
<ProjectReference Include="../../System.Threading.Tasks.Extensions/4.3.0/System.Threading.Tasks.Extensions.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|