Update submodule #353
Annotations
4 warnings
Run cd examples/cli; dotnet run --property:UseNugetOnnxRuntime=true -- こんにちは
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
|
Run cd examples/cli; dotnet run --property:UseNugetOnnxRuntime=true -- こんにちは
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|
Run cd examples/cli; dotnet run --property:UseNugetOnnxRuntime=true -- こんにちは
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
|
Run cd examples/cli; dotnet run --property:UseNugetOnnxRuntime=true -- こんにちは
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|
Loading