#Daddy Posted March 23, 2023 Posted March 23, 2023 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 ?
Xabi Posted March 23, 2023 Posted March 23, 2023 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. 1
Brophy Posted March 24, 2023 Posted March 24, 2023 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.
#Daddy Posted April 12, 2023 Author Posted April 12, 2023 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.
Brophy Posted April 15, 2023 Posted April 15, 2023 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 1
#Daddy Posted August 4, 2023 Author Posted August 4, 2023 Any updates on this, when will we get .net 7 runtimes for the client side and serverside as well?
#Daddy Posted August 6, 2023 Author Posted August 6, 2023 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.
Kopra Posted August 6, 2023 Posted August 6, 2023 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.
#Daddy Posted November 29, 2023 Author Posted November 29, 2023 Any updates on this, when will we get .net 8 runtimes for the client side and serverside as well?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now