diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-10 09:39:56 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-10 10:23:43 +1000 |
commit | f7ddd026c4f08bf4510bb40365b42c3cad95a811 (patch) | |
tree | 2b175b30208dbf97880b8ca90bd7cd87f5c260fd /src/test | |
parent | 74ca49020e2f382437337f166711ea87556865bd (diff) | |
download | wix-f7ddd026c4f08bf4510bb40365b42c3cad95a811.tar.gz wix-f7ddd026c4f08bf4510bb40365b42c3cad95a811.tar.bz2 wix-f7ddd026c4f08bf4510bb40365b42c3cad95a811.zip |
Update dependencies.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj b/src/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj index bb03f716..7f74e043 100644 --- a/src/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj +++ b/src/test/WixToolsetTest.Msmq/WixToolsetTest.Msmq.csproj | |||
@@ -1,9 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | 3 | ||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netcoreapp2.1</TargetFramework> | 6 | <TargetFramework>netcoreapp3.1</TargetFramework> |
7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
8 | </PropertyGroup> | 8 | </PropertyGroup> |
9 | 9 | ||
@@ -23,7 +23,10 @@ | |||
23 | </ItemGroup> | 23 | </ItemGroup> |
24 | 24 | ||
25 | <ItemGroup> | 25 | <ItemGroup> |
26 | <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" PrivateAssets="all" /> | 26 | <PackageReference Include="WixToolset.Core" Version="4.0.*" /> |
27 | <PackageReference Include="WixToolset.Core.Burn" Version="4.0.*" /> | ||
28 | <PackageReference Include="WixToolset.Core.WindowsInstaller" Version="4.0.*" /> | ||
29 | <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" /> | ||
27 | </ItemGroup> | 30 | </ItemGroup> |
28 | 31 | ||
29 | <ItemGroup> | 32 | <ItemGroup> |
@@ -31,8 +34,8 @@ | |||
31 | </ItemGroup> | 34 | </ItemGroup> |
32 | 35 | ||
33 | <ItemGroup> | 36 | <ItemGroup> |
34 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" /> | 37 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" /> |
35 | <PackageReference Include="xunit" Version="2.4.0" /> | 38 | <PackageReference Include="xunit" Version="2.4.1" /> |
36 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" /> | 39 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="All" /> |
37 | </ItemGroup> | 40 | </ItemGroup> |
38 | </Project> | 41 | </Project> |