Files
codeql/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj

18 lines
906 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/8.5.2/ServiceStack.Common.csproj" />
<ProjectReference Include="../../ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.csproj" />
<ProjectReference Include="../../ServiceStack.Text/8.5.2/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>