Files
codeql/csharp/ql/test/resources/stubs/Remotion.Linq.EagerFetching/2.2.0/Remotion.Linq.EagerFetching.csproj
2026-01-05 15:23:26 +01:00

20 lines
1.0 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="../../Remotion.Linq/2.2.0/Remotion.Linq.csproj" />
<ProjectReference Include="../../System.Collections/4.0.11/System.Collections.csproj" />
<ProjectReference Include="../../System.Linq/4.1.0/System.Linq.csproj" />
<ProjectReference Include="../../System.Linq.Expressions/4.1.0/System.Linq.Expressions.csproj" />
<ProjectReference Include="../../System.ObjectModel/4.0.12/System.ObjectModel.csproj" />
<ProjectReference Include="../../System.Reflection/4.1.0/System.Reflection.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>