mirror of
https://github.com/github/codeql.git
synced 2026-02-12 13:11:20 +01:00
18 lines
932 B
XML
18 lines
932 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<OutputPath>bin\</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../System.Diagnostics.Debug/4.0.11/System.Diagnostics.Debug.csproj" />
|
|
<ProjectReference Include="../../System.Diagnostics.Tracing/4.1.0/System.Diagnostics.Tracing.csproj" />
|
|
<ProjectReference Include="../../System.Resources.ResourceManager/4.0.1/System.Resources.ResourceManager.csproj" />
|
|
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
|
|
<ProjectReference Include="../../System.Threading/4.0.11/System.Threading.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|