2018-05-08 01:13:25 +03:00
|
|
|
<Project>
|
2017-08-30 22:58:16 +03:00
|
|
|
<Import Project="..\Directory.Build.props" />
|
|
|
|
|
2017-11-17 03:55:50 +03:00
|
|
|
<PropertyGroup>
|
2018-05-08 01:13:25 +03:00
|
|
|
<DeveloperBuildTestTfms>netcoreapp2.2</DeveloperBuildTestTfms>
|
2017-11-17 03:55:50 +03:00
|
|
|
<StandardTestTfms>$(DeveloperBuildTestTfms)</StandardTestTfms>
|
2018-05-08 01:13:25 +03:00
|
|
|
|
2017-11-17 03:55:50 +03:00
|
|
|
<StandardTestTfms Condition=" '$(DeveloperBuild)' != 'true' AND '$(OS)' == 'Windows_NT' ">$(StandardTestTfms);net461</StandardTestTfms>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2017-08-30 22:58:16 +03:00
|
|
|
<ItemGroup>
|
2017-10-26 02:46:21 +03:00
|
|
|
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkPackageVersion)" PrivateAssets="All" />
|
2017-08-30 22:58:16 +03:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|