Description
Want to create great .NET class libraries? Confused about .NET Standard, .NET Core, and .NET Framework? Watch this talk to learn how you can easily support multiple platforms with .NET Standard and no compromises, thanks to via multi-targeting. We'll also cover the other aspects, such as versioning, strong naming, and binding redirects.
1 of 34
Downloaded 28 times
More Related Content
.NET Conf 2018: Build Great Libraries using .NET Standard
22. Kind When to increment Comment
Package Version Every change The ID of the NuGet package.
Assembly Version As you see fit The version number of the
assembly. Used by the loader to
resolve assemblies.
File Version Every change Generic concept, used by installers
to determine which file is newer.
Informational Version As you see fit Display string, doesn¡¯t need to be a
version.
30. My Standard Library 2.x
.NET Standard Library .NET Framework LibraryPortable Class Library
.NET FRAMEWORK .NET CORE XAMARIN
Via Portability
Via Compatibility Shim
Legend
Application Type
Is able to reference