C# SDK netstandard2.0 vs .Net Framework

I have a REST Client SDK project that I had downloaded a while ago which is a .Net Standard 2.0 project with a version that says "15.1.0-PreRelease". All of the source files were included. 

Today I thought I'd update it from the Libraries page, and it is a completely different project. Now it is a .NET Framework 4.7 project (different project type) where a significant portion is not included in source. It looks like the whole "Contract" folder was compiled into a DLL. 

Our project is .NET core, so a .NET Framework reference will not work. 

Did things really change that drastically, or did I download two different files from two different places, in which case I just need to know where to find the updated .net standard sdk. 

Thanks. Hoping someone sees this as the forum does not seem very active. 

-- Alan

Parents Reply Children
No Data