Skip to content

Commit

Permalink
Merge pull request #4382 from AutoMapper/apicompat
Browse files Browse the repository at this point in the history
We build for .net 6 now
  • Loading branch information
jbogard committed Feb 6, 2024
2 parents 946d452 + 58b2519 commit df315ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/AutoMapper/ApiCompat/PreBuild.ps1
Expand Up @@ -10,4 +10,4 @@ if($versionNumbers[1] -eq "0" -AND $versionNumbers[2] -eq "0")
$oldVersion = $oldVersion.ToString() +".0.0"
echo $oldVersion
& ..\..\nuget install AutoMapper -Version $oldVersion -OutputDirectory ..\LastMajorVersionBinary
& copy ..\LastMajorVersionBinary\AutoMapper.$oldVersion\lib\netstandard2.1\AutoMapper.dll ..\LastMajorVersionBinary
& copy ..\LastMajorVersionBinary\AutoMapper.$oldVersion\lib\net6.0\AutoMapper.dll ..\LastMajorVersionBinary
1 change: 0 additions & 1 deletion src/AutoMapper/AutoMapper.csproj
Expand Up @@ -38,7 +38,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
Expand Down

0 comments on commit df315ec

Please sign in to comment.