mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02:00
18 lines
910 B
XML
18 lines
910 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.Common/10.0.4/ServiceStack.Common.csproj" />
|
|
<ProjectReference Include="../../ServiceStack.Interfaces/10.0.4/ServiceStack.Interfaces.csproj" />
|
|
<ProjectReference Include="../../ServiceStack.OrmLite/10.0.4/ServiceStack.OrmLite.csproj" />
|
|
<ProjectReference Include="../../ServiceStack.Text/10.0.4/ServiceStack.Text.csproj" />
|
|
<ProjectReference Include="../../System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|