LuizBorges
LuizBorges
CC#
Created by LuizBorges on 5/5/2023 in #help
❔ Nuget incompatible with framework
I will try to reinstall all sdks etc
19 replies
CC#
Created by LuizBorges on 5/5/2023 in #help
❔ Nuget incompatible with framework
Not sure if I'm missing something
19 replies
CC#
Created by LuizBorges on 5/5/2023 in #help
❔ Nuget incompatible with framework
No, this is a newly formated PC and I haven't even developed anything in it yet. Just installed VSCode and sdks
19 replies
CC#
Created by LuizBorges on 5/5/2023 in #help
❔ Nuget incompatible with framework
19 replies
CC#
Created by LuizBorges on 5/5/2023 in #help
❔ Nuget incompatible with framework
wait a sec
19 replies
CC#
Created by LuizBorges on 5/5/2023 in #help
❔ Nuget incompatible with framework
but on 6.0 it gave me the same error, also, isn't the packages supposed to work on newer frameworks?
19 replies
CC#
Created by LuizBorges on 5/5/2023 in #help
❔ Nuget incompatible with framework
this is on net8.0, but on net6.0 it gave me the same exact error (as in net7.0)
19 replies
CC#
Created by LuizBorges on 5/5/2023 in #help
❔ Nuget incompatible with framework
19 replies
CC#
Created by LuizBorges on 5/5/2023 in #help
❔ Nuget incompatible with framework
The .csproj
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
19 replies
CC#
Created by LuizBorges on 9/3/2022 in #help
Simpler route to get into webdev
That is significative in a mobile scenario... I'm considering looking at a slimmer approach and learning Vue with TS... :/
14 replies
CC#
Created by LuizBorges on 9/3/2022 in #help
Simpler route to get into webdev
Cool, I will try to learn how to use Blazor. A quick search revealed that the file size is still an issue with Blazor compared with a JS framework, but that is not such a huge deal for me.
14 replies
CC#
Created by LuizBorges on 9/3/2022 in #help
Simpler route to get into webdev
Does it uses a (virtual) DOM? Like some JS framework, or is it more like ActiveX/Silverlight/flash?
14 replies
CC#
Created by LuizBorges on 9/3/2022 in #help
Simpler route to get into webdev
I might have mistake it, I thought Maui was made available for Blazor (or is going to be, not sure) there is TOO MUCH information for webdev and I'm completely lost.
14 replies