Skip to content

Commit

Permalink
Ensure properties are defined for isolated acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jul 20, 2022
1 parent 0650869 commit 4a6a32d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build/TestAssets.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<!-- Not able to add TargetFrameworks here due to: https://github.com/dotnet/sdk/issues/1110 -->
<NetCoreAppTargetFramework Condition="'$(TargetFramework)' != '' AND $(TargetFramework.StartsWith('netcoreapp'))">true</NetCoreAppTargetFramework>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<TargetNetFxVersion Condition=" '$(TargetNetFxVersion)' == '' ">net462</TargetNetFxVersion>
<TargetNetCoreVersion Condition=" '$(TargetNetCoreVersion)' == '' ">netcoreapp3.1</TargetNetCoreVersion>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)TestPlatform.Dependencies.props" Condition=" '$(DependencyVersionsImported)' != 'true' "/>
Expand Down

0 comments on commit 4a6a32d

Please sign in to comment.