@joebigelow / wix / commits / 8b72be6a

Remove redundant versions from Sdk style projects

Rob Mensching committed Mar 4, 2022 at 00:05 UTC 8b72be6a36104497a0fe1606c47fb625b097972c
2 files changed +2 -2
src/wix/pack_t.proj
+1 -1
@@ -1,4 +1,4 @@
1 -<Project Sdk="Microsoft.Build.Traversal/3.0.23">
1 +<Project Sdk="Microsoft.Build.Traversal">
2 <ItemGroup>
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" />
src/wix/publish_t.proj
+1 -1
@@ -1,4 +1,4 @@
1 -<Project Sdk="Microsoft.Build.Traversal/3.0.23">
1 +<Project Sdk="Microsoft.Build.Traversal">
2 <ItemGroup>
3 <ProjectReference Include="wix\wix.csproj" Properties="TargetFramework=netcoreapp3.1;PublishDir=$(BaseOutputPath)$(Configuration)\publish\wix\" Targets="Publish" />
4