ImaginaryRealities.MSBuildExtensions
2.0.0
dotnet add package ImaginaryRealities.MSBuildExtensions --version 2.0.0
NuGet\Install-Package ImaginaryRealities.MSBuildExtensions -Version 2.0.0
<PackageReference Include="ImaginaryRealities.MSBuildExtensions" Version="2.0.0" />
<PackageVersion Include="ImaginaryRealities.MSBuildExtensions" Version="2.0.0" />
<PackageReference Include="ImaginaryRealities.MSBuildExtensions" />
paket add ImaginaryRealities.MSBuildExtensions --version 2.0.0
#r "nuget: ImaginaryRealities.MSBuildExtensions, 2.0.0"
#:package ImaginaryRealities.MSBuildExtensions@2.0.0
#addin nuget:?package=ImaginaryRealities.MSBuildExtensions&version=2.0.0
#tool nuget:?package=ImaginaryRealities.MSBuildExtensions&version=2.0.0
The MSBuild extensions are a set of custom tasks and other MSBuild extensions that ImaginaryRealities uses to build our Windows and .NET software using the .NET MSBuild tool. The MSBuild Extensions are packaged as a solution-level NuGet package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
I removed the strong name key that I used to sign the assembly
previously. After evaluating the pros/cons of strong naming,
I switched my mind and decided that it did not have any
significant value.
Although I left the task in, I deprecated the
GenerateVersionInfo MSBuild task. MSBuild has the standard
WriteCodeFragment task that was not in place when I originally
created the GenerateVersionInfo task. I recommend that you use
the built-in task instead.