|
1 | | -<Project Sdk="MSTest.Sdk/4.1.0"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net10.0</TargetFramework> |
5 | | - <LangVersion>latest</LangVersion> |
6 | | - <ImplicitUsings>enable</ImplicitUsings> |
7 | | - <Nullable>enable</Nullable> |
8 | | - <!-- |
9 | | - Displays error on console in addition to the log file. Note that this feature comes with a performance impact. |
10 | | - For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test |
11 | | - --> |
12 | | - <TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure> |
13 | | - </PropertyGroup> |
14 | | - |
15 | | - <ItemGroup> |
16 | | - <PackageReference Include="Azure.Identity" Version="1.17.1" /> |
17 | | - <PackageReference Include="Azure.ResourceManager.AppService" Version="1.4.1" /> |
18 | | - <PackageReference Include="dotenv.net" Version="4.0.0" /> |
19 | | - <PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.3" /> |
20 | | - <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.3" /> |
21 | | - <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="10.0.3" /> |
22 | | - </ItemGroup> |
23 | | - |
24 | | -</Project> |
| 1 | +<Project Sdk="MSTest.Sdk/4.1.0"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net10.0</TargetFramework> |
| 5 | + <LangVersion>latest</LangVersion> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + <Nullable>enable</Nullable> |
| 8 | + <!-- |
| 9 | + Displays error on console in addition to the log file. Note that this feature comes with a performance impact. |
| 10 | + For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test |
| 11 | + --> |
| 12 | + <TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure> |
| 13 | + </PropertyGroup> |
| 14 | + |
| 15 | + <ItemGroup> |
| 16 | + <PackageReference Include="Azure.Identity" Version="1.18.0" /> |
| 17 | + <PackageReference Include="Azure.ResourceManager.AppService" Version="1.4.1" /> |
| 18 | + <PackageReference Include="dotenv.net" Version="4.0.1" /> |
| 19 | + <PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.3" /> |
| 20 | + <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.3" /> |
| 21 | + <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="10.0.3" /> |
| 22 | + </ItemGroup> |
| 23 | + |
| 24 | +</Project> |
0 commit comments