mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
39 lines
3.2 KiB
XML
39 lines
3.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<OutputPath>bin\</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../Microsoft.NETCore.Platforms/3.1.0/Microsoft.NETCore.Platforms.csproj" />
|
|
<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.DiagnosticSource/8.0.0/System.Diagnostics.DiagnosticSource.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.Globalization.Extensions/4.3.0/System.Globalization.Extensions.csproj" />
|
|
<ProjectReference Include="../../System.IO/4.3.0/System.IO.csproj" />
|
|
<ProjectReference Include="../../System.IO.FileSystem/4.3.0/System.IO.FileSystem.csproj" />
|
|
<ProjectReference Include="../../System.Net.Primitives/4.3.0/System.Net.Primitives.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.Runtime.Handles/4.3.0/System.Runtime.Handles.csproj" />
|
|
<ProjectReference Include="../../System.Runtime.InteropServices/4.3.0/System.Runtime.InteropServices.csproj" />
|
|
<ProjectReference Include="../../System.Security.Cryptography.Algorithms/4.3.0/System.Security.Cryptography.Algorithms.csproj" />
|
|
<ProjectReference Include="../../System.Security.Cryptography.Encoding/4.3.0/System.Security.Cryptography.Encoding.csproj" />
|
|
<ProjectReference Include="../../System.Security.Cryptography.OpenSsl/4.3.0/System.Security.Cryptography.OpenSsl.csproj" />
|
|
<ProjectReference Include="../../System.Security.Cryptography.Primitives/4.3.0/System.Security.Cryptography.Primitives.csproj" />
|
|
<ProjectReference Include="../../System.Security.Cryptography.X509Certificates/4.3.0/System.Security.Cryptography.X509Certificates.csproj" />
|
|
<ProjectReference Include="../../System.Text.Encoding/4.3.0/System.Text.Encoding.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="../../runtime.native.System/4.3.0/runtime.native.System.csproj" />
|
|
<ProjectReference Include="../../runtime.native.System.Net.Http/4.3.0/runtime.native.System.Net.Http.csproj" />
|
|
<ProjectReference Include="../../runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.native.System.Security.Cryptography.OpenSsl.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|