Files
codeql/csharp/ql/test/resources/stubs/ServiceStack/5.11.0/ServiceStack.csproj
2022-02-02 19:25:30 +01:00

19 lines
1017 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../ServiceStack.Common/5.11.0/ServiceStack.Common.csproj" />
<ProjectReference Include="../../ServiceStack.Interfaces/5.11.0/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.Text/5.11.0/ServiceStack.Text.csproj" />
<ProjectReference Include="../../ServiceStack.Client/5.11.0/ServiceStack.Client.csproj" />
<ProjectReference Include="../../System.Drawing.Common/4.7.0/System.Drawing.Common.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj" />
</ItemGroup>
</Project>