You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
603 B
XML
17 lines
603 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>$(TEST_TARGET_FRAMEWORK)</TargetFramework>
|
|
<IsPackable>false</IsPackable>
|
|
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<!-- These packages will be downloaded over the network for testing proxy settings -->
|
|
<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" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|