Skip to content

Commit

Permalink
Merge pull request #22 from scott-brady/master
Browse files Browse the repository at this point in the history
Update template to .NET 7.0.
  • Loading branch information
sriv authored Aug 13, 2023
2 parents 73e8936 + 0a7526a commit b857061
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dotnet
# Template Dotnet

c# template for gauge
.NET C# template for [Gauge](https://gauge.org/).
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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/\"."
Expand Down
4 changes: 2 additions & 2 deletions netcore-template.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.7.0" />
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.9.0" />
</ItemGroup>

Expand Down

0 comments on commit b857061

Please sign in to comment.