|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net9.0</TargetFramework> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | | - <Nullable>enable</Nullable> |
7 | | - |
8 | | - <!-- Exclude the project from analysis https://stackoverflow.com/questions/47939122 --> |
9 | | - <SonarQubeExclude>true</SonarQubeExclude> |
10 | | - <WarningLevel>0</WarningLevel> |
11 | | - </PropertyGroup> |
12 | | - |
13 | | - <ItemGroup> |
14 | | - <PackageReference Include="Azure.Core" Version="1.47.2" /> |
15 | | - <PackageReference Include="System.Memory" Version="4.6.3" /> |
16 | | - <PackageReference Include="System.Text.Json" Version="9.0.8" /> |
17 | | - <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.3" /> |
18 | | - <PackageReference Include="Microsoft.Identity.Client" Version="4.74.1" /> |
19 | | - <PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.74.1" /> |
20 | | - <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="9.0.8" /> |
21 | | - </ItemGroup> |
22 | | - |
23 | | -</Project> |
24 | | - |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net9.0</TargetFramework> |
| 5 | + <ImplicitUsings>enable</ImplicitUsings> |
| 6 | + <Nullable>enable</Nullable> |
| 7 | + |
| 8 | + <!-- Exclude the project from analysis https://stackoverflow.com/questions/47939122 --> |
| 9 | + <SonarQubeExclude>true</SonarQubeExclude> |
| 10 | + <WarningLevel>0</WarningLevel> |
| 11 | + </PropertyGroup> |
| 12 | + |
| 13 | + <ItemGroup> |
| 14 | + <PackageReference Include="Azure.Core" Version="1.47.2" /> |
| 15 | + <PackageReference Include="System.Memory" Version="4.6.3" /> |
| 16 | + <PackageReference Include="System.Text.Json" Version="9.0.8" /> |
| 17 | + <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.3" /> |
| 18 | + <PackageReference Include="Microsoft.Identity.Client" Version="4.76.0" /> |
| 19 | + <PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.76.0" /> |
| 20 | + <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="9.0.8" /> |
| 21 | + </ItemGroup> |
| 22 | + |
| 23 | +</Project> |
| 24 | + |
0 commit comments