Skip to content

The aspnet-home repository is the starting point for people to learn about Making Sense ASP.NET 5 libraries.

Notifications You must be signed in to change notification settings

afantini/aspnet-home

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

AspNet-Home

The AspNet-Home repository is the starting point for people to learn about MakingSense ASP.NET 5 libraries.

Pre-release NuGet feed

https://ci.appveyor.com/nuget/makingsense-aspnet (authentincated)

Authentication:

NuGet.config file example:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<packageSources>
		<clear />
		<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
		<add key="aspnetrelease" value="https://www.myget.org/F/aspnetrelease/api/v2" />
		<add key="makingsense-aspnet" value="https://ci.appveyor.com/nuget/makingsense-aspnet" />
	</packageSources>
	<packageSourceCredentials>
		<makingsense-aspnet>
			<add key="Username" value="[email protected]" />
			<add key="ClearTextPassword" value="4@pdw@BlfpQn" />
		</makingsense-aspnet>
	</packageSourceCredentials>
</configuration>

Our ASP.NET 5 Open Source projects

About

The aspnet-home repository is the starting point for people to learn about Making Sense ASP.NET 5 libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published