159.341_Assignment_1/Assignment 1/Assignment 1.csproj
Brychan Dempsey 303ca42f5f
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Retargeted 5
2021-03-29 10:47:16 +13:00

10 lines
214 B
XML

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