TradingRaws4SeoulObjectStoryRaws
❔ Is it possible to change a project sdk from Microsoft.NET.Sdk to Microft.net.sdk.net?
So if I just added
to my csproj file, would the Swashbuckle.AspNetCore package just be downloaded(?)/used when I try building the app?
And would something similar would happen if I changed
<project sdk="Microsoft.NET.Sdk">
to <project sdk="Microsoft.NET.Sdk.Web">
?18 replies
❔ Will there be issues if the target framework moniker is less than my .NET version installed?
oh, so if I build the project but the compiler(?) sees that I have not installed .NET Core 3.0, then it'll download the assemblies for me?
13 replies