Skip to content

Commit

Permalink
Drop aspnetcore 2.2 dependencies (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: AVANADE-CORP\r.bajor <[email protected]>
Co-authored-by: Steve Smith <[email protected]>
  • Loading branch information
3 people committed Sep 12, 2023
1 parent 8e93188 commit 2dfc6f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@
<PackageReleaseNotes>PR 132. Add Result.Conflict</PackageReleaseNotes>
<AssemblyName>Ardalis.Result.AspNetCore</AssemblyName>
<Version>7.1.0</Version>
<TargetFrameworks>net7.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'net7.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageReleaseNotes>PR 132. Add Result.Conflict</PackageReleaseNotes>
<AssemblyName>Ardalis.Result.FluentValidation</AssemblyName>
<Version>7.1.0</Version>
<TargetFrameworks>net7.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Ardalis.Result/Ardalis.Result.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageReleaseNotes>PR 132. Add Result.Conflict</PackageReleaseNotes>
<AssemblyName>Ardalis.Result</AssemblyName>
<Version>7.1.0</Version>
<TargetFrameworks>net7.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down

0 comments on commit 2dfc6f3

Please sign in to comment.