Skip to content

Commit

Permalink
Revert "add net6 (dotnet#6269)"
Browse files Browse the repository at this point in the history
This reverts commit 4eff4ec.
  • Loading branch information
ViktorHofer committed Oct 10, 2020
1 parent 0584152 commit 6b32b28
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -930,10 +930,6 @@
<DefaultValidateFramework Include="net5.0">
<RuntimeIDs>@(NETCoreApp50RIDs)</RuntimeIDs>
</DefaultValidateFramework>
<NETCoreApp60RIDs Condition="'@(NETCoreApp60RIDs)' == ''" Include="@(NETCoreApp50RIDs)" />
<DefaultValidateFramework Include="net6.0">
<RuntimeIDs>@(NETCoreApp60RIDs)</RuntimeIDs>
</DefaultValidateFramework>

<NETCore50RIDs Condition="'@(NETCore50RIDs)' == ''" Include="win10-x86;win10-x86-aot;win10-x64;win10-x64-aot;win10-arm;win10-arm-aot" />
<DefaultValidateFramework Include="netcore50">
Expand Down

0 comments on commit 6b32b28

Please sign in to comment.