159.341_Assignment_1/Assignment 1/Assignment 1.csproj
Brychan Dempsey 2c5e3bee92
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Revert "Retargeted 5"
This reverts commit 303ca42f5f62176b03498bd520f1340f86518956.

Retargets .NET Core 3.0
2021-03-29 10:50:46 +13:00

10 lines
221 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<RootNamespace>Assignment_1</RootNamespace>
</PropertyGroup>
</Project>