Info
Version: | 0.11.0-rc |
Author(s): | Devtility |
Last Update: | Sunday, September 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/devtility/asmref-baseliner |
NuGet Url: | https://www.nuget.org/packages/Devtility.CheckAsmRefs |
Install
Install-Package Devtility.CheckAsmRefs
dotnet add package Devtility.CheckAsmRefs
paket add Devtility.CheckAsmRefs
Devtility.CheckAsmRefs Download (Unzip the "nupkg" after downloading)
Dependencies
net461
No dependencies.
No dependencies.
Tags
This helps avoid accidental changes that can cause failures at runtime e.g.
* referencing a newer version of an assembly that is not supported by the minimum framework version targeted by the application
* adding a reference to an assembly that is not packaged with the application.