mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
22 lines
1.4 KiB
XML
22 lines
1.4 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="../../ServiceStack.Common/8.5.2/ServiceStack.Common.csproj" />
|
|
<ProjectReference Include="../../System.Collections.NonGeneric/4.3.0/System.Collections.NonGeneric.csproj" />
|
|
<ProjectReference Include="../../System.ComponentModel.Annotations/5.0.0/System.ComponentModel.Annotations.csproj" />
|
|
<ProjectReference Include="../../System.ComponentModel.Primitives/4.3.0/System.ComponentModel.Primitives.csproj" />
|
|
<ProjectReference Include="../../System.Dynamic.Runtime/4.3.0/System.Dynamic.Runtime.csproj" />
|
|
<ProjectReference Include="../../System.Memory/4.6.0/System.Memory.csproj" />
|
|
<ProjectReference Include="../../System.Reflection.Emit/4.7.0/System.Reflection.Emit.csproj" />
|
|
<ProjectReference Include="../../System.Reflection.Emit.Lightweight/4.7.0/System.Reflection.Emit.Lightweight.csproj" />
|
|
<ProjectReference Include="../../System.Reflection.TypeExtensions/4.7.0/System.Reflection.TypeExtensions.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|