Zickans.Autodesk.Build
1.0.0
dotnet add package Zickans.Autodesk.Build --version 1.0.0
NuGet\Install-Package Zickans.Autodesk.Build -Version 1.0.0
<PackageReference Include="Zickans.Autodesk.Build" Version="1.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="Zickans.Autodesk.Build" Version="1.0.0" />
<PackageReference Include="Zickans.Autodesk.Build"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Zickans.Autodesk.Build --version 1.0.0
#r "nuget: Zickans.Autodesk.Build, 1.0.0"
#:package Zickans.Autodesk.Build@1.0.0
#addin nuget:?package=Zickans.Autodesk.Build&version=1.0.0
#tool nuget:?package=Zickans.Autodesk.Build&version=1.0.0
Zickans.Autodesk.Build 1.0.0
MSBuild logic for building Autodesk AutoCAD / Civil 3D add-ins against one product year. No binaries, no Autodesk material.
Use it
<PackageReference Include="Zickans.Autodesk.Build" Version="1.0.0" />
<PackageReference Include="Zickans.AutoCAD.API" Version="$(BritechCadYear).0.0" />
Tell it the product year in any one of these ways, whichever your build already uses:
| How | Example |
|---|---|
BritechCadYear |
-p:BritechCadYear=2027 |
Year, CADVersion |
-p:Year=2027 |
CADTrimVersion |
-p:CADTrimVersion=27 |
a configuration name ending in A21..A27 |
-c "Release A27" |
What it gives you
BritechCadSeriesandBritechCadTfm: the release series (R26.0) and the target framework the year requires -net48for 2021-2024,net8.0-windowsfor 2025-2026,net10.0-windowsfor 2027. 2026 moved to .NET 10 at update 2026.1.2; select that with-p:BritechCad2026Tfm=net10.0-windows.- Preprocessor symbols in both common dialects:
A27,ACAD_YEAR_2027, and the cumulativeACAD2021_OR_GREATER..ACAD2027_OR_GREATER/C3D2021_OR_GREATER..C3D2027_OR_GREATER.
The mistakes it stops
| Code | Meaning |
|---|---|
BTK1002 |
a Zickans.* package version does not match the year being built |
BTK1010 |
no product year could be determined |
BTK1011 |
the year is outside 2021..2027 |
BTK1012 |
the year was only inferred from the framework (warning) |
BTK1013 |
the target framework does not match the year |
BTK1014 |
an Autodesk assembly is about to be copied into build output |
BTK1014 is the one that matters most: an add-in must never ship an Autodesk assembly, because
it has to bind to the ones of the product it is loaded into.
Not produced, endorsed or supported by Autodesk, Inc. Autodesk, AutoCAD, AutoCAD Map 3D and Civil 3D are registered trademarks or trademarks of Autodesk, Inc.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 46 | 9/22/2026 |