From 2c068b50fc7a8fcb9a06554639db12e448d8396b Mon Sep 17 00:00:00 2001 From: Gian Luca Da Silva Figueiredo Date: Mon, 14 Oct 2024 16:26:24 -0300 Subject: [PATCH] =?UTF-8?q?[GMH]=20Corrigir=20vers=C3=A3o=20do=20dotnet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet-desktop.yml | 2 +- iso.gmh.desktop/iso.gmh.desktop.sln | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 iso.gmh.desktop/iso.gmh.desktop.sln diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 9af2512..6810d93 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -23,7 +23,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16 - name: Restore and build the application diff --git a/iso.gmh.desktop/iso.gmh.desktop.sln b/iso.gmh.desktop/iso.gmh.desktop.sln new file mode 100644 index 0000000..079640e --- /dev/null +++ b/iso.gmh.desktop/iso.gmh.desktop.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.002.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iso.gmh.desktop", "iso.gmh.desktop.csproj", "{9923D1F3-9408-4B24-9C10-4C520DFF4AA6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9923D1F3-9408-4B24-9C10-4C520DFF4AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9923D1F3-9408-4B24-9C10-4C520DFF4AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9923D1F3-9408-4B24-9C10-4C520DFF4AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9923D1F3-9408-4B24-9C10-4C520DFF4AA6}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FCC5F060-C09B-4134-9073-0985E20860F3} + EndGlobalSection +EndGlobal