mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
18 lines
916 B
XML
18 lines
916 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="../../ServiceStack.Client/8.5.2/ServiceStack.Client.csproj" />
|
|
<ProjectReference Include="../../ServiceStack.Common/8.5.2/ServiceStack.Common.csproj" />
|
|
<ProjectReference Include="../../ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.csproj" />
|
|
<ProjectReference Include="../../ServiceStack.Text/8.5.2/ServiceStack.Text.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|