dotnet / reproducible-builds

Contains the DotNet.ReproducibleBuilds package
MIT License
168 stars 18 forks source link

bump version of Microsoft.NETFramework.ReferenceAssemblies package. #26

Closed aetos382 closed 3 months ago

aetos382 commented 1 year ago

Reference version 1.0.3 of the Microsoft.NETFramework.ReferenceAssemblies package.

aetos382 commented 1 year ago

@dotnet-policy-service agree

baronfel commented 3 months ago

I'm not sure we should take this - the SDK has included a reference to the package at its latest version for a long time now: https://github.com/dotnet/sdk/blob/5d0c38bf4aeebd7e28ae178c6e97dda8878018b9/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets#L476-L481

In fact, I think we should remove this logic entirely from this package.

baronfel commented 3 months ago

Going to close this because we're not going to embed the references assemblies reference - the .NET SDK includes this for projects that need it.