Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/default-nodejs24.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/quiet-carpets-see.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"sst": patch
---

Add dotnet 10 lambda runtime support
91 changes: 91 additions & 0 deletions examples/rest-api-csharp/obj/Api.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"format": 1,
"restore": {
"/home/runner/work/sst-v2/sst-v2/examples/rest-api-csharp/Api.csproj": {}
},
"projects": {
"/home/runner/work/sst-v2/sst-v2/examples/rest-api-csharp/Api.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/home/runner/work/sst-v2/sst-v2/examples/rest-api-csharp/Api.csproj",
"projectName": "Api",
"projectPath": "/home/runner/work/sst-v2/sst-v2/examples/rest-api-csharp/Api.csproj",
"packagesPath": "/tmp/codeql-scratch-4d3c540b6cc19fdf/dbs/csharp/working/packages",
"outputPath": "/home/runner/work/sst-v2/sst-v2/examples/rest-api-csharp/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/runner/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "10.0.200"
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"dependencies": {
"Amazon.Lambda.APIGatewayEvents": {
"target": "Package",
"version": "[2.4.0, )"
},
"Amazon.Lambda.Core": {
"target": "Package",
"version": "[2.0.0, )"
},
"Amazon.Lambda.Serialization.SystemTextJson": {
"target": "Package",
"version": "[2.1.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[3.1.10, 3.1.10]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[3.1.0, 3.1.0]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.201/RuntimeIdentifierGraph.json"
}
}
}
}
}
15 changes: 15 additions & 0 deletions examples/rest-api-csharp/obj/Api.csproj.nuget.g.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/tmp/codeql-scratch-4d3c540b6cc19fdf/dbs/csharp/working/packages</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/tmp/codeql-scratch-4d3c540b6cc19fdf/dbs/csharp/working/packages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/tmp/codeql-scratch-4d3c540b6cc19fdf/dbs/csharp/working/packages/" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions examples/rest-api-csharp/obj/Api.csproj.nuget.g.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
185 changes: 185 additions & 0 deletions examples/rest-api-csharp/obj/project.assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
{
"version": 3,
"targets": {
".NETCoreApp,Version=v3.1": {
"Amazon.Lambda.APIGatewayEvents/2.4.0": {
"type": "package",
"compile": {
"lib/netcoreapp3.1/Amazon.Lambda.APIGatewayEvents.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp3.1/Amazon.Lambda.APIGatewayEvents.dll": {
"related": ".xml"
}
}
},
"Amazon.Lambda.Core/2.0.0": {
"type": "package",
"compile": {
"lib/netstandard2.0/Amazon.Lambda.Core.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Amazon.Lambda.Core.dll": {
"related": ".xml"
}
}
},
"Amazon.Lambda.Serialization.SystemTextJson/2.1.0": {
"type": "package",
"dependencies": {
"Amazon.Lambda.Core": "1.2.0"
},
"compile": {
"lib/netcoreapp3.1/Amazon.Lambda.Serialization.SystemTextJson.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp3.1/Amazon.Lambda.Serialization.SystemTextJson.dll": {
"related": ".xml"
}
}
}
}
},
"libraries": {
"Amazon.Lambda.APIGatewayEvents/2.4.0": {
"sha512": "QDDGZq2RwY4BBn2ai/dLLCdeHZBp1cSwqrjAe/m371z6Sv6pza8ZsVnZYxE+Dqmhh4UF0uZ6t520tVqOYcEzzQ==",
"type": "package",
"path": "amazon.lambda.apigatewayevents/2.4.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"amazon.lambda.apigatewayevents.2.4.0.nupkg.sha512",
"amazon.lambda.apigatewayevents.nuspec",
"lib/netcoreapp3.1/Amazon.Lambda.APIGatewayEvents.dll",
"lib/netcoreapp3.1/Amazon.Lambda.APIGatewayEvents.xml",
"lib/netstandard2.0/Amazon.Lambda.APIGatewayEvents.dll",
"lib/netstandard2.0/Amazon.Lambda.APIGatewayEvents.xml"
]
},
"Amazon.Lambda.Core/2.0.0": {
"sha512": "V4fw3pYuP1LyUJThpbrbLwy2b4TH3CPYh5oId/CgJvGkX7lSAVyOEmkdGvDhpjegxnS4rgw6tP7faftVBO9jwQ==",
"type": "package",
"path": "amazon.lambda.core/2.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"amazon.lambda.core.2.0.0.nupkg.sha512",
"amazon.lambda.core.nuspec",
"lib/netstandard2.0/Amazon.Lambda.Core.dll",
"lib/netstandard2.0/Amazon.Lambda.Core.xml"
]
},
"Amazon.Lambda.Serialization.SystemTextJson/2.1.0": {
"sha512": "q2R4I77NrrAHDpcaWby9VA/XhE1tjG/2kpredwucRq7k4dTPCqqB7OFmbiFdlfuErrp2/9+X1l62c4unwVicpw==",
"type": "package",
"path": "amazon.lambda.serialization.systemtextjson/2.1.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"amazon.lambda.serialization.systemtextjson.2.1.0.nupkg.sha512",
"amazon.lambda.serialization.systemtextjson.nuspec",
"lib/netcoreapp3.1/Amazon.Lambda.Serialization.SystemTextJson.dll",
"lib/netcoreapp3.1/Amazon.Lambda.Serialization.SystemTextJson.xml"
]
}
},
"projectFileDependencyGroups": {
".NETCoreApp,Version=v3.1": [
"Amazon.Lambda.APIGatewayEvents >= 2.4.0",
"Amazon.Lambda.Core >= 2.0.0",
"Amazon.Lambda.Serialization.SystemTextJson >= 2.1.0"
]
},
"packageFolders": {
"/tmp/codeql-scratch-4d3c540b6cc19fdf/dbs/csharp/working/packages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/home/runner/work/sst-v2/sst-v2/examples/rest-api-csharp/Api.csproj",
"projectName": "Api",
"projectPath": "/home/runner/work/sst-v2/sst-v2/examples/rest-api-csharp/Api.csproj",
"packagesPath": "/tmp/codeql-scratch-4d3c540b6cc19fdf/dbs/csharp/working/packages",
"outputPath": "/home/runner/work/sst-v2/sst-v2/examples/rest-api-csharp/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/runner/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "10.0.200"
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"dependencies": {
"Amazon.Lambda.APIGatewayEvents": {
"target": "Package",
"version": "[2.4.0, )"
},
"Amazon.Lambda.Core": {
"target": "Package",
"version": "[2.0.0, )"
},
"Amazon.Lambda.Serialization.SystemTextJson": {
"target": "Package",
"version": "[2.1.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[3.1.10, 3.1.10]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[3.1.0, 3.1.0]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.201/RuntimeIdentifierGraph.json"
}
}
}
}
14 changes: 14 additions & 0 deletions examples/rest-api-csharp/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 2,
"dgSpecHash": "E4AM5/u4vkI=",
"success": true,
"projectFilePath": "/home/runner/work/sst-v2/sst-v2/examples/rest-api-csharp/Api.csproj",
"expectedPackageFiles": [
"/tmp/codeql-scratch-4d3c540b6cc19fdf/dbs/csharp/working/packages/amazon.lambda.apigatewayevents/2.4.0/amazon.lambda.apigatewayevents.2.4.0.nupkg.sha512",
"/tmp/codeql-scratch-4d3c540b6cc19fdf/dbs/csharp/working/packages/amazon.lambda.core/2.0.0/amazon.lambda.core.2.0.0.nupkg.sha512",
"/tmp/codeql-scratch-4d3c540b6cc19fdf/dbs/csharp/working/packages/amazon.lambda.serialization.systemtextjson/2.1.0/amazon.lambda.serialization.systemtextjson.2.1.0.nupkg.sha512",
"/tmp/codeql-scratch-4d3c540b6cc19fdf/dbs/csharp/working/packages/microsoft.netcore.app.ref/3.1.0/microsoft.netcore.app.ref.3.1.0.nupkg.sha512",
"/tmp/codeql-scratch-4d3c540b6cc19fdf/dbs/csharp/working/packages/microsoft.aspnetcore.app.ref/3.1.10/microsoft.aspnetcore.app.ref.3.1.10.nupkg.sha512"
],
"logs": []
}
Loading