diff options
author | Bob Arnson <bob@joyofsetup.com> | 2018-07-10 16:36:23 -0400 |
---|---|---|
committer | Bob Arnson <bob@joyofsetup.com> | 2018-07-10 16:36:23 -0400 |
commit | 1a2d7994764060dc6f8936fab1c03e255f2671c5 (patch) | |
tree | 06ea027c771e504863756eaf3149f8424f409ccd | |
parent | f6366fcef77c6dba43be2cc6855d73bf343135bd (diff) | |
download | wix-1a2d7994764060dc6f8936fab1c03e255f2671c5.tar.gz wix-1a2d7994764060dc6f8936fab1c03e255f2671c5.tar.bz2 wix-1a2d7994764060dc6f8936fab1c03e255f2671c5.zip |
Update to netcoreapp2.1 (missed one).
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec index 00b01683..a461557a 100644 --- a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec +++ b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec | |||
@@ -13,7 +13,7 @@ | |||
13 | <files> | 13 | <files> |
14 | <file src="$projectFolder$$id$.props" target="build" /> | 14 | <file src="$projectFolder$$id$.props" target="build" /> |
15 | 15 | ||
16 | <file src="netcoreapp2.0\*" target="tools\netcoreapp2.0" /> | 16 | <file src="netcoreapp2.1\*" target="tools\netcoreapp2.1" /> |
17 | <file src="net461\*" target="tools\net461" /> | 17 | <file src="net461\*" target="tools\net461" /> |
18 | <file src="net461\redirects\*" target="msbuild" /> | 18 | <file src="net461\redirects\*" target="msbuild" /> |
19 | </files> | 19 | </files> |