Jump to content

Update to GTANetwork Nuget Package.


Recommended Posts

Posted

Hey, does any of u have any idea if Update for gtanetwor.api nuget package is coming so it can support newer versions of .net such as at 7 or 8 ? 

Posted

There's no GTAN package anymore, now it's RAGE bootstrapper and yes, it will updated to some higher version in a future, it's not a priority right now.

  • Mask 1
Posted

I've not tried .NET 7 but you can use .NET 6 if you replace the dotnet runtimes on the server with the .NET 6 ones (just make sure you only overwrite .dll files, not the json files).

See: https://dotnet.microsoft.com/en-us/download/dotnet/6.0 -> .NET Runtime 6.0.15

You cannot do this with the client-side, however, due the way the sandbox has been setup, so you will need to stick to 3.1 there.

  • 3 weeks later...
Posted
On 3/25/2023 at 1:11 AM, Brophy said:

I've not tried .NET 7 but you can use .NET 6 if you replace the dotnet runtimes on the server with the .NET 6 ones (just make sure you only overwrite .dll files, not the json files).

See: https://dotnet.microsoft.com/en-us/download/dotnet/6.0 -> .NET Runtime 6.0.15

You cannot do this with the client-side, however, due the way the sandbox has been setup, so you will need to stick to 3.1 there.

I'm not sure how it will work with other stuff I'm tryina do, I want to use EF core 7 and some other new nuget packeges with it and I really have gut feeling that might bug something out. 

Posted
On 4/12/2023 at 5:52 PM, #Daddy said:

I'm not sure how it will work with other stuff I'm tryina do, I want to use EF core 7 and some other new nuget packeges with it and I really have gut feeling that might bug something out. 

Test it out using the same method just with the .net 7 runtimes and report back.

Just remember, this is only for serverside, you have no choice but use 3.1 on clientside

  • Like 1
  • 3 months later...
Posted
22 hours ago, Xabi said:

Not a priority right now.

Alright.

I wanted to start developing something on my part-time and using core 2.2 for clientside and 3.1 for the serverside is painful because of it being out of support.
Whenever it would be a priority or y'all decide to update packages can you somehow add runtimes for TSQL? Cause I think the rage class library and TSQL classes come from Microsoft.Data.SqlClient is not compitable. 

Posted

You can't use any external dependencies for client-side anyways. For security reasons, I don't think that will change ever. You are free to use TSQL on server side, just find fitting version for .NET 3.1.

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...