diff options
author | Rob Mensching <rob@firegiant.com> | 2022-03-04 00:05:28 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-03-14 12:50:55 -0700 |
commit | 8b72be6a36104497a0fe1606c47fb625b097972c (patch) | |
tree | 6f0c94e1f457f16aacee4d100dee1a90574c55a1 | |
parent | 64fc0adbf4b910314223cbcfeaf2d8b72f0f760e (diff) | |
download | wix-8b72be6a36104497a0fe1606c47fb625b097972c.tar.gz wix-8b72be6a36104497a0fe1606c47fb625b097972c.tar.bz2 wix-8b72be6a36104497a0fe1606c47fb625b097972c.zip |
Remove redundant versions from Sdk style projects
-rw-r--r-- | src/wix/pack_t.proj | 2 | ||||
-rw-r--r-- | src/wix/publish_t.proj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/wix/pack_t.proj b/src/wix/pack_t.proj index 796eb615..a775ddb3 100644 --- a/src/wix/pack_t.proj +++ b/src/wix/pack_t.proj | |||
@@ -1,4 +1,4 @@ | |||
1 | <Project Sdk="Microsoft.Build.Traversal/3.0.23"> | 1 | <Project Sdk="Microsoft.Build.Traversal"> |
2 | <ItemGroup> | 2 | <ItemGroup> |
3 | <ProjectReference Include="pack-wix\pack-wix.csproj" Properties="NoBuild=true" Targets="Pack" /> | 3 | <ProjectReference Include="pack-wix\pack-wix.csproj" Properties="NoBuild=true" Targets="Pack" /> |
4 | <ProjectReference Include="WixToolset.Sdk\WixToolset.Sdk.csproj" Properties="NoBuild=true" Targets="Pack" /> | 4 | <ProjectReference Include="WixToolset.Sdk\WixToolset.Sdk.csproj" Properties="NoBuild=true" Targets="Pack" /> |
diff --git a/src/wix/publish_t.proj b/src/wix/publish_t.proj index e7585614..55b5216c 100644 --- a/src/wix/publish_t.proj +++ b/src/wix/publish_t.proj | |||
@@ -1,4 +1,4 @@ | |||
1 | <Project Sdk="Microsoft.Build.Traversal/3.0.23"> | 1 | <Project Sdk="Microsoft.Build.Traversal"> |
2 | <ItemGroup> | 2 | <ItemGroup> |
3 | <ProjectReference Include="wix\wix.csproj" Properties="TargetFramework=netcoreapp3.1;PublishDir=$(BaseOutputPath)$(Configuration)\publish\wix\" Targets="Publish" /> | 3 | <ProjectReference Include="wix\wix.csproj" Properties="TargetFramework=netcoreapp3.1;PublishDir=$(BaseOutputPath)$(Configuration)\publish\wix\" Targets="Publish" /> |
4 | 4 | ||