2023-04-20 14:42:27 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>$(TEST_TARGET_FRAMEWORK)</TargetFramework>
|
|
|
|
|
<IsPackable>false</IsPackable>
|
2023-05-29 19:43:18 +09:00
|
|
|
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
|
2023-04-20 14:42:27 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<!-- These packages will be downloaded over the network for testing proxy settings -->
|
2026-01-14 04:37:38 +05:30
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="4.0.2" />
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="4.0.2" />
|
2023-04-20 14:42:27 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|