With dotnet/fsharp#15166, we are allowing the following prebuilts in fsharp:
<UsagePattern IdentityGlob="System.Diagnostics.DiagnosticSource/7.0.2" />
The following are expected and will go away when fsharp starts targeting net8.0:
<UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/7.0.2" />
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Host.linux-x64/7.0.2" />
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Ref/7.0.2" />
With dotnet/fsharp#15166, we are allowing the following prebuilts in
fsharp:The following are expected and will go away when
fsharpstarts targeting net8.0: