mirror of
https://github.com/github/codeql.git
synced 2026-02-12 21:21:16 +01:00
24 lines
1.6 KiB
XML
24 lines
1.6 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="../../Microsoft.NETCore.Platforms/1.0.1/Microsoft.NETCore.Platforms.csproj" />
|
|
<ProjectReference Include="../../System.IO/4.1.0/System.IO.csproj" />
|
|
<ProjectReference Include="../../System.Resources.ResourceManager/4.0.1/System.Resources.ResourceManager.csproj" />
|
|
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
|
|
<ProjectReference Include="../../System.Runtime.Extensions/4.1.0/System.Runtime.Extensions.csproj" />
|
|
<ProjectReference Include="../../System.Runtime.Handles/4.0.1/System.Runtime.Handles.csproj" />
|
|
<ProjectReference Include="../../System.Runtime.InteropServices/4.1.0/System.Runtime.InteropServices.csproj" />
|
|
<ProjectReference Include="../../System.Security.Cryptography.Algorithms/4.2.0/System.Security.Cryptography.Algorithms.csproj" />
|
|
<ProjectReference Include="../../System.Security.Cryptography.Encoding/4.0.0/System.Security.Cryptography.Encoding.csproj" />
|
|
<ProjectReference Include="../../System.Security.Cryptography.Primitives/4.0.0/System.Security.Cryptography.Primitives.csproj" />
|
|
<ProjectReference Include="../../System.Text.Encoding/4.0.11/System.Text.Encoding.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|