Add sample snaps for .NET Core based applications (dotnet/core-setup#3660)
authorRakesh Singh <raksingh@microsoft.com>
Fri, 2 Feb 2018 04:19:23 +0000 (20:19 -0800)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2018 04:19:23 +0000 (20:19 -0800)
commitdae615391a1a5695840765dddb55769dbe448c56
tree533b6ab0d0a7e9faca692b33dc85885736503846
parent90baaed1f9caaf9fd886939c0574e09c81e8ee7b
Add sample snaps for .NET Core based applications (dotnet/core-setup#3660)

* add base snaps

* Add sample snaps for .NET Core based applications. These are examples of self-contained snaps

Commit migrated from https://github.com/dotnet/core-setup/commit/31d7bde17f4b28e774ba81b588914242dfc7977a
17 files changed:
src/installer/pkg/packaging/snaps/app/AlphaVantageDailyParser.cs [new file with mode: 0644]
src/installer/pkg/packaging/snaps/app/Program.cs [new file with mode: 0644]
src/installer/pkg/packaging/snaps/app/ReadAsAsync.cs [new file with mode: 0644]
src/installer/pkg/packaging/snaps/app/snap/snapcraft.yaml [new file with mode: 0644]
src/installer/pkg/packaging/snaps/app/sosdocsunix.txt [new file with mode: 0755]
src/installer/pkg/packaging/snaps/app/stockapp.csproj [new file with mode: 0644]
src/installer/pkg/packaging/snaps/dotnet-hello/Program.cs [new file with mode: 0644]
src/installer/pkg/packaging/snaps/dotnet-hello/dotnet-hello.csproj [new file with mode: 0644]
src/installer/pkg/packaging/snaps/dotnet-hello/snap/.snapcraft/state [new file with mode: 0644]
src/installer/pkg/packaging/snaps/dotnet-hello/snap/plugins/__pycache__/dotnet2.cpython-36.pyc [new file with mode: 0644]
src/installer/pkg/packaging/snaps/dotnet-hello/snap/plugins/dotnet2.py [new file with mode: 0644]
src/installer/pkg/packaging/snaps/dotnet-hello/snap/plugins/snapcraft.yaml [new file with mode: 0644]
src/installer/pkg/packaging/snaps/dotnet-hello/snap/snapcraft.yaml [new file with mode: 0644]
src/installer/pkg/packaging/snaps/dotnet-hosting-20/snap/snapcraft.yaml [new file with mode: 0644]
src/installer/pkg/packaging/snaps/dotnet-runtime-11/snap/snapcraft.yaml [new file with mode: 0644]
src/installer/pkg/packaging/snaps/dotnet-runtime-20/snap/snapcraft.yaml [new file with mode: 0644]
src/installer/pkg/packaging/snaps/dotnet-sdk/snap/snapcraft.yaml [new file with mode: 0644]