Skip to content

Commit

Permalink
Temporarily switch back TFMs from net5.0 to netcoreapp5.0, take 2 (#2…
Browse files Browse the repository at this point in the history
…1114)

Outside tooling hasn't yet adapted to the new net5.0 TFM, e.g. Rider
(https://youtrack.jetbrains.com/issue/RIDER-45160). Since netcoreapp5.0
works fine, we can temporarily switch back to it.
  • Loading branch information
roji committed Jun 4, 2020
1 parent a5efd9a commit 30279c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<PropertyGroup>
<DefaultNetCoreTargetFramework>net5.0</DefaultNetCoreTargetFramework>
<DefaultNetCoreTargetFramework>netcoreapp5.0</DefaultNetCoreTargetFramework>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -38,4 +38,4 @@
<ItemGroup>
<EmbeddedResource Include="**\*.rd.xml" />
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion eng/helix.proj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<PropertyGroup>
<XUnitPublishTargetFramework>net5.0</XUnitPublishTargetFramework>
<XUnitPublishTargetFramework>netcoreapp5.0</XUnitPublishTargetFramework>
<XUnitRuntimeTargetFramework>netcoreapp2.0</XUnitRuntimeTargetFramework>
<XUnitRunnerVersion>2.4.1</XUnitRunnerVersion>
<XUnitArguments></XUnitArguments>
Expand Down

0 comments on commit 30279c9

Please sign in to comment.