Skip to content

Commit

Permalink
Clean up dotnet-sdk and dotnet-runtime versions
Browse files Browse the repository at this point in the history
Removed:
- dotnet-sdk: 2.1.401
- dotnet-runtimes: 2.1.3, 2.0.0, 1.1.2, 1.0.5

Added:
- dotnet-runtimes: 1.1.8, 1.0.11

[#160141823]

Co-authored-by: Daniel Thornton <dthornton@pivotal.io>
  • Loading branch information
ameyer-pivotal and dwillist committed Sep 13, 2018
1 parent c3948eb commit 2c16f71
Showing 1 changed file with 6 additions and 36 deletions.
42 changes: 6 additions & 36 deletions manifest.yml
Expand Up @@ -21,9 +21,9 @@ dependencies:
- cflinuxfs2
- cflinuxfs3
- name: dotnet-runtime
version: 1.0.5
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-framework/dotnet-framework.1.0.5.linux-amd64-1251a036.tar.xz
sha256: 1251a03622eec2ac3f5514f227e8c3c3f93dbed4020a329e6cf817eaf5ca9090
version: 1.0.11
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-framework/dotnet-framework.1.0.11.linux-amd64-775e853d.tar.xz
sha256: 775e853dfdf0cb1dd257f8462ff193ef08101407312feaf05a3190dd18bde711
cf_stacks:
- cflinuxfs2
- name: dotnet-runtime
Expand All @@ -33,9 +33,9 @@ dependencies:
cf_stacks:
- cflinuxfs2
- name: dotnet-runtime
version: 1.1.2
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-framework/dotnet-framework.1.1.2.linux-amd64-74b3f917.tar.xz
sha256: 74b3f91777a0c4ddb53b47f44d97fbbde85a858a0ed0d702b0a9a9d52f4433a8
version: 1.1.8
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-framework/dotnet-framework.1.1.8.linux-amd64-eaff1a4d.tar.xz
sha256: eaff1a4d04b876446a520d1a3378420f88d720bcff04d73ecd7da8fba16bd485
cf_stacks:
- cflinuxfs2
- name: dotnet-runtime
Expand All @@ -44,12 +44,6 @@ dependencies:
sha256: b52333db9373df1d2f37a20381bd818731b2601f0751a0ad16b4e1f4be2167dd
cf_stacks:
- cflinuxfs2
- name: dotnet-runtime
version: 2.0.0
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-framework/dotnet-framework.2.0.0.linux-amd64-13cb2a76.tar.xz
sha256: 13cb2a767f50dca6c01e9c0e38e347a8815ea496ecc2208918ef23ace10d8523
cf_stacks:
- cflinuxfs2
- name: dotnet-runtime
version: 2.0.7
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-framework/dotnet-framework.2.0.7.linux-amd64-7635e82a.tar.xz
Expand All @@ -71,18 +65,6 @@ dependencies:
cf_stacks:
- cflinuxfs2
- cflinuxfs3
- name: dotnet-runtime
version: 2.1.3
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime.2.1.3.linux-amd64-cflinuxfs2-754eb4be.tar.xz
sha256: 754eb4be435f5d69555c6fdb34721caeaff48c090809a5e18e5575a9981facf0
cf_stacks:
- cflinuxfs2
- name: dotnet-runtime
version: 2.1.3
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime.2.1.3.linux-amd64-cflinuxfs3-ad013794.tar.xz
sha256: ad01379489e59664b8190a81ba5d833c4a94572dbdd7f118030d2418764585b5
cf_stacks:
- cflinuxfs3
- name: dotnet-runtime
version: 2.1.4
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime.2.1.4.linux-amd64-cflinuxfs2-7315b952.tar.xz
Expand Down Expand Up @@ -132,18 +114,6 @@ dependencies:
sha256: 015453d275fd85632035d5f6c73ceb0e17f33a879281fc3891e7435442794f7c
cf_stacks:
- cflinuxfs3
- name: dotnet-sdk
version: 2.1.401
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-sdk/dotnet-sdk.2.1.401.linux-amd64-cflinuxfs2-a02adc1a.tar.xz
sha256: a02adc1a24181c77ede3d0d25a69bb9bc3f46a0104a618bd033add6ca7dc9e0e
cf_stacks:
- cflinuxfs2
- name: dotnet-sdk
version: 2.1.401
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-sdk/dotnet-sdk.2.1.401.linux-amd64-cflinuxfs3-67c74bcf.tar.xz
sha256: 67c74bcf84c93a62e74c3b75c424ba7ff46011403dbaf04583eed9d03528c8a8
cf_stacks:
- cflinuxfs3
- name: dotnet-sdk
version: 2.1.402
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-sdk/dotnet-sdk.2.1.402.linux-amd64-cflinuxfs2-4d09482b.tar.xz
Expand Down

0 comments on commit 2c16f71

Please sign in to comment.