Skip to content

Commit

Permalink
Fix project tfm
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed May 23, 2022
1 parent 57d8218 commit 9a2a106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestAssets/XUTestProject/XUTestProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Import Project="..\..\..\scripts\build\TestAssets.props" />
<PropertyGroup>
<AssemblyName>XUTestProject</AssemblyName>
<TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;net462</TargetFrameworks>
<TargetFrameworks Condition=" '$(DotNetBuildFromSource)' == 'true' ">netcoreapp3.1</TargetFrameworks>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
Expand Down

0 comments on commit 9a2a106

Please sign in to comment.