diff options
| author | Bob Arnson <bob@firegiant.com> | 2023-11-26 22:40:25 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2023-12-04 15:20:37 -0500 |
| commit | 5f23086a29aac7f0cbbe3b2e3d2f980d15e447c7 (patch) | |
| tree | 65907df33dc5bee267223e1bd98ca3f77d678f45 /src/api | |
| parent | e0a9ec5d3e02d2471d496d1a59c89cb963bd01d7 (diff) | |
| download | wix-5f23086a29aac7f0cbbe3b2e3d2f980d15e447c7.tar.gz wix-5f23086a29aac7f0cbbe3b2e3d2f980d15e447c7.tar.bz2 wix-5f23086a29aac7f0cbbe3b2e3d2f980d15e447c7.zip | |
Build tweaks to support VS 17.8...
...because SemVer is just a suggestion.
- Also fix missing NuGet cleanup.
- And update NuGet^2 packages because v6.3.1 has vulnerabilities.
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj index 7c21734f..21b9cfdc 100644 --- a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj +++ b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <TargetFramework>net6.0</TargetFramework> | 6 | <TargetFramework>net6.0</TargetFramework> |
| 7 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> | 7 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> |
| 8 | <SelfContained>false</SelfContained> | ||
| 8 | <IsWixTestProject>true</IsWixTestProject> | 9 | <IsWixTestProject>true</IsWixTestProject> |
| 9 | </PropertyGroup> | 10 | </PropertyGroup> |
| 10 | 11 | ||
