Skip to content

Commit

Permalink
Bumped minimum version for automapper package reference (#73)
Browse files Browse the repository at this point in the history
* Bumped minimum version for automapper package reference

Bumped the minimum version for the automapper package reference to accommodate for the automapper package version updates to v13.0.1

* Updated dotnet version and package dependency version range
  • Loading branch information
watercable76 authored Feb 13, 2024
1 parent 84e9aa8 commit ed5f3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutoMapper.Data/AutoMapper.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<VersionPrefix>7.0.2</VersionPrefix>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Jimmy Bogard</Authors>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
<AssemblyName>AutoMapper.Data</AssemblyName>
<PackageId>AutoMapper.Data</PackageId>
<PackageTags>AutoMapper</PackageTags>
Expand All @@ -25,7 +25,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="[12.0.0, 13.0.0)" />
<PackageReference Include="AutoMapper" Version="[13.0.0, 14.0.0)" />
<None Include="..\README.md" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down

0 comments on commit ed5f3a2

Please sign in to comment.