2023-04-20 19:42:27 +07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>$(TEST_TARGET_FRAMEWORK)</TargetFramework>
|
|
|
|
<IsPackable>false</IsPackable>
|
2023-05-29 17:43:18 +07:00
|
|
|
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
|
2023-04-20 19:42:27 +07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<!-- These packages will be downloaded over the network for testing proxy settings -->
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0-preview-20170810-02" />
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="1.1.18" />
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="1.1.18" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|