Skip to content

Commit

Permalink
Use latest C# version
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny-UKDM committed Apr 2, 2019
1 parent 8b6af01 commit f065ec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WebApi/WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<LangVersion>latest</LangVersion>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<StartupObject>WebApi.Program</StartupObject>
</PropertyGroup>

Expand Down

0 comments on commit f065ec3

Please sign in to comment.