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
This makes it easier for third parties to package Verlite.CLI by using `/p:TargetFramework=...` or `-f ...`.
The change to Veritelite.Core.csproj was to fix this this error being raised otherwise:
```
Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(246,5): error NETSDK1005: Assets file '...\src\Verlite.CLI\obj\project.assets.json' doesn't have a target for 'net5.0'. Ensure that restore has run and that you have included 'net5.0' in the TargetFrameworks for your project. [C:\Git\VerliteMaster\src\Verlite.CLI\Verlite.CLI.csproj]
```
0 commit comments