Merge pull request #1111 from hishamco/lang-version

Remove LangVerion from Oqtane.Server
This commit is contained in:
Shaun Walker 2021-02-15 10:37:58 -05:00 committed by GitHub
commit dfa74f7eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
<LangVersion>7.3</LangVersion>
<Configurations>Debug;Release</Configurations> <Configurations>Debug;Release</Configurations>
<Version>2.0.0</Version> <Version>2.0.0</Version>
<Product>Oqtane</Product> <Product>Oqtane</Product>