mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-01-14 17:28:19 +00:00
* update test deps, workflows, and docs for latest versions * fix wording * update versions
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>
|