mirror of
https://github.com/github/codeql.git
synced 2026-08-05 01:43:23 +02: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="../../Azure.Core/1.47.1/Azure.Core.csproj" />
|
|
<ProjectReference Include="../../Azure.Identity/1.14.2/Azure.Identity.csproj" />
|
|
<ProjectReference Include="../../Microsoft.Bcl.Cryptography/9.0.4/Microsoft.Bcl.Cryptography.csproj" />
|
|
<ProjectReference Include="../../Microsoft.Data.SqlClient.SNI.runtime/6.0.2/Microsoft.Data.SqlClient.SNI.runtime.csproj" />
|
|
<ProjectReference Include="../../Microsoft.Extensions.Caching.Memory/9.0.4/Microsoft.Extensions.Caching.Memory.csproj" />
|
|
<ProjectReference Include="../../Microsoft.IdentityModel.JsonWebTokens/7.7.1/Microsoft.IdentityModel.JsonWebTokens.csproj" />
|
|
<ProjectReference Include="../../Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj" />
|
|
<ProjectReference Include="../../Microsoft.SqlServer.Server/1.0.0/Microsoft.SqlServer.Server.csproj" />
|
|
<ProjectReference Include="../../System.Configuration.ConfigurationManager/10.0.1/System.Configuration.ConfigurationManager.csproj" />
|
|
<ProjectReference Include="../../System.Security.Cryptography.Pkcs/9.0.4/System.Security.Cryptography.Pkcs.csproj" />
|
|
<ProjectReference Include="../../System.Text.Json/9.0.5/System.Text.Json.csproj" />
|
|
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|