Revert "Retargeted 5"
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded

This reverts commit 303ca42f5f62176b03498bd520f1340f86518956.

Retargets .NET Core 3.0
This commit is contained in:
Brychan Dempsey 2021-03-29 10:50:46 +13:00
parent 303ca42f5f
commit 2c5e3bee92

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<RootNamespace>Assignment_1</RootNamespace>
</PropertyGroup>