diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-10-15 23:06:59 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-11-02 11:48:43 -0800 |
| commit | 177c9a8f474346402982034c64e4f8330715cc78 (patch) | |
| tree | 6967e73759f32738750bfadc35158187896edbb5 /src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/VisualStudioExtensionFixture.cs | |
| parent | edcad27d89bf80e3334bdbb5982f2138c2ff2b1f (diff) | |
| download | wix-177c9a8f474346402982034c64e4f8330715cc78.tar.gz wix-177c9a8f474346402982034c64e4f8330715cc78.tar.bz2 wix-177c9a8f474346402982034c64e4f8330715cc78.zip | |
Update to .NET 8 to fix build
.NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it
releases.
Diffstat (limited to 'src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/VisualStudioExtensionFixture.cs')
| -rw-r--r-- | src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/VisualStudioExtensionFixture.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/VisualStudioExtensionFixture.cs b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/VisualStudioExtensionFixture.cs index 992ac953..361f5274 100644 --- a/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/VisualStudioExtensionFixture.cs +++ b/src/ext/VisualStudio/test/WixToolsetTest.VisualStudio/VisualStudioExtensionFixture.cs | |||
| @@ -1,8 +1,11 @@ | |||
| 1 | // 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. | 1 | // 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 | 2 | ||
| 3 | using Microsoft.VisualStudio.TestTools.UnitTesting; | ||
| 4 | |||
| 5 | [assembly: Parallelize(Scope = ExecutionScope.MethodLevel)] | ||
| 6 | |||
| 3 | namespace WixToolsetTest.VisualStudio | 7 | namespace WixToolsetTest.VisualStudio |
| 4 | { | 8 | { |
| 5 | using Microsoft.VisualStudio.TestTools.UnitTesting; | ||
| 6 | using WixInternal.MSTestSupport; | 9 | using WixInternal.MSTestSupport; |
| 7 | using WixInternal.Core.MSTestPackage; | 10 | using WixInternal.Core.MSTestPackage; |
| 8 | using WixToolset.VisualStudio; | 11 | using WixToolset.VisualStudio; |
