rykr
rykr
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
Ok interesting
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
you may be right but if certainty is required
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
yeah, would only want to use the preview sdk only for a preview build of our product
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
ok, I'll read up on it
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
hmm ok. that's unfortunate
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
sorry if I'm not explaining it right
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
but all exect the ..net 9 preview need to not use any preview stuff
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
we want binaries for each target
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
assuming we add the .net 9 preview in there as a target too
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0;</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0;</TargetFrameworks>
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
dotnet build in a folder with a projecgt with this line
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
ok. if I have a project that targets net60, net80, and net90 I would want it to use GA build system for net60 and net80 and net9.0
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
making them suspect
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
just making sure it's no tusing the preview of a compiler with the GA sdk for 6 and 8 for my builds
54 replies
CC#
Created by rykr on 5/29/2024 in #help
relationship between C# compiler and .net core sdk
so if I have a project that wants to build for .net 6, .net 8, and preview .net 9. it's going to use a GA versoin of the build system for 6 and 8 and the preview for 9?
54 replies
CC#
Created by rykr on 5/24/2024 in #help
✅ globalusings not being generated
didn't know if maybe I was doing something wrong
5 replies
CC#
Created by rykr on 5/24/2024 in #help
✅ globalusings not being generated
Certainly I can. just curious if anyone else is seeing this bug. Seems to work on windows, macos, and other linux I tried. Pardon me if it's not ok to ask about buggy behavior being seen
5 replies