Author Topic: Get specific version of Bass.Net  (Read 262 times)

alexeyZ

  • Posts: 28
Get specific version of Bass.Net
« on: 22 Mar '23 - 00:26 »
Hi, now I have a project that uses .net core 3.1 version and I can't update to core 6.0 version, I see that this version of .net core supported in the 2.4.14.1 version of Bass.Net. Is there a way to get this specific version of Bass.Net?

radio42

  • Posts: 4827
Re: Get specific version of Bass.Net
« Reply #1 on: 22 Mar '23 - 08:36 »
I don’t have that older version archived - sorry.
But have you tried to use the current version even with a .Net core 3.1 project?

And what prevents you from upgrading to .Net 6 core.
Note, that .Net core 3.1 is already end-of-support by Microsoft!

alexeyZ

  • Posts: 28
Re: Get specific version of Bass.Net
« Reply #2 on: 22 Mar '23 - 23:56 »
Thanks for the quick response.
When tried to connect latest version got the following error:
Code: [Select]
Assembly 'Bass.Net' with identity 'Bass.Net, Version=2.4.17.2, Culture=neutral, PublicKeyToken=b7566c273e6ef480' uses 'System.Runtime, Version=6.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=4.2.2.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' TBMR.ApiCore E:\Work\TBMR\trunk\TBMR\TBMR.ApiCore\CSC 1 Active


Maybe I will update project to the .Net Core 6 version, but this will be very helpful, if you will have somewhere list of old versions for download.

radio42

  • Posts: 4827
Re: Get specific version of Bass.Net
« Reply #3 on: 23 Mar '23 - 06:19 »
As said, I don’t maintain old versions, so I am sorry, but I can not provide them. Just think of how many versions I would have to maintain…

alexeyZ

  • Posts: 28
Re: Get specific version of Bass.Net
« Reply #4 on: 23 Mar '23 - 08:41 »
Ok, thanks anyway