rules_dotnet
rules_dotnet copied to clipboard
Please give example for net48 binary
Hi there,
I can't get a net48 binary to build, netstandard2.0 and net6.0 work fine, thank you! Could you please share an example of what a csharp_binary targeting net48 would look like? Thank you!
Chris
I'll add an example when I find the time. My bandwith is limited at the moment, but it should be the same as for other frameworks just with a different targeting pack(Microsoft.NETFramework.ReferenceAssemblies but there is a chance you will need to use https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies.net48 directly).