Skip to content

Commit

Permalink
Remove test TFMs from PackageTesting
Browse files Browse the repository at this point in the history
Follow-up on dotnet/runtime#90880

These listed TFMs are dotnet/runtime specific and shouldn't be hardcoded in arcade as they change every year.

Remove them form the props file and add them back directly in testPackages.proj in dotnet/runtime.
  • Loading branch information
ViktorHofer authored Aug 25, 2023
1 parent 4d9945d commit 32452ce
Showing 1 changed file with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,6 @@

<UsingTask TaskName="GetCompatiblePackageTargetFrameworks" AssemblyFile="$(DotNetPackageTestingAssembly)" />
<UsingTask TaskName="VerifyClosure" AssemblyFile="$(DotNetPackageTestingAssembly)" />
<UsingTask TaskName="VerifyTypes" AssemblyFile="$(DotNetPackageTestingAssembly)"/>

<ItemGroup>
<SupportedTestFramework Include="net6.0" />
<SupportedTestFramework Include="net7.0" />
<SupportedTestFramework Include="net8.0" />
</ItemGroup>

<ItemGroup>
<SupportedTestFramework Include="netstandard2.0" />
<SupportedTestFramework Include="netstandard2.1" />
</ItemGroup>

<ItemGroup>
<SupportedTestFramework Include="net462" />
<SupportedTestFramework Include="net471" />
<SupportedTestFramework Include="net472" />
<SupportedTestFramework Include="net48" />
</ItemGroup>
<UsingTask TaskName="VerifyTypes" AssemblyFile="$(DotNetPackageTestingAssembly)" />

</Project>

0 comments on commit 32452ce

Please sign in to comment.