aboutsummaryrefslogtreecommitdiff
path: root/src/dotnet-wix
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-04-02 14:54:40 -0700
committerRob Mensching <rob@firegiant.com>2021-04-03 13:59:25 -0700
commit04dd968856734d40e20802cd07e89f40ac871191 (patch)
treed6157b4f0edc39c108d2104a88e09b008d263aa6 /src/dotnet-wix
parent9331f113bcaedd6c391077a07d5f98f3fdb85a95 (diff)
downloadwix-04dd968856734d40e20802cd07e89f40ac871191.tar.gz
wix-04dd968856734d40e20802cd07e89f40ac871191.tar.bz2
wix-04dd968856734d40e20802cd07e89f40ac871191.zip
Standardize on .NET Core v3.1
Diffstat (limited to 'src/dotnet-wix')
-rw-r--r--src/dotnet-wix/dotnet-wix.csproj2
-rw-r--r--src/dotnet-wix/dotnet-wix.nuspec4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/dotnet-wix/dotnet-wix.csproj b/src/dotnet-wix/dotnet-wix.csproj
index 4cb9ba54..710ab5cd 100644
--- a/src/dotnet-wix/dotnet-wix.csproj
+++ b/src/dotnet-wix/dotnet-wix.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.1</TargetFramework> 6 <TargetFramework>netcoreapp3.1</TargetFramework>
7 <IncludeBuildOutput>false</IncludeBuildOutput> 7 <IncludeBuildOutput>false</IncludeBuildOutput>
8 <Description>WiX Toolset Command-line interface</Description> 8 <Description>WiX Toolset Command-line interface</Description>
9 <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> 9 <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile>
diff --git a/src/dotnet-wix/dotnet-wix.nuspec b/src/dotnet-wix/dotnet-wix.nuspec
index 8226a4c7..66d42c75 100644
--- a/src/dotnet-wix/dotnet-wix.nuspec
+++ b/src/dotnet-wix/dotnet-wix.nuspec
@@ -14,7 +14,7 @@
14 </metadata> 14 </metadata>
15 15
16 <files> 16 <files>
17 <file src="$projectFolder$DotnetToolSettings.xml" target="tools\netcoreapp2.1\any" /> 17 <file src="$projectFolder$DotnetToolSettings.xml" target="tools\netcoreapp3.1\any" />
18 <file src="**" target="tools\netcoreapp2.1\any" /> 18 <file src="**" target="tools\netcoreapp3.1\any" />
19 </files> 19 </files>
20</package> 20</package>