You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
ref googleapis/google-cloud-dotnet#863
Attributes like
TargetFrameworkAttribute
,Version
,FileVersion
should be auto generated as temporaryAssemblyInfo.fs
passed to compilerthat's a regression from .net core sdk preview2
atm is not implemented at all.
As a workaround, these can be manually generated.
From googleapis/google-cloud-dotnet#863 (comment), create a new source file (file name doesnt matter)
and add it as Compile item, like
<Compile Include="AssemblyInfo.fs" />
The text was updated successfully, but these errors were encountered: