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
Hi,
I'm trying to compile a DLL strong named that refence a AspectInjector 2.8.2 and a nuget package not strong named (Scriban).
I receive the following error:
CSC : warning CS8002: Referenced assembly 'Scriban, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
C:\Users\luigi.esposito.nuget\packages\aspectinjector\2.8.2\buildTransitive\netstandard2.0\AspectInjector.targets(104,5): error MSB4803: The task "GetFrameworkSdkPath" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to compile a DLL strong named that refence a AspectInjector 2.8.2 and a nuget package not strong named (Scriban).
I receive the following error:
CSC : warning CS8002: Referenced assembly 'Scriban, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
C:\Users\luigi.esposito.nuget\packages\aspectinjector\2.8.2\buildTransitive\netstandard2.0\AspectInjector.targets(104,5): error MSB4803: The task "GetFrameworkSdkPath" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.
Can you help me on resolve it?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions