diff options
Diffstat (limited to 'src/ext/NetFx')
-rw-r--r-- | src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj b/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj index 24f807eb..71cf532f 100644 --- a/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj +++ b/src/ext/NetFx/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | |||
@@ -4,9 +4,7 @@ | |||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netcoreapp3.1</TargetFramework> | 6 | <TargetFramework>netcoreapp3.1</TargetFramework> |
7 | <DebugType>embedded</DebugType> | 7 | <IsWixTestProject>true</IsWixTestProject> |
8 | <IsPackable>false</IsPackable> | ||
9 | <SignOutput>false</SignOutput> | ||
10 | </PropertyGroup> | 8 | </PropertyGroup> |
11 | 9 | ||
12 | <ItemGroup> | 10 | <ItemGroup> |
@@ -22,12 +20,6 @@ | |||
22 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 20 | <PackageReference Include="WixToolset.Core.TestPackage" /> |
23 | </ItemGroup> | 21 | </ItemGroup> |
24 | 22 | ||
25 | <ItemGroup> | ||
26 | <PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
27 | <PackageReference Include="xunit" /> | ||
28 | <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" /> | ||
29 | </ItemGroup> | ||
30 | |||
31 | <Target Name="CopyExtensions" AfterTargets="Build"> | 23 | <Target Name="CopyExtensions" AfterTargets="Build"> |
32 | <Copy DestinationFolder="$(OutputPath)" SourceFiles="@(WixExtension)" /> | 24 | <Copy DestinationFolder="$(OutputPath)" SourceFiles="@(WixExtension)" /> |
33 | </Target> | 25 | </Target> |