Skip to content

Commit

Permalink
Remove .NET Core 7
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiewigmore authored and ForestEckhardt committed Jul 3, 2024
1 parent 6872ecf commit a7bb621
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
33 changes: 0 additions & 33 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,34 +43,6 @@ api = "0.8"
uri = "https://download.visualstudio.microsoft.com/download/pr/c8c7ccb6-b0f8-4448-a542-ed153838cac3/f104b5cc6c11109c0b48e2bb8f5b6cef/aspnetcore-runtime-6.0.31-linux-x64.tar.gz"
version = "6.0.31"

[[metadata.dependencies]]
checksum = "sha512:569fcc25f0c32df3b28c4569bbeabb6c20afc8865088f14a405d3847bbfd159cf291d2dc4810140b8f436f06c95ebb09214ac837b5ade6bd8121e9c0204eb217"
cpe = "cpe:2.3:a:microsoft:.net:7.0.19:*:*:*:*:*:*:*"
deprecation_date = "2024-05-14T00:00:00Z"
id = "dotnet-core-aspnet-runtime"
licenses = ["JSON", "MIT", "MIT-0", "MIT-advertising", "MIT-feh", "X11-distribute-modifications-variant"]
name = "ASP.NET Core Runtime"
purl = "pkg:generic/dotnet-core-aspnet-runtime@7.0.19?checksum=569fcc25f0c32df3b28c4569bbeabb6c20afc8865088f14a405d3847bbfd159cf291d2dc4810140b8f436f06c95ebb09214ac837b5ade6bd8121e9c0204eb217&download_url=https://download.visualstudio.microsoft.com/download/pr/d3d6c11a-a7d6-4be4-8b2b-11154b846100/69bd5fbe2621600e84bb191d0b13abdd/aspnetcore-runtime-7.0.19-linux-x64.tar.gz"
source = "https://download.visualstudio.microsoft.com/download/pr/d3d6c11a-a7d6-4be4-8b2b-11154b846100/69bd5fbe2621600e84bb191d0b13abdd/aspnetcore-runtime-7.0.19-linux-x64.tar.gz"
source-checksum = "sha512:569fcc25f0c32df3b28c4569bbeabb6c20afc8865088f14a405d3847bbfd159cf291d2dc4810140b8f436f06c95ebb09214ac837b5ade6bd8121e9c0204eb217"
stacks = ["io.buildpacks.stacks.bionic", "io.buildpacks.stacks.jammy"]
uri = "https://download.visualstudio.microsoft.com/download/pr/d3d6c11a-a7d6-4be4-8b2b-11154b846100/69bd5fbe2621600e84bb191d0b13abdd/aspnetcore-runtime-7.0.19-linux-x64.tar.gz"
version = "7.0.19"

[[metadata.dependencies]]
checksum = "sha512:62ed9743972043a72e48d5aa2f7fdf3483cf684a32b051315004d1c778e9712bf66e5e7a97a5a53993fa8e92daf5bacaf2cdb3eae44bb9a9e25532b9a80f4f70"
cpe = "cpe:2.3:a:microsoft:.net:7.0.20:*:*:*:*:*:*:*"
deprecation_date = "2024-05-14T00:00:00Z"
id = "dotnet-core-aspnet-runtime"
licenses = ["JSON", "MIT", "MIT-0", "MIT-advertising", "MIT-feh", "X11-distribute-modifications-variant"]
name = "ASP.NET Core Runtime"
purl = "pkg:generic/dotnet-core-aspnet-runtime@7.0.20?checksum=62ed9743972043a72e48d5aa2f7fdf3483cf684a32b051315004d1c778e9712bf66e5e7a97a5a53993fa8e92daf5bacaf2cdb3eae44bb9a9e25532b9a80f4f70&download_url=https://download.visualstudio.microsoft.com/download/pr/09e67261-215a-4003-bcf8-f90d67dcd02b/b32cf12a5c10b1f74e21c8cb03880891/aspnetcore-runtime-7.0.20-linux-x64.tar.gz"
source = "https://download.visualstudio.microsoft.com/download/pr/09e67261-215a-4003-bcf8-f90d67dcd02b/b32cf12a5c10b1f74e21c8cb03880891/aspnetcore-runtime-7.0.20-linux-x64.tar.gz"
source-checksum = "sha512:62ed9743972043a72e48d5aa2f7fdf3483cf684a32b051315004d1c778e9712bf66e5e7a97a5a53993fa8e92daf5bacaf2cdb3eae44bb9a9e25532b9a80f4f70"
stacks = ["io.buildpacks.stacks.bionic", "io.buildpacks.stacks.jammy"]
uri = "https://download.visualstudio.microsoft.com/download/pr/09e67261-215a-4003-bcf8-f90d67dcd02b/b32cf12a5c10b1f74e21c8cb03880891/aspnetcore-runtime-7.0.20-linux-x64.tar.gz"
version = "7.0.20"

[[metadata.dependencies]]
checksum = "sha512:ffe6a534ed7dffe031e7d687b153f09a743792fad6ddcdf70fcbdbe4564462d5db71a8c9eb52036b817192386ef6a8fc574d995e0cdf572226302e797a6581c4"
cpe = "cpe:2.3:a:microsoft:.net:8.0.5:*:*:*:*:*:*:*"
Expand Down Expand Up @@ -104,11 +76,6 @@ api = "0.8"
id = "dotnet-core-aspnet-runtime"
patches = 2

[[metadata.dependency-constraints]]
constraint = "7.0.*"
id = "dotnet-core-aspnet-runtime"
patches = 2

[[metadata.dependency-constraints]]
constraint = "8.0.*"
id = "dotnet-core-aspnet-runtime"
Expand Down
2 changes: 1 addition & 1 deletion integration/layer_reuse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func testLayerReuse(t *testing.T, context spec.G, it spec.S) {
settings.Buildpacks.BuildPlan.Online,
).
WithEnv(map[string]string{
"BP_DOTNET_FRAMEWORK_VERSION": "7.*",
"BP_DOTNET_FRAMEWORK_VERSION": "8.*",
}).
Execute(name, source)
Expect(err).NotTo(HaveOccurred(), logs.String())
Expand Down

0 comments on commit a7bb621

Please sign in to comment.