Skip to content

Commit

Permalink
Update target framework to .NET 6.0 and C# 10
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocontrini committed Oct 26, 2023
1 parent 7d3ded6 commit b0eaebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PlainHttp/PlainHttp.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>7.3</LangVersion>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10.0</LangVersion>
<VersionPrefix>1.3.0</VersionPrefix>
<Description>Easy HTTP client with support for serialization, proxies, testing and more </Description>
<RepositoryUrl>https://github.com/matteocontrini/PlainHttp</RepositoryUrl>
Expand Down

0 comments on commit b0eaebf

Please sign in to comment.