diff --git a/dotnet-sdk-tools.yml b/dotnet-sdk-tools.yml index 6b4767022..279c110d8 100644 --- a/dotnet-sdk-tools.yml +++ b/dotnet-sdk-tools.yml @@ -5,3 +5,4 @@ project_json: msbuild: - 1.0.0-preview4-004233 - 1.0.1 +- 1.0.3 diff --git a/manifest.yml b/manifest.yml index 13e595a3c..739238884 100644 --- a/manifest.yml +++ b/manifest.yml @@ -3,10 +3,10 @@ language: dotnet-core default_versions: - name: bower version: 1.8.0 -- name: dotnet - version: 1.0.1 - name: node version: 6.10.2 +- name: dotnet + version: 1.0.3 url_to_dependency_map: - match: libunwind-(.*)-(\d+\.\d+) name: libunwind @@ -107,6 +107,12 @@ dependencies: md5: 9f48b58738d33e263789c30f9d1a044b cf_stacks: - cflinuxfs2 +- name: dotnet + version: 1.0.3 + uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet/dotnet.1.0.3.linux-amd64-03ab1021.tar.gz + md5: 03ab1021597815f7ca9502877cb09a77 + cf_stacks: + - cflinuxfs2 exclude_files: - ".git/" - ".gitignore"