Skip to content

Commit

Permalink
Runtime specification (#33)
Browse files Browse the repository at this point in the history
* Update EventLambdaFunction.csproj

Added linux intent

* Update RequestResponseLambdaFunction.csproj

Added linux intent

* Update BatchJobProcessor.csproj

Added linux intent
  • Loading branch information
McDoit authored Dec 27, 2022
1 parent 92be7ec commit cb3fc69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/BatchJobProcessor/BatchJobProcessor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<LangVersion>latest</LangVersion>
<RootNamespace>EMG</RootNamespace>
<AssemblyName>EMG.BatchJobProcessor</AssemblyName>
Expand Down
1 change: 1 addition & 0 deletions content/EventLambdaFunction/EventLambdaFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<AWSProjectType>Lambda</AWSProjectType>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<AWSProjectType>Lambda</AWSProjectType>

Expand Down

0 comments on commit cb3fc69

Please sign in to comment.