Skip to content

Commit 0f93207

Browse files
author
Jason Zhai
committed
Update tfms
1 parent 1e56574 commit 0f93207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/TestAssets/TestProjects/XunitMulti/VSTestXunitDesktopAndNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
33

44
<PropertyGroup>
5-
<TargetFrameworks>net46;$(CurrentTargetFramework)</TargetFrameworks>
5+
<TargetFrameworks>net48;$(CurrentTargetFramework)</TargetFrameworks>
66
</PropertyGroup>
77

8-
<PropertyGroup Condition="'$(TargetFramework)' == 'net46'">
8+
<PropertyGroup Condition="'$(TargetFramework)' == 'net48'">
99
<DefineConstants>DESKTOP;$(DefineConstants)</DefineConstants>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)