C
C#

help

❔ How to uninstall. NET Core SDK 7.0.100?

Rrhaenyra189211/22/2022
Hello everyone, I used the dotnet-core-uninstall on command prompt but I get the message "cannot uninstall version 7.0.0 or above" I use a Windows 10 pc I need to have .NET core SDK 6 as the latest version installed on my pc I'm following through a tutorial that works up to. Net 6 How to do it?
Eero11/22/2022
whatever tutorial you found "that works up to net6", will also work on net7
Rrhaenyra189211/22/2022
@Ero no it doesn't and I need the new project in. Net 6, do you know how to remove . Net 7? I found only how to remove it on mac from a post on stack overflow
Eero11/22/2022
none of what you're saying makes sense net6 code is upwards compatible with net7 you can change the target framework by... just doing that
Rrhaenyra189211/22/2022
@Ero in the command prompt the project is by default created in. Net 7 but I want it in. Net 6
Eero11/22/2022
here's a .net 7 project:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
</Project>
and here's a .net 6 project:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
</Project>
notice something and just use .net 7 like geez
Rrhaenyra189211/22/2022
@Ero i need. Net 6 for multiple reasons
Eero11/22/2022
there is not a singular good reason you can name
UUUnknown User11/22/2022
5 Messages Not Public
Sign In & Join Server To View
SShirasho11/22/2022
Company demanding LTS support is a VERY good reason.
UUUnknown User11/22/2022
13 Messages Not Public
Sign In & Join Server To View
SShirasho11/22/2022
So is your argument that the concept of LTS in modern .NET is totally obsolete?
UUUnknown User11/23/2022
31 Messages Not Public
Sign In & Join Server To View
Rrhaenyra189211/23/2022
@tebeco first of all your horse costume is amazing plus1 lol I always wanted to get one catpls Can I safely uninstall. NET 5 for example that just occupies space in my laptop without breaking my laptop from "uninstall program"?
UUUnknown User11/23/2022
25 Messages Not Public
Sign In & Join Server To View
SShirasho11/24/2022
@tebeco I acknowledge your argument. LTS vs non LTS lift nowadays is minimal at best if your project is internal and you have a competent deploy pipeline. You did make an argument for external/third party consumers, but unfortunately that's not how it works in the real world. There are a lot of companies that do not take software seriously, only upgrading when they absolutely have to. They do not want to spend the money on IT and they do not have people that understand there are few compatibility differences between releases. In other cases they have systems that they simply can't take offline unless there are security patches that are needed for compliance. In other cases they need all software to be certified to be in compliance, and doing constant updates can be expensive and time consuming. I apologize for derailing this help thread.
UUUnknown User11/24/2022
13 Messages Not Public
Sign In & Join Server To View
AAccord11/25/2022
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Looking for more? Join the community!

Want results from more Discord servers?
Add your server
Recommended Posts
❔ Why is this var not working?```cs float popMult = cPop / 1000000; if (cPop > 1000000) { popMult /= 10; popMult❔ Why is my grpc so much slower then my minimal api? Need The Csharp GodsHey there a bit of an odd question I've downloaded the code for this : https://medium.com/geekcultur❔ Explain This Speed Difference to me (Grpc vs Rest)So i got two projects, each ones reads 5mil lines from a csv and stream to client. MinimalApi approa❔ Is it possible to make the gui ratio change when switching to another monitor?Been making scripts with winforms and have noticed when I switch from my tower to my laptop and run Why cant i go into the methode? Seems to skip it entirelyAdded a git, anybody got and idea?❔ ❔ WPF SliderHow do you make it when you display volume in a slider, that it will only show you 0 - 5 - 10 etc? ❔ Clear the confusion `TagHelper`, `TagHelperComponent`, `TagHelperComponentTagHelper``TagHelper`, `TagHelperComponent` have the same interface and yet apparently completely different us❔ How to make property auto-increment?I have set the following attributes on `LocalId` property, but still it does not have auto-increment❔ Where to find ready made product design?Hi, i want to develop some desktop apps but i can't find any UI design to clone. Where can i find th❔ Creating a XML-document and adding subnodesCan anyone show me how to use XmlDocument or XDocument to create a new Xml-document that has a "<rooTrying to compare grpc to minimal api performence- minimal much faster, Logic probably rottenSo i got this grpc client that streams data from a csv to a console and just prints it, in 1 minute✅ errorthis is error❔ In the SQlite library, which method will throw exception when the disk is fullI am trying to write an unit test for a scenario where the disk is full but data is being added to tUnable to publish MAUI AppI’m getting no error message or anything Just Package: 0 succeeded, 1 failed On the output view.❔ How to Scale Winforms Components with Window ResolutionI'm trying to scale the components using the SizeChanged event, but i'm not getting anywhere. I've ✅ Done! Chartjs has one wrong entry and i dont know whyIn the Picture are shown the entry from the value and the chart(both in green). setting the decimal❔ Callback consumer to async TaskHello I'm trying to convert a callback based method to an async task. The basic idea is I have a me❔ The type or namespace name 'MAUI' does not exist in the namespace 'Microsoft'I actually a noob in Mobile dev using C#, Using `Vsual Studio 2022` I created a `MAUI` app, but I ge❔ EF Core Sql Server JsonDocumentI am trying to use Entity Framework Core to map and access a json column. With EF 7, I believe that ❔ How to set relative properties ?SelectedCallingCode.CallingCode: +31 PhoneNumber: 123456 FullPhoneNumber: +31 123456 Are these synta