mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
25 lines
1.7 KiB
XML
25 lines
1.7 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="../../Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj" />
|
|
<ProjectReference Include="../../System.Collections/4.3.0/System.Collections.csproj" />
|
|
<ProjectReference Include="../../System.Collections.Concurrent/4.3.0/System.Collections.Concurrent.csproj" />
|
|
<ProjectReference Include="../../System.Linq/4.3.0/System.Linq.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.Handles/4.3.0/System.Runtime.Handles.csproj" />
|
|
<ProjectReference Include="../../System.Runtime.InteropServices/4.3.0/System.Runtime.InteropServices.csproj" />
|
|
<ProjectReference Include="../../System.Security.Cryptography.Primitives/4.3.0/System.Security.Cryptography.Primitives.csproj" />
|
|
<ProjectReference Include="../../System.Text.Encoding/4.3.0/System.Text.Encoding.csproj" />
|
|
<ProjectReference Include="../../runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.native.System.Security.Cryptography.OpenSsl.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|