<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Library</OutputType> <TargetFramework>netstandard2.0</TargetFramework> <Configurations>Debug;Release;Publish</Configurations> <Platforms>AnyCPU</Platforms> </PropertyGroup> </Project>