AaronSalisbury.DotNetFrameworkToolkit
0.2.6
dotnet add package AaronSalisbury.DotNetFrameworkToolkit --version 0.2.6
NuGet\Install-Package AaronSalisbury.DotNetFrameworkToolkit -Version 0.2.6
<PackageReference Include="AaronSalisbury.DotNetFrameworkToolkit" Version="0.2.6" />
<PackageVersion Include="AaronSalisbury.DotNetFrameworkToolkit" Version="0.2.6" />
<PackageReference Include="AaronSalisbury.DotNetFrameworkToolkit" />
paket add AaronSalisbury.DotNetFrameworkToolkit --version 0.2.6
#r "nuget: AaronSalisbury.DotNetFrameworkToolkit, 0.2.6"
#:package AaronSalisbury.DotNetFrameworkToolkit@0.2.6
#addin nuget:?package=AaronSalisbury.DotNetFrameworkToolkit&version=0.2.6
#tool nuget:?package=AaronSalisbury.DotNetFrameworkToolkit&version=0.2.6
<p align="left"> <img src="https://raw.githubusercontent.com/aaron-salisbury/DotNetFrameworkToolkit/refs/heads/master/content/logo.png" width="175" alt=".Net Framework Toolkit Logo"> </p>
.Net Framework Toolkit
Common C# app development and shim code for legacy .Net Framework 2.0 projects.
Purpose
I occasionally find myself in restricted development scenarios where I target legacy Windows platforms limited to .Net Framework. So I created this library to aid in maintenance and rapid development under those constraints.
Versioning
This project uses Semantic Versioning.
- MAJOR version: Incompatible API changes
- MINOR version: Backward-compatible functionality
- PATCH version: Backward-compatible bug fixes
Build Requirements
The project targets .Net Framework 2.0 but is configured to use the latest language features as of the LTS version of the .NET SDK.
The Build project uses Cake (C# Make) as the build orchestrator and can be launched from your IDE or via script.
- On OSX/Linux run:
./build.sh
- If you get a "Permission denied" error, you may need to make the script executable first:
chmod +x build.sh
- On Windows PowerShell run:
./build.ps1
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 2.0
- PatternsAndPractices.Cryptography (>= 2.0.1)
- PatternsAndPractices.Logging (>= 2.0.0)
- PatternsAndPractices.Unity (>= 1.2.0)
- System.Data.SqlServerCe_unofficial (>= 4.0.8482.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
In-development / pre-alpha.