diff options
Diffstat (limited to 'src/ext/Msmq')
-rw-r--r-- | src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj b/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj index 9b3d00ca..5acf0cf7 100644 --- a/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj +++ b/src/ext/Msmq/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj | |||
@@ -4,8 +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 | <IsPackable>false</IsPackable> | 7 | <IsWixTestProject>true</IsWixTestProject> |
8 | <SignOutput>false</SignOutput> | ||
9 | </PropertyGroup> | 8 | </PropertyGroup> |
10 | 9 | ||
11 | <ItemGroup> | 10 | <ItemGroup> |
@@ -22,10 +21,4 @@ | |||
22 | <ItemGroup> | 21 | <ItemGroup> |
23 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 22 | <PackageReference Include="WixToolset.Core.TestPackage" /> |
24 | </ItemGroup> | 23 | </ItemGroup> |
25 | |||
26 | <ItemGroup> | ||
27 | <PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
28 | <PackageReference Include="xunit" /> | ||
29 | <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" /> | ||
30 | </ItemGroup> | ||
31 | </Project> | 24 | </Project> |