From 0a7526a763c58e82f9e3aa8391c54b000fa57e2d Mon Sep 17 00:00:00 2001 From: Scott Brady Date: Sun, 13 Aug 2023 21:50:05 +1000 Subject: [PATCH] Update template to .NET 7.0. Signed-off-by: Scott Brady --- README.md | 4 ++-- metadata.json | 2 +- netcore-template.csproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aad5f22..05821a1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Dotnet +# Template Dotnet -c# template for gauge +.NET C# template for [Gauge](https://gauge.org/). diff --git a/metadata.json b/metadata.json index fcf43c4..3b3f828 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "dotnet", - "description": "Gauge template for C# with .NET Standard 2.0", + "description": "Gauge template for C# with .NET 7.0", "version": "0.0.22", "postInstallCmd": "", "postInstallMsg": "Run specifications with \"gauge run specs/\"." diff --git a/netcore-template.csproj b/netcore-template.csproj index fe260b2..21de953 100644 --- a/netcore-template.csproj +++ b/netcore-template.csproj @@ -1,11 +1,11 @@ - netcoreapp3.0 + net7.0 - +