Skip to content

Commit

Permalink
Merge pull request #26 from mpekurny/master
Browse files Browse the repository at this point in the history
Updating version of the Gauge CSharp lib
  • Loading branch information
sriv authored Sep 17, 2024
2 parents 081b08f + dce0dae commit 343e20c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Visual Studio folders
.vs
.vscode

# Gauge - metadata dir
.gauge

Expand Down
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 7.0",
"description": "Gauge template for C# with .NET 8.0",
"version": "0.0.29",
"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,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

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

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.10.3" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.1" />
</ItemGroup>

</Project>

0 comments on commit 343e20c

Please sign in to comment.