зеркало из https://github.com/dotnet/sdk.git
Added core-sdk-tasks.Tests changes from the original feature/installer-merge branch.
This commit is contained in:
Родитель
39f3122792
Коммит
9bbce4892e
|
@ -1,6 +1,4 @@
|
|||
using FluentAssertions;
|
||||
using Xunit;
|
||||
using Microsoft.DotNet.Cli.Build;
|
||||
using Microsoft.DotNet.Cli.Build;
|
||||
|
||||
namespace EndToEnd
|
||||
{
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
using FluentAssertions;
|
||||
using Xunit;
|
||||
using Microsoft.DotNet.Cli.Build;
|
||||
using Microsoft.DotNet.Cli.Build;
|
||||
|
||||
namespace EndToEnd
|
||||
{
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>$(SdkTargetFramework);net472</TargetFrameworks>
|
||||
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">$(SdkTargetFramework)</TargetFrameworks>
|
||||
<TargetFrameworks>net472;$(ToolsetTargetFramework)</TargetFrameworks>
|
||||
<TargetFrameworks Condition="'$([MSBuild]::IsOSPlatform(`Windows`))' == 'false'">$(ToolsetTargetFramework)</TargetFrameworks>
|
||||
<OutputType Condition="'$(TargetFramework)' == '$(ToolsetTargetFramework)'">Exe</OutputType>
|
||||
<StrongNameKeyId>MicrosoftAspNetCore</StrongNameKeyId>
|
||||
<Nullable>Enable</Nullable>
|
||||
<!-- By default, test projects don't append TargetFramework to output path. It is necessary for multi-targeting test projects. -->
|
||||
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FluentAssertions" Version="4.18.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\core-sdk-tasks\core-sdk-tasks.csproj" />
|
||||
<ProjectReference Include="..\..\src\Installer\core-sdk-tasks\core-sdk-tasks.csproj" />
|
||||
<ProjectReference Include="..\Microsoft.NET.TestFramework\Microsoft.NET.TestFramework.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Загрузка…
Ссылка в новой задаче