Skip to content

Commit

Permalink
Merge pull request asyncapi#26 from SuNNjek/fix-25
Browse files Browse the repository at this point in the history
Upgraded example to .NETCore 3.1
  • Loading branch information
m-wild authored Oct 2, 2020
2 parents 279f51f + 5f334f9 commit 94fb3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/StreetlightsAPI/StreetlightsAPI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 94fb3f7

Please sign in to comment.