Pushed C# Version to 8 (from 7.3 default)

This commit is contained in:
Nicolai Ort 2020-06-18 16:37:17 +02:00
parent 1298b01974
commit 00d5cea156
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<ItemGroup>