1
0
Files
common/README.md

1.7 KiB

Common

This is a collection of commonly used extensions, etc. on my projects.
To save time, they are all packed to NuGet packages.

Package Version
AMWD.Common https://nuget.am-wd.de/packages/amwd.common/
AMWD.Common.AspNetCore https://nuget.am-wd.de/packages/amwd.common.aspnetcore/
AMWD.Common.EntityFrameworkCore https://nuget.am-wd.de/packages/amwd.common.entityframeworkcore/
Build Pipeline https://git.am-wd.de/AM.WD/common/-/commits/master

Documentation

Documentation can be found here: AM.WD Wiki

Use in projects

Create a nuget.config file in your root project folder (where the .sln file is located)

<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<packageSources>
		<add key="AM.WD" value="https://nuget.am-wd.de/v3/index.json" />
	</packageSources>
</configuration>