This is an example .NET app that has dependencies managed by packages.config
and uses single target framework.
Prerequisites:
nuget install -OutputDirectory packages
dotnet build
Run for target framework net5.0
dotnet run
Dummy .NET app using packages.config & single target framework
C#
This is an example .NET app that has dependencies managed by packages.config
and uses single target framework.
Prerequisites:
nuget install -OutputDirectory packages
dotnet build
Run for target framework net5.0
dotnet run