Skip to content

Commit 785f7ad

Browse files
authored
Merge pull request #1 from ServiceStack/master
5.8 update (DotNet Core 3.1)
2 parents 8325e59 + 6775e70 commit 785f7ad

1,680 files changed

Lines changed: 165115 additions & 139644 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
#bower deps
2+
**/wwwroot/lib/
13
bin/
24
obj/
35
.idea/
46
latest/
7+
node_modules/
58
/env-vars.bat
69
*.suo
710
#ignore thumbnails created by windows

NuGet.Config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="ServiceStack CI feed" value="https://build.servicestack.net/guestAuth/app/nuget/v1/FeedService.svc" />
5+
<!-- <add key="ServiceStack MyGet feed" value="https://www.myget.org/F/servicestack" /> -->
6+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
7+
</packageSources>
8+
</configuration>

NuGet/NuGetPack.cmd

Lines changed: 0 additions & 35 deletions
This file was deleted.

NuGet/NuGetPush.cmd

Lines changed: 0 additions & 22 deletions
This file was deleted.

NuGet/ServiceStack.Api.OpenApi.Core/servicestack.api.openapi.core.nuspec

Lines changed: 0 additions & 37 deletions
This file was deleted.

NuGet/ServiceStack.Api.OpenApi/servicestack.api.openapi.nuspec

Lines changed: 0 additions & 42 deletions
This file was deleted.

NuGet/ServiceStack.Api.Swagger/servicestack.api.swagger.nuspec

Lines changed: 0 additions & 42 deletions
This file was deleted.

NuGet/ServiceStack.Authentication.MongoDb/servicestack.authentication.mongodb.nuspec

Lines changed: 0 additions & 32 deletions
This file was deleted.

NuGet/ServiceStack.Authentication.NHibernate/servicestack.authentication.nhibernate.nuspec

Lines changed: 0 additions & 34 deletions
This file was deleted.

NuGet/ServiceStack.Authentication.OAuth2/servicestack.authentication.oauth2.nuspec

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)