jaredpar / basic-reference-assemblies

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

Net60.csproj references preview version instead of stable #25

Closed danielstreba closed 1 year ago

danielstreba commented 2 years ago

Hello!

This csproj file is referencing an older preview version (6.0.0-preview.7.21377.19) of the Microsoft.NETCore.App.Ref instead of the latest stable version (6.0.5).

https://github.com/jaredpar/basic-reference-assemblies/blob/main/Basic.Reference.Assemblies.Net60/Basic.Reference.Assemblies.Net60.csproj

https://www.nuget.org/packages/Microsoft.NETCore.App.Ref/6.0.5

Is that any particular reason that an older version is used? Or the version number does not matter in this case?

jaredpar commented 1 year ago

Closing. I fixed this a bit ago but forgot to close this issue.