Files
codeql/csharp/ql/test/resources/stubs/Azure.Identity/1.14.2/Azure.Identity.csproj
2026-01-05 15:23:31 +01:00

17 lines
831 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="../../Azure.Core/1.47.1/Azure.Core.csproj" />
<ProjectReference Include="../../Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.csproj" />
<ProjectReference Include="../../Microsoft.Identity.Client.Extensions.Msal/4.73.1/Microsoft.Identity.Client.Extensions.Msal.csproj" />
<ProjectReference Include="../../System.Memory/4.5.5/System.Memory.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>