/dotnet-packages-config-single-target-framework

Dummy .NET app using packages.config & single target framework

Primary LanguageC#

This is an example .NET app that has dependencies managed by packages.config and uses single target framework.

Getting started

Prerequisites:

Install dependencies

nuget install -OutputDirectory packages

Build

dotnet build

Run the app

Run for target framework net5.0

dotnet run