diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b1fc3ea..c767278 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,6 +43,12 @@ jobs: with: fetch-depth: 0 + - name: Setup .NET + uses: actions/setup-dotnet@v1 + with: + dotnet-version: '6.0.x' + include-prerelease: true + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1 diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1732c01..13ccdd2 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -24,7 +24,8 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: '6.0.x' + include-prerelease: true - name: Restore dependencies run: dotnet restore diff --git a/Our.Umbraco.TagHelpers.Playground/Our.Umbraco.TagHelpers.Playground.csproj b/Our.Umbraco.TagHelpers.Playground/Our.Umbraco.TagHelpers.Playground.csproj index fedfb7d..3bd7364 100644 --- a/Our.Umbraco.TagHelpers.Playground/Our.Umbraco.TagHelpers.Playground.csproj +++ b/Our.Umbraco.TagHelpers.Playground/Our.Umbraco.TagHelpers.Playground.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 $(DefaultItemExcludes);App_Plugins/**; $(DefaultItemExcludes);umbraco/**; $(DefaultItemExcludes);wwwroot/media/**; diff --git a/Our.Umbraco.TagHelpers.Tests/Our.Umbraco.TagHelpers.Tests.csproj b/Our.Umbraco.TagHelpers.Tests/Our.Umbraco.TagHelpers.Tests.csproj index afd719e..73f37a8 100644 --- a/Our.Umbraco.TagHelpers.Tests/Our.Umbraco.TagHelpers.Tests.csproj +++ b/Our.Umbraco.TagHelpers.Tests/Our.Umbraco.TagHelpers.Tests.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 false diff --git a/Our.Umbraco.TagHelpers/Our.Umbraco.TagHelpers.csproj b/Our.Umbraco.TagHelpers/Our.Umbraco.TagHelpers.csproj index 62e5501..c888533 100644 --- a/Our.Umbraco.TagHelpers/Our.Umbraco.TagHelpers.csproj +++ b/Our.Umbraco.TagHelpers/Our.Umbraco.TagHelpers.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 @@ -28,22 +28,31 @@ git TagHelperLogo.png Umbraco;TagHelper;TagHelpers;UmbracoCMS + README.md - - - - - - - + + + + + + + - - - + + + - - - + + + + True + \ + + + True + \ + +