diff options
| author | Bob Arnson <bob@joyofsetup.com> | 2018-06-21 20:26:16 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@joyofsetup.com> | 2018-06-21 20:26:16 -0400 |
| commit | 61ca68def38291abd52e4cc11dd1ef674e32c6aa (patch) | |
| tree | ff202528a32b37740ad28199d9d6d83b86edcbcc /src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |
| parent | a65621eaf2f3d48c20003d5dae6cf871f29bb9cc (diff) | |
| download | wix-61ca68def38291abd52e4cc11dd1ef674e32c6aa.tar.gz wix-61ca68def38291abd52e4cc11dd1ef674e32c6aa.tar.bz2 wix-61ca68def38291abd52e4cc11dd1ef674e32c6aa.zip | |
Update to netcoreapp2.1 and xunit 2.3.1.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj index 6d11b2d6..39ec6e31 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj +++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <TargetFramework>netcoreapp2.0</TargetFramework> | 6 | <TargetFramework>netcoreapp2.1</TargetFramework> |
| 7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
| 8 | </PropertyGroup> | 8 | </PropertyGroup> |
| 9 | 9 | ||
| @@ -60,8 +60,8 @@ | |||
| 60 | </ItemGroup> | 60 | </ItemGroup> |
| 61 | 61 | ||
| 62 | <ItemGroup> | 62 | <ItemGroup> |
| 63 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0-preview-20170628-02" /> | 63 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" /> |
| 64 | <PackageReference Include="xunit" Version="2.2.0" /> | 64 | <PackageReference Include="xunit" Version="2.3.1" /> |
| 65 | <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" /> | 65 | <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> |
| 66 | </ItemGroup> | 66 | </ItemGroup> |
| 67 | </Project> | 67 | </Project> |
