159.341_Assignment_1/Assignment 1/Assignment 1.csproj
Brychan Dempsey cdc321768b
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Retargeted for .NET Core 3.0
2021-03-29 10:07:48 +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>