artiso-solutions / adsd-hotel

MIT License
3 stars 0 forks source link

Enforce net5.0 #67

Closed tommasobertoni closed 3 years ago

tommasobertoni commented 3 years ago

Enforces net5.0 following the meeting decision. The following is not required to be specified anymore in .csproj files:

<PropertyGroup>
  <TargetFramework>net5.0</TargetFramework>
</PropertyGroup>