mirror of
https://github.com/github/codeql.git
synced 2026-02-12 13:11:20 +01:00
19 lines
1.0 KiB
XML
19 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<OutputPath>bin\</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.0.1/Microsoft.NETCore.Platforms.csproj" />
|
|
<ProjectReference Include="../../Microsoft.NETCore.Targets/1.0.1/Microsoft.NETCore.Targets.csproj" />
|
|
<ProjectReference Include="../../System.Reflection/4.1.0/System.Reflection.csproj" />
|
|
<ProjectReference Include="../../System.Reflection.Primitives/4.0.1/System.Reflection.Primitives.csproj" />
|
|
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
|
|
<ProjectReference Include="../../System.Runtime.Handles/4.0.1/System.Runtime.Handles.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|