Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 638 Bytes

File metadata and controls

17 lines (12 loc) · 638 Bytes

This repository contains a project for demonstrating the issue reported in https://github.com/dscpinheiro/AddAWSLambdaFunctionRepro

Before Aspire 13.2 (using 13.1.3):

before

Using 13.2.0:

after

Logs:

Unable to proceed with project 'C:\Users\dspin\Desktop\AddAWSLambdaFunctionRepro\MyLambdaFunction\MyLambdaFunction.csproj'.                       
Ensure you have a runnable project type.                              
A runnable project should target a runnable TFM (for instance, net10.0) and have OutputType 'Exe'.
The current OutputType is 'Library'.