Skip to content

Commit e71762b

Browse files
Release 2024-11-01
1 parent 5c8d1dc commit e71762b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\..\buildtools\common.props" />
33
<PropertyGroup>
44
<Description>Amazon.Lambda.Tools adds commands to the dotnet cli to deploy AWS Lambda functions.</Description>
@@ -15,7 +15,7 @@
1515
<Copyright>Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
1616
<Product>AWS Lambda Tools for .NET CLI</Product>
1717
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
18-
<Version>5.11.0</Version>
18+
<Version>5.11.1</Version>
1919
</PropertyGroup>
2020
<ItemGroup>
2121
<Content Include="Resources\build-lambda-zip.exe">
@@ -49,7 +49,6 @@
4949
<!-- To rebuild build-lambda-zip.exe you must have Go installed and run 'dotnet msbuild -target:build-lambda-zip'
5050
You may also need to set $env:GOPROXY="direct" if you have trouble resolving dependencies -->
5151
<Target Name="build-lambda-zip">
52-
<Exec WorkingDirectory=".\BuildLambdaZip\" Command="(set GOARCH=386) &amp; (set GOOS=windows) &amp;
53-
go build -o /../Resources/build-lambda-zip.exe .\build-lambda-zip.go" />
52+
<Exec WorkingDirectory=".\BuildLambdaZip\" Command="(set GOARCH=386) &amp; (set GOOS=windows) &amp; &#xA; go build -o /../Resources/build-lambda-zip.exe .\build-lambda-zip.go" />
5453
</Target>
5554
</Project>

0 commit comments

Comments
 (0)