diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 079ad84..9166232 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,10 +22,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup .NET 5 - uses: actions/setup-dotnet@v3 - with: - dotnet-version: 5.0.x - name: Setup .NET 6 uses: actions/setup-dotnet@v3 with: diff --git a/build/build.csproj b/build/build.csproj index 563298b..a4ef548 100644 --- a/build/build.csproj +++ b/build/build.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 false diff --git a/src/Oakton.sln b/src/Oakton.sln index f828753..4bce09b 100644 --- a/src/Oakton.sln +++ b/src/Oakton.sln @@ -33,6 +33,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNet6BootstrappedConsole" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OptsFileUsageDemo", "OptsFileUsageDemo\OptsFileUsageDemo.csproj", "{A0EA6072-88AB-493C-A955-55D73C33853D}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{3209057B-F40B-4474-BBBB-93B0B5E89E73}" + ProjectSection(SolutionItems) = preProject + ..\.github\workflows\docs.yml = ..\.github\workflows\docs.yml + ..\.github\workflows\dotnet.yml = ..\.github\workflows\dotnet.yml + ..\.github\workflows\publish_nuget.yml = ..\.github\workflows\publish_nuget.yml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU