mirror of
https://github.com/github/codeql.git
synced 2026-01-08 12:10:22 +01:00
19 lines
997 B
XML
19 lines
997 B
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="../../Microsoft.NETCore.Targets/1.1.0/Microsoft.NETCore.Targets.csproj" />
|
|
<ProjectReference Include="../../System.IO/4.3.0/System.IO.csproj" />
|
|
<ProjectReference Include="../../System.Net.Primitives/4.3.0/System.Net.Primitives.csproj" />
|
|
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
|
|
<ProjectReference Include="../../System.Threading.Tasks/4.3.0/System.Threading.Tasks.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|