Skip to content

Commit 65422f8

Browse files
author
Tamas Bolner
committed
update example too
1 parent 3de0dda commit 65422f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>netcoreapp2.2</TargetFramework>
4+
<TargetFramework>net5.0</TargetFramework>
55
<LangVersion>7.3</LangVersion>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="AsyncFastCGI.NET" Version="1.0.0" />
8+
<PackageReference Include="AsyncFastCGI.NET" Version="1.0.1" />
99
</ItemGroup>
1010
</Project>

0 commit comments

Comments
 (0)