diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 9bfe8ca..2d4ed58 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -65,8 +65,7 @@ jobs: with: file: | "**/Ocaramba**.csproj", - "!**/Ocaramba.Templates.csproj", - "**/**.vsixmanifest" + "!**/Ocaramba.Templates.csproj" version: ${{ env.templateVersion }} - run: msbuild -t:Restore /p:configuration='${{ env.buildConfiguration }}' /v:minimal - run: msbuild '${{ env.solution }}' /p:configuration='${{ env.buildConfiguration }}' /p:platform='${{ env.buildPlatform }}' /v:minimal diff --git a/Ocaramba.ProjectExample.MsTest.NetCore/ProjectTemplate.csproj b/Ocaramba.ProjectExample.MsTest.NetCore/ProjectTemplate.csproj index 11d26e8..ac5a240 100644 --- a/Ocaramba.ProjectExample.MsTest.NetCore/ProjectTemplate.csproj +++ b/Ocaramba.ProjectExample.MsTest.NetCore/ProjectTemplate.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 false diff --git a/Ocaramba.ProjectExample.NUnit.NetCore/ProjectTemplate.csproj b/Ocaramba.ProjectExample.NUnit.NetCore/ProjectTemplate.csproj index 4ebccad..d5841ed 100644 --- a/Ocaramba.ProjectExample.NUnit.NetCore/ProjectTemplate.csproj +++ b/Ocaramba.ProjectExample.NUnit.NetCore/ProjectTemplate.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 false diff --git a/Ocaramba.ProjectExample.NUnit.NetFramework/packages.config b/Ocaramba.ProjectExample.NUnit.NetFramework/packages.config index c4d12c5..616e83c 100644 --- a/Ocaramba.ProjectExample.NUnit.NetFramework/packages.config +++ b/Ocaramba.ProjectExample.NUnit.NetFramework/packages.config @@ -1,7 +1,7 @@  - + diff --git a/README.md b/README.md index 01f4368..10c63bb 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ The extension contains: - Project templates: - Ocaramba.MsTest (.NET Framework 4.7.2) - - Ocaramba.MsTest (.NET Core 3.1) - - Ocaramba.NUnit (.NET Core 3.1) + - Ocaramba.MsTest (.NET 8.0) + - Ocaramba.NUnit (.NET 8.0) - Ocaramba.NUnit (.NET Framework 4.7.2) - Item templates: - Ocaramba Page Object @@ -34,7 +34,7 @@ All templates are located on Visual Studio's **New Project** and **New Item** wi *Find out more on [Ocaramba](https://github.com/ObjectivityLtd/Ocaramba).* -[![Build Status](https://dev.azure.com/ocaramba/Ocaramba.templates/_apis/build/status/ObjectivityLtd.Ocaramba.templates)](https://dev.azure.com/ocaramba/Ocaramba.templates/_build?definitionId=1&_a=summary) +![Build status](https://github.com/Accenture/Ocaramba/actions/workflows/github-actions.yml/badge.svg) Download Ocaramba Visual Studio templates [![Ocaramba Templates](https://img.shields.io/badge/get-Ocaramba_Templates-green.svg?color=4BC21F)](https://marketplace.visualstudio.com/items?itemName=Ocaramba.Ocaramba1)