Files
codeql/csharp/ql/test/resources/stubs/System.Collections.Concurrent/4.3.0/System.Collections.Concurrent.csproj

23 lines
1.4 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="../../System.Collections/4.3.0/System.Collections.csproj" />
<ProjectReference Include="../../System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj" />
<ProjectReference Include="../../System.Diagnostics.Tracing/4.3.0/System.Diagnostics.Tracing.csproj" />
<ProjectReference Include="../../System.Globalization/4.3.0/System.Globalization.csproj" />
<ProjectReference Include="../../System.Reflection/4.3.0/System.Reflection.csproj" />
<ProjectReference Include="../../System.Resources.ResourceManager/4.3.0/System.Resources.ResourceManager.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Runtime.Extensions/4.3.0/System.Runtime.Extensions.csproj" />
<ProjectReference Include="../../System.Threading/4.3.0/System.Threading.csproj" />
<ProjectReference Include="../../System.Threading.Tasks/4.3.0/System.Threading.Tasks.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>