diff options
author | Rob Mensching <rob@firegiant.com> | 2022-10-18 11:57:08 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-10-19 13:23:21 -0700 |
commit | 44e69b72d820bcebee45b738372117d35d487404 (patch) | |
tree | c6fb14635ccfe00c2bda5409a0da9b61cebe8292 /src/api | |
parent | e550b63845a90e1a9452060b50a00ca5d9ee8c67 (diff) | |
download | wix-44e69b72d820bcebee45b738372117d35d487404.tar.gz wix-44e69b72d820bcebee45b738372117d35d487404.tar.bz2 wix-44e69b72d820bcebee45b738372117d35d487404.zip |
Update build dependencies and normalize more projects
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj b/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj index fd26a027..b83084d0 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | 3 | ||
4 | <Project Sdk="Microsoft.Build.NoTargets/3.0.4"> | 4 | <Project Sdk="Microsoft.Build.NoTargets"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>net6.0</TargetFramework> | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | <PackageId>WixToolset.BootstrapperCore.Native</PackageId> | 7 | <PackageId>WixToolset.BootstrapperCore.Native</PackageId> |