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 was archived by the owner on Jan 31, 2025. It is now read-only.
We are getting the following warning when using DD4t resrService.WebApi with .NETCore 2.0
{
"code": "NU1701",
"level": "Warning",
"warningLevel": 1,
"message": "Package 'DD4T.Core 2.1.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.",
"libraryId": "DD4T.Core",
"targetGraphs": [
".NETCoreApp,Version=v2.0"
]
},
We are getting the following warning when using DD4t resrService.WebApi with .NETCore 2.0
{
"code": "NU1701",
"level": "Warning",
"warningLevel": 1,
"message": "Package 'DD4T.Core 2.1.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.",
"libraryId": "DD4T.Core",
"targetGraphs": [
".NETCoreApp,Version=v2.0"
]
},