Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 0e4537d

Browse files
committed
update version
1 parent 6004a84 commit 0e4537d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<Owners>LocalStack.NET</Owners>
66
<PackageProjectUrl>https://github.com/localstack-dotnet/localstack-awscli-local</PackageProjectUrl>
77
<PackageIcon>localstack-dotnet-square.png</PackageIcon>
8-
<Version>1.3.0</Version>
8+
<Version>1.3</Version>
99
</PropertyGroup>
1010
</Project>

tests/LocalStack.AwsLocal.Tests/LocalStack.AwsLocal.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1;netcoreapp2.1</TargetFrameworks>
4+
<TargetFrameworks>net5.0;netcoreapp3.1;netcoreapp2.1</TargetFrameworks>
55

66
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
77
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)