Skip to content

Commit

Permalink
Making minimal api stuff work in net6
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Sep 11, 2024
1 parent def29eb commit 7a028f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;

#if NET7_0_OR_GREATER
#if NET6_0_OR_GREATER
namespace Ardalis.Result.AspNetCore;

public static partial class ResultExtensions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if NET7_0_OR_GREATER
#if NET6_0_OR_GREATER

using Ardalis.Result.AspNetCore;
using Xunit;
Expand Down

0 comments on commit 7a028f7

Please sign in to comment.