.net core self contained packages publishing older version of DLL

  • Thread starter Thread starter kp4312
  • Start date Start date
K

kp4312

Guest
Hi,
I am trying to publish the console application built in .net core in self contained mode. But its giving me older version of pdb and dll file( 4 5 days older not including latest change).

using below command-
dotnet publish -c Release -r win-x64 --self-contained true

Continue reading...
 
Back
Top