From d32788198d873bc8334cac0b03db98d7c37227bb Mon Sep 17 00:00:00 2001 From: Gustave Monce Date: Fri, 11 Nov 2022 02:26:45 -0800 Subject: [PATCH] Project: Migrate to .NET 7 --- .github/workflows/ci.yml | 2 +- WPinternals.sln | 9 ++++----- WPinternals/WPinternals.csproj | 8 ++++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e0dceb..6b66dfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Install .NET SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: "6.0.x" + dotnet-version: "7.0.x" - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1.0.2 diff --git a/WPinternals.sln b/WPinternals.sln index f4fa207..5dda0d8 100644 --- a/WPinternals.sln +++ b/WPinternals.sln @@ -14,11 +14,6 @@ EndProject Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "WPinternalsSDK", "WPinternalsSDK\WPinternalsSDK.shproj", "{D29275F2-BB58-44A2-81E1-96D68C4C48DB}" EndProject Global - GlobalSection(SharedMSBuildProjectFiles) = preSolution - WPinternalsSDK\WPinternalsSDK.projitems*{25d167ab-d58a-4195-8ef7-e736f330822c}*SharedItemsImports = 4 - WPinternalsSDK\WPinternalsSDK.projitems*{53edf96d-d4f7-476c-9030-c29ad132719d}*SharedItemsImports = 4 - WPinternalsSDK\WPinternalsSDK.projitems*{d29275f2-bb58-44a2-81e1-96d68c4c48db}*SharedItemsImports = 13 - EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Debug|ARM = Debug|ARM @@ -2225,4 +2220,8 @@ Global GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {B3E377C3-CCA7-4662-9251-2432B6E44C82} EndGlobalSection + GlobalSection(SharedMSBuildProjectFiles) = preSolution + WPinternalsSDK\WPinternalsSDK.projitems*{25d167ab-d58a-4195-8ef7-e736f330822c}*SharedItemsImports = 4 + WPinternalsSDK\WPinternalsSDK.projitems*{d29275f2-bb58-44a2-81e1-96d68c4c48db}*SharedItemsImports = 13 + EndGlobalSection EndGlobal diff --git a/WPinternals/WPinternals.csproj b/WPinternals/WPinternals.csproj index ee9a16a..481e13f 100644 --- a/WPinternals/WPinternals.csproj +++ b/WPinternals/WPinternals.csproj @@ -1,6 +1,6 @@  - net6.0-windows + net7.0-windows WinExe false publish\ @@ -359,9 +359,9 @@ - - - + + +