Files
codeql/csharp/ql/test/resources/stubs/System.Reflection.Emit/4.0.1/System.Reflection.Emit.csproj
2026-01-05 15:23:26 +01:00

18 lines
912 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="../../System.IO/4.1.0/System.IO.csproj" />
<ProjectReference Include="../../System.Reflection/4.1.0/System.Reflection.csproj" />
<ProjectReference Include="../../System.Reflection.Emit.ILGeneration/4.0.1/System.Reflection.Emit.ILGeneration.csproj" />
<ProjectReference Include="../../System.Reflection.Primitives/4.0.1/System.Reflection.Primitives.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>