aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj b/src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj
index 1635287d..fcac4644 100644
--- a/src/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj
+++ b/src/test/WixToolsetTest.Util/WixToolsetTest.Util.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
@@ -57,7 +57,7 @@
57 </ItemGroup> 57 </ItemGroup>
58 58
59 <ItemGroup> 59 <ItemGroup>
60 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" /> 60 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
61 <PackageReference Include="xunit" Version="2.4.1" /> 61 <PackageReference Include="xunit" Version="2.4.1" />
62 <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="All" /> 62 <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="All" />
63 </ItemGroup> 63 </ItemGroup>