Skip to content

Commit

Permalink
Change tfm to net5.0 (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored May 26, 2020
1 parent 9bca759 commit f027fc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<SharedFrameworkName>Microsoft.WindowsDesktop.App</SharedFrameworkName>
<NETCoreAppFrameworkIdentifier>.NETCoreApp</NETCoreAppFrameworkIdentifier>
<NETCoreAppFrameworkMoniker>$(NETCoreAppFrameworkIdentifier),Version=v$(NETCoreAppFrameworkVersion)</NETCoreAppFrameworkMoniker>
<NETCoreAppFrameworkBrandName>.NET Core $(NETCoreAppFrameworkVersion)</NETCoreAppFrameworkBrandName>
<NETCoreAppFrameworkBrandName>.NET $(NETCoreAppFrameworkVersion)</NETCoreAppFrameworkBrandName>
</PropertyGroup>

<!-- Platform detection -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<FrameworkListTargetPath>data/</FrameworkListTargetPath>

<TargetFrameworkName>netcoreapp</TargetFrameworkName>
<TargetFrameworkName>net</TargetFrameworkName>
<TargetFrameworkVersion>5.0</TargetFrameworkVersion>
<TargetFramework>$(TargetFrameworkName)$(TargetFrameworkVersion)</TargetFramework>

Expand Down
2 changes: 1 addition & 1 deletion src/windowsdesktop/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<TestRestoreNuGetConfigFile>$(ObjDir)TestNuGetConfig\NuGet.config</TestRestoreNuGetConfigFile>
<InternalNupkgCacheDir>$(ObjDir)ExtraNupkgsForTestRestore\</InternalNupkgCacheDir>
<TestArchitectures>$(TargetArchitecture)</TestArchitectures>
<TestInfraTargetFramework>netcoreapp5.0</TestInfraTargetFramework>
<TestInfraTargetFramework>net5.0</TestInfraTargetFramework>
</PropertyGroup>

</Project>

0 comments on commit f027fc6

Please sign in to comment.