jaredpar / basic-reference-assemblies

Produce NuPkg files that have .NET Reference assemblies as resources
MIT License
96 stars 15 forks source link

Update for .NET 8 Release #47

Closed agrittob closed 6 months ago

agrittob commented 6 months ago

Will there be an update that targets the final .NET 8 release in the near future?

jaredpar commented 6 months ago

I'll see if I can get that done sometime this week. Is there a particular reason you need 8.0 RTM? Some API that is missing / wrong?

agrittob commented 6 months ago

I am just updating an old tool that was full framework to using this library as it will make things easier, I just wasn't sure if the fact that it targeted the .NET 8 preview vs RTM release would be something to cause issues in use. Right now I have it targeting .NET 6 as that is what the old tool did as I make incremental updates to how it works.