File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ if($versionNumbers[1] -eq "0" -AND $versionNumbers[2] -eq "0")
1010$oldVersion = $oldVersion.ToString () + " .0.0"
1111echo $oldVersion
1212& ..\..\nuget install AutoMapper - Version $oldVersion - OutputDirectory ..\LastMajorVersionBinary
13- & copy ..\LastMajorVersionBinary\AutoMapper.$oldVersion \lib\netstandard2. 1 \AutoMapper.dll ..\LastMajorVersionBinary
13+ & copy ..\LastMajorVersionBinary\AutoMapper.$oldVersion \lib\net6. 0 \AutoMapper.dll ..\LastMajorVersionBinary
Original file line number Diff line number Diff line change 3838 </ItemGroup >
3939
4040 <ItemGroup >
41- <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
4241 <PackageReference Include =" Microsoft.Extensions.Options" Version =" 6.0.0" />
4342 <PackageReference Include =" MinVer" Version =" 4.3.0" PrivateAssets =" All" />
4443 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments