Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit c963bc5

Browse files
committed
use .net core 2.1 in example proj
1 parent c037b26 commit c963bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Titanium.Web.Proxy.Examples.Basic/Titanium.Web.Proxy.Examples.Basic.NetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
5+
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
<LangVersion>7.1</LangVersion>
88
</PropertyGroup>

0 commit comments

Comments
 (0)